Solshine commited on
Commit
9dedf03
·
verified ·
1 Parent(s): 72eefa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import chromadb
4
  from chromadb.config import Settings
5
 
6
  # Initialize ChromaDB client
7
- client_db = chromadb.Client(Settings(chroma_db_impl="duckdb+parquet", persist_directory="chromadb_directory")) # Adjusted path
8
 
9
  # Load your collection
10
  collection = client_db.get_collection("my_collection")
 
4
  from chromadb.config import Settings
5
 
6
  # Initialize ChromaDB client
7
+ client_db = chromadb.Client(persist_directory="chromadb_directory") # Updated initialization
8
 
9
  # Load your collection
10
  collection = client_db.get_collection("my_collection")