Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def create_conversational_rag_chain(retriever):
|
|
177 |
|
178 |
|
179 |
template = """Answer the question, based only on the following context:
|
180 |
-
{context}. Be consise. "
|
181 |
Question: {question}
|
182 |
"""
|
183 |
|
|
|
177 |
|
178 |
|
179 |
template = """Answer the question, based only on the following context:
|
180 |
+
{context}. Be consise. "Avoid naming. Contextualize your answer.
|
181 |
Question: {question}
|
182 |
"""
|
183 |
|