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`.
This commit is contained in:
Riccardo Cocetta 2024-12-02 18:29:06 +01:00 committed by GitHub
parent e294e7159a
commit 58d2bfe310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -245,7 +245,7 @@
"\n",
"import EmbeddingTabs from \"@theme/EmbeddingTabs\";\n",
"\n",
"<EmbeddingTabs customVarName=\"embeddings_model\" />"
"<EmbeddingTabs customVarName=\"embeddings\" />"
]
},
{