Spaces:
Runtime error
Runtime error
Commit
·
389a362
1
Parent(s):
11866a8
Update query_data.py
Browse files- query_data.py +1 -5
query_data.py
CHANGED
@@ -32,11 +32,7 @@ Standalone question:"""
|
|
32 |
CONDENSE_QUESTION_PROMPT = PromptTemplate.from_template(_template)
|
33 |
|
34 |
prompt_template = """Give an answer to the question based on the context below and try to explain in detail and use
|
35 |
-
bullet points if answer is long
|
36 |
-
context, then simply say "That's a great question, and I want to make sure I provide you with the most accurate and
|
37 |
-
helpful information possible. Unfortunately, our current pool of insights does not have an answer to this.",
|
38 |
-
don't try to make up an answer And also don't use "According to the information provided in the given links,
|
39 |
-
" while giving an answer.
|
40 |
|
41 |
{context}
|
42 |
|
|
|
32 |
CONDENSE_QUESTION_PROMPT = PromptTemplate.from_template(_template)
|
33 |
|
34 |
prompt_template = """Give an answer to the question based on the context below and try to explain in detail and use
|
35 |
+
bullet points if answer is long.
|
|
|
|
|
|
|
|
|
36 |
|
37 |
{context}
|
38 |
|