Pijush2023 commited on
Commit
1e557c0
·
verified ·
1 Parent(s): 70aee93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,9 +116,9 @@ QA_CHAIN_PROMPT_2 = PromptTemplate(input_variables=["context", "question"], temp
116
 
117
  # Neo4j setup
118
  graph = Neo4jGraph(
119
- url="neo4j+s://d63baadd.databases.neo4j.io",
120
  username="neo4j",
121
- password="XCSXe1Jl_gjyJqoBGXDqY1UrfgDc4Z_RT5YGrxPAy-g"
122
  )
123
 
124
  # Avoid pushing the graph documents to Neo4j every time
 
116
 
117
  # Neo4j setup
118
  graph = Neo4jGraph(
119
+ url="neo4j+s://98f45cc0.databases.neo4j.io",
120
  username="neo4j",
121
+ password="B_sZbapCTZoQDWj1JrhwqElsNa-jm5Zq1m_mAnyPYog"
122
  )
123
 
124
  # Avoid pushing the graph documents to Neo4j every time