14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
MD_FOLDER=my_docs
|
|
EMBEDDING_MODEL=mxbai-embed-large:latest
|
|
LLM_MODEL=qwen2.5:7b-instruct-q8_0
|
|
|
|
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}"
|