aboutsummaryrefslogtreecommitdiff
path: root/src/umapyai/constants.py
blob: 207ef8b97fd30dbc89555883a6edf81a84359c08 (plain) (blame)
1
2
3
4
5
6
7
8
ARTICLES_DIRECTORY = "uma_articles_clean"
CHROMA_DIRECTORY = "./chromadb"
CHROMA_COLLECTION = "uma_guides"
CHUNK_SIZE = 350  # words
EMBEDDING_MODEL = "all-MiniLM-L6-v2"
OLLAMA_MODEL = "qwen3:14b"
TOP_K = 4
OLLAMA_URL = "http://localhost:11434"