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...
55f362f
rag
/
app
/
config.py
Kareman
fix(readme and config)
be9c365
3 months ago
raw
Copy download link
history
blame
Safe
139 Bytes
import
os
# Embedding model
EMBEDDING_MODEL =
"sentence-transformers/all-MiniLM-L6-v2"
# Vector DB storage
CHROMA_DB_DIR =
"./chroma_db"