Sandhyarag commited on
Commit
67fdd7c
·
verified ·
1 Parent(s): 0eb48e8

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def expand_query(state):
150
  vector_store = Chroma(
151
  embedding_function = embedding_model,
152
  collection_name="semantic_chunks",
153
- persist_directory="/content/research_db"
154
  )
155
 
156
  # Create a retriever from the vector store
 
150
  vector_store = Chroma(
151
  embedding_function = embedding_model,
152
  collection_name="semantic_chunks",
153
+ persist_directory="./research_db"
154
  )
155
 
156
  # Create a retriever from the vector store