mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 07:07:34 +00:00
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:
parent
e294e7159a
commit
58d2bfe310
@ -245,7 +245,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"import EmbeddingTabs from \"@theme/EmbeddingTabs\";\n",
|
"import EmbeddingTabs from \"@theme/EmbeddingTabs\";\n",
|
||||||
"\n",
|
"\n",
|
||||||
"<EmbeddingTabs customVarName=\"embeddings_model\" />"
|
"<EmbeddingTabs customVarName=\"embeddings\" />"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user