Pijush2023 commited on
Commit
619241c
·
verified ·
1 Parent(s): 6fd505a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -167,7 +167,9 @@ prompt = ChatPromptTemplate.from_messages(
167
 
168
 
169
 
170
- qa_prompt = ChatPromptTemplate.from_template(prompt)
 
 
171
 
172
  # Define the chain for Neo4j-based retrieval and response generation
173
  chain_neo4j = (
 
167
 
168
 
169
 
170
+ #qa_prompt = ChatPromptTemplate.from_template(prompt)
171
+ qa_prompt = prompt
172
+
173
 
174
  # Define the chain for Neo4j-based retrieval and response generation
175
  chain_neo4j = (