Change Liao commited on
Commit
f68ab88
·
1 Parent(s): 4dfea73

fix chroma_db_impl error

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. cache.sqlite3 +0 -0
  3. requirements.txt +1 -0
app.py CHANGED
@@ -165,7 +165,7 @@ def add_documents_into_cromadb(db_name, file_path, collection_name):
165
  embeddings,
166
  collection_name=collection_name,
167
  persist_directory=root_file_path+ persist_db,
168
- chroma_db_impl=chroma_db_impl
169
  )
170
 
171
  chroma_db.persist()
 
165
  embeddings,
166
  collection_name=collection_name,
167
  persist_directory=root_file_path+ persist_db,
168
+ #chroma_db_impl=chroma_db_impl
169
  )
170
 
171
  chroma_db.persist()
cache.sqlite3 CHANGED
Binary files a/cache.sqlite3 and b/cache.sqlite3 differ
 
requirements.txt CHANGED
@@ -10,3 +10,4 @@ google-search-results
10
  tabulate
11
  pydantic==1.10.8
12
  unstructured
 
 
10
  tabulate
11
  pydantic==1.10.8
12
  unstructured
13
+ hnswlib