Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = (
|