mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 01:37:49 +02:00
Fix/Typos (#206)
This commit is contained in:
@@ -300,7 +300,7 @@
|
||||
" If the document contains keywords related to the user question, grade it as relevant. \\n\n",
|
||||
" It does not need to be a stringent test. The goal is to filter out erroneous retrievals. \\n\n",
|
||||
" Give a binary score 'yes' or 'no' score to indicate whether the document is relevant to the question. \\n\n",
|
||||
" Provide the binary score as a JSON with a single key 'score' and no premable or explaination.\"\"\",\n",
|
||||
" Provide the binary score as a JSON with a single key 'score' and no preamble or explanation.\"\"\",\n",
|
||||
" input_variables=[\"question\",\"context\"],\n",
|
||||
" )\n",
|
||||
"\n",
|
||||
@@ -446,7 +446,7 @@
|
||||
" \\n ------- \\n\n",
|
||||
" Here is the answer: {generation}\n",
|
||||
" Give a binary score 'yes' or 'no' score to indicate whether the answer is grounded in / supported by a set of facts. \\n\n",
|
||||
" Provide the binary score as a JSON with a single key 'score' and no premable or explaination.\"\"\",\n",
|
||||
" Provide the binary score as a JSON with a single key 'score' and no preamble or explanation.\"\"\",\n",
|
||||
" input_variables=[\"generation\", \"documents\"],\n",
|
||||
" )\n",
|
||||
"\n",
|
||||
@@ -491,7 +491,7 @@
|
||||
" \\n ------- \\n\n",
|
||||
" Here is the question: {question}\n",
|
||||
" Give a binary score 'yes' or 'no' to indicate whether the answer is useful to resolve a question. \\n\n",
|
||||
" Provide the binary score as a JSON with a single key 'score' and no premable or explaination.\"\"\",\n",
|
||||
" Provide the binary score as a JSON with a single key 'score' and no preamble or explanation.\"\"\",\n",
|
||||
" input_variables=[\"generation\", \"question\"],\n",
|
||||
" )\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user