bubuuunel commited on
Commit
60ac719
·
verified ·
1 Parent(s): d00ff8d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ client = OpenAI(
34
  embedding_model = SentenceTransformerEmbeddings(model_name='thenlper/gte-large')
35
  # Load the persisted vectorDB
36
  collection_name = 'Dataset-10k'
37
- persisted_vectordb_location = "./bubuuunel/RAG-10K"
38
  reportdb = Chroma(
39
  collection_name=collection_name,
40
  persist_directory='./report_db1',
 
34
  embedding_model = SentenceTransformerEmbeddings(model_name='thenlper/gte-large')
35
  # Load the persisted vectorDB
36
  collection_name = 'Dataset-10k'
37
+ persisted_vectordb_location = "./bubuuunel/RAG10K"
38
  reportdb = Chroma(
39
  collection_name=collection_name,
40
  persist_directory='./report_db1',