Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -311,7 +311,7 @@ def page2():
|
|
311 |
st.error("File not found. Please check the file path.")
|
312 |
return
|
313 |
|
314 |
-
VectorStore = load_vector_store(pdf_path2, "KH_reform_vector_store_2", force_reload=
|
315 |
|
316 |
|
317 |
|
|
|
311 |
st.error("File not found. Please check the file path.")
|
312 |
return
|
313 |
|
314 |
+
VectorStore = load_vector_store(pdf_path2, "KH_reform_vector_store_2", force_reload=False)
|
315 |
|
316 |
|
317 |
|