mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +00:00
Fix typo in lcel example for rerank in doc (#14336)
fix typo in lcel example for rerank in doc
This commit is contained in:
parent
e1ea191237
commit
86b08d7753
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user