From 86b08d77530a7d4c81df474fada8d50bbaa0d0c8 Mon Sep 17 00:00:00 2001 From: Nicolas Bondoux Date: Wed, 6 Dec 2023 17:21:41 +0100 Subject: [PATCH] Fix typo in lcel example for rerank in doc (#14336) fix typo in lcel example for rerank in doc --- docs/docs/modules/chains/document/map_rerank.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/chains/document/map_rerank.ipynb b/docs/docs/modules/chains/document/map_rerank.ipynb index dd6445decae..ab227791378 100644 --- a/docs/docs/modules/chains/document/map_rerank.ipynb +++ b/docs/docs/modules/chains/document/map_rerank.ipynb @@ -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",