Pijush2023 commited on
Commit
dd8b482
·
verified ·
1 Parent(s): 06294c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,9 +128,9 @@ QA_CHAIN_PROMPT_2 = PromptTemplate(input_variables=["context", "question"], temp
128
 
129
  # Neo4j setup
130
  graph = Neo4jGraph(
131
- url="neo4j+s://98f45cc0.databases.neo4j.io",
132
  username="neo4j",
133
- password="B_sZbapCTZoQDWj1JrhwqElsNa-jm5Zq1m_mAnyPYog"
134
  )
135
 
136
  # Avoid pushing the graph documents to Neo4j every time
 
128
 
129
  # Neo4j setup
130
  graph = Neo4jGraph(
131
+ url="neo4j+s://497b209a.databases.neo4j.io",
132
  username="neo4j",
133
+ password="tgSm1vbWfyAUXr14-DzKdVSrwbOVMO05mKE93c1KgtQ"
134
  )
135
 
136
  # Avoid pushing the graph documents to Neo4j every time