Skip to content

Commit

Permalink
Fix typo in lcel example for rerank in doc (langchain-ai#14336)
Browse files Browse the repository at this point in the history
fix typo in lcel example for rerank in doc
  • Loading branch information
nbondoux authored and aymeric-roucher committed Dec 11, 2023
1 parent d1b639e commit 43b5e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/modules/chains/document/map_rerank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
" description=\"The answer to the question, which is based ONLY on the provided context.\"\n",
" )\n",
" score: float = Field(\n",
" decsription=\"A 0.0-1.0 relevance score, where 1.0 indicates the provided context answers the question completely and 0.0 indicates the provided context does not answer the question at all.\"\n",
" description=\"A 0.0-1.0 relevance score, where 1.0 indicates the provided context answers the question completely and 0.0 indicates the provided context does not answer the question at all.\"\n",
" )\n",
"\n",
"\n",
Expand Down

0 comments on commit 43b5e68

Please sign in to comment.