djangomango commited on
Commit
fd49fb0
1 Parent(s): 9de206e

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +2 -9
constants.py CHANGED
@@ -1,9 +1,2 @@
1
- import os
2
- from chromadb.config import Settings
3
-
4
- #Define the chroma settings
5
- CHROMA_SETTINGS = Settings(
6
- chroma_db_impl = 'duckdb+parquet',
7
- persist_directory = "db",
8
- anonymized_telemetry = False
9
- )
 
1
+ import chromadb
2
+ CHROMA_SETTINGS = chromadb.PersistentClient(path="/path/to/persist/directory")