Files
rag-llm/.env.example
2025-12-30 07:02:52 +03:00

16 lines
367 B
Plaintext

MD_FOLDER=notes
EMBEDDING_MODEL=mxbai-embed-large:latest
LLM_MODEL=qwen2.5:7b-instruct-q8_0
OLLAMA_BASE_URL=http://localhost:11434
ANSWER_COLOR=purple
SYSTEM_PROMPT="You are a precise technical assistant. Cite sources using [filename]. Be concise."
USER_PROMPT_TEMPLATE="Previous Conversation:
{history}
Context from Docs:
{context}
Current Question: {question}"