Pijush2023 commited on
Commit
4305e2f
·
verified ·
1 Parent(s): 52c7a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -127,12 +127,10 @@ QA_CHAIN_PROMPT_1 = PromptTemplate(input_variables=["context", "question"], temp
127
  QA_CHAIN_PROMPT_2 = PromptTemplate(input_variables=["context", "question"], template=template2)
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
137
  # Only push the documents once and comment the code below after the initial push
138
  # dataset_name = "Pijush2023/birmindata07312024"
 
127
  QA_CHAIN_PROMPT_2 = PromptTemplate(input_variables=["context", "question"], template=template2)
128
 
129
  # Neo4j setup
130
+ graph = Neo4jGraph(url="neo4j+s://bcbd420c.databases.neo4j.io",
131
+ username="neo4j",
132
+ password="znKCoED1qIoYrkmZHqVY3sGWxmUvSdI8EqG5hRNlROI"
133
+ )
 
 
134
  # Avoid pushing the graph documents to Neo4j every time
135
  # Only push the documents once and comment the code below after the initial push
136
  # dataset_name = "Pijush2023/birmindata07312024"