Spaces:
Running
Running
talexm
commited on
Commit
·
acaf89c
1
Parent(s):
dc01511
redeploy
Browse files
app.py
CHANGED
|
@@ -16,6 +16,7 @@ system = DocumentSearchSystem(
|
|
| 16 |
neo4j_user="neo4j",
|
| 17 |
neo4j_password="HwGDOxyGS1-79nLeTiX5bx5ohoFSpvHCmTv8IRgt-lY"
|
| 18 |
)
|
|
|
|
| 19 |
system.retriever.load_documents(data_dir)
|
| 20 |
|
| 21 |
# Directory for storing uploaded files
|
|
|
|
| 16 |
neo4j_user="neo4j",
|
| 17 |
neo4j_password="HwGDOxyGS1-79nLeTiX5bx5ohoFSpvHCmTv8IRgt-lY"
|
| 18 |
)
|
| 19 |
+
|
| 20 |
system.retriever.load_documents(data_dir)
|
| 21 |
|
| 22 |
# Directory for storing uploaded files
|