talexm commited on
Commit
c641b6b
·
1 Parent(s): c387155
Files changed (1) hide show
  1. app-memora.py +1 -1
app-memora.py CHANGED
@@ -23,7 +23,7 @@ def initialize_system():
23
  system = DocumentSearchSystem(
24
  neo4j_uri="neo4j+s://0ca71b10.databases.neo4j.io",
25
  neo4j_user="neo4j",
26
- neo4j_password="HwGDOxyGS1-79nLeTiX5bx5ohoFSpvHCmTv8IRgt-lY"
27
  )
28
  system.retriever.load_documents()
29
  return system
 
23
  system = DocumentSearchSystem(
24
  neo4j_uri="neo4j+s://0ca71b10.databases.neo4j.io",
25
  neo4j_user="neo4j",
26
+ neo4j_password=""
27
  )
28
  system.retriever.load_documents()
29
  return system