rag / app /config.py
Kareman's picture
fix(readme and config)
be9c365
raw
history blame
139 Bytes
import os
# Embedding model
EMBEDDING_MODEL = "sentence-transformers/all-MiniLM-L6-v2"
# Vector DB storage
CHROMA_DB_DIR = "./chroma_db"