Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
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="/
|
| 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
|