From 58d2bfe3103b910746d39f1f53cbb3c26696014c Mon Sep 17 00:00:00 2001 From: Riccardo Cocetta Date: Mon, 2 Dec 2024 18:29:06 +0100 Subject: [PATCH] docs: fixed a variable name in embeddings section (#28434) This is a simple change for a variable name in the Embeddings section of this document: https://python.langchain.com/docs/tutorials/retrievers/#embeddings . The variable name `embeddings_model` seems to be wrong and doesn't match what follows in the template: `embeddings`. --- docs/docs/tutorials/retrievers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/retrievers.ipynb b/docs/docs/tutorials/retrievers.ipynb index a57ea3d91d2..fa2eca88469 100644 --- a/docs/docs/tutorials/retrievers.ipynb +++ b/docs/docs/tutorials/retrievers.ipynb @@ -245,7 +245,7 @@ "\n", "import EmbeddingTabs from \"@theme/EmbeddingTabs\";\n", "\n", - "" + "" ] }, {