Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ahmedsali
/
test
like
0
Sleeping
App
Files
Files
Community
fd49fb0
test
/
constants.py
djangomango
Update constants.py
fd49fb0
about 1 year ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
chromadb
CHROMA_SETTINGS = chromadb.PersistentClient(path=
"/path/to/persist/directory"
)