Skip to content

Commit 75c3a25

Browse files
authored
Removed extraneous mention of 'relevance scores' from QA prompt template (#1002)
1 parent 9f6afd2 commit 75c3a25

File tree

4 files changed

+7381
-7427
lines changed

4 files changed

+7381
-7427
lines changed

paperqa/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
qa_prompt = (
4747
"Answer the question below with the context.\n\n"
48-
"Context (with relevance scores):\n\n{context}\n\n----\n\n"
48+
"Context:\n\n{context}\n\n----\n\n"
4949
"Question: {question}\n\n"
5050
"Write an answer based on the context. "
5151
"If the context provides insufficient information reply "

0 commit comments

Comments
 (0)