Spaces:
Running
Running
talexm
commited on
Commit
•
5a9370b
1
Parent(s):
7f9a88d
update
Browse files
app.py
CHANGED
@@ -17,7 +17,8 @@ system = DocumentSearchSystem(
|
|
17 |
neo4j_user="neo4j",
|
18 |
neo4j_password="HwGDOxyGS1-79nLeTiX5bx5ohoFSpvHCmTv8IRgt-lY"
|
19 |
)
|
20 |
-
|
|
|
21 |
|
22 |
# Directory for storing uploaded files
|
23 |
UPLOAD_DIR = "uploaded_files"
|
|
|
17 |
neo4j_user="neo4j",
|
18 |
neo4j_password="HwGDOxyGS1-79nLeTiX5bx5ohoFSpvHCmTv8IRgt-lY"
|
19 |
)
|
20 |
+
|
21 |
+
system.retriever.load_documents()
|
22 |
|
23 |
# Directory for storing uploaded files
|
24 |
UPLOAD_DIR = "uploaded_files"
|