Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ def answer_question(selected_dirs, question):
|
|
184 |
# Set Up the Gradio Interface
|
185 |
|
186 |
# Get absolute path for vectorstores
|
187 |
-
vectorstores_path = get_absolute_path('properties_vectors/
|
188 |
|
189 |
# List available vector store directories
|
190 |
available_dirs = list_vectorstore_directories(vectorstores_path)
|
|
|
184 |
# Set Up the Gradio Interface
|
185 |
|
186 |
# Get absolute path for vectorstores
|
187 |
+
vectorstores_path = get_absolute_path('properties_vectors/Loan_docs/Loan_docs')
|
188 |
|
189 |
# List available vector store directories
|
190 |
available_dirs = list_vectorstore_directories(vectorstores_path)
|