Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ def create_conversational_rag_chain(retriever):
|
|
174 |
verbose=False,
|
175 |
)
|
176 |
|
177 |
-
template = """You are an assistant for question-answering tasks. Use the following pieces of retrieved context to answer the question. If you don't know the answer, just say that you don't know. Use six sentences maximum and keep the answer concise.
|
178 |
|
179 |
Question: {question}
|
180 |
|
|
|
174 |
verbose=False,
|
175 |
)
|
176 |
|
177 |
+
template = """You are an assistant for question-answering tasks. Use the following pieces of retrieved context to answer the question in a natural language. If you don't know the answer, just say that you don't know. Use six sentences maximum and keep the answer concise.
|
178 |
|
179 |
Question: {question}
|
180 |
|