talexm commited on
Commit
5a9370b
1 Parent(s): 7f9a88d
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,7 +17,8 @@ system = DocumentSearchSystem(
17
  neo4j_user="neo4j",
18
  neo4j_password="HwGDOxyGS1-79nLeTiX5bx5ohoFSpvHCmTv8IRgt-lY"
19
  )
20
- system.retriever.load_documents(data_dir)
 
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"