bubuuunel commited on
Commit
a4d1ee8
1 Parent(s): d52b18a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ collection_name = 'Dataset-10k'
37
  persisted_vectordb_location = "./bubuuunel/RAG10K"
38
  reportdb = Chroma(
39
  collection_name=collection_name,
40
- persist_directory='./report_db1',
41
  embedding_function=embedding_model
42
  )
43
 
 
37
  persisted_vectordb_location = "./bubuuunel/RAG10K"
38
  reportdb = Chroma(
39
  collection_name=collection_name,
40
+ persist_directory='./dataset_db',
41
  embedding_function=embedding_model
42
  )
43