Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kareman
/
rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rag
/
app
/
config.py
Kareman
feat(remove model)
3de283b
6 months ago
raw
Copy download link
history
blame
contribute
delete
142 Bytes
import
os
# Embedding model
EMBEDDING_MODEL =
"sentence-transformers/all-MiniLM-L6-v2"
# Vector DB storage
CHROMA_DB_DIR =
"/tmp/chroma_db"