rag / app /config.py
Kareman's picture
feat(remove model)
3de283b
import os
# Embedding model
EMBEDDING_MODEL = "sentence-transformers/all-MiniLM-L6-v2"
# Vector DB storage
CHROMA_DB_DIR = "/tmp/chroma_db"