docs: dropdowns for embeddings and vector stores (#28713)

This commit is contained in:
ccurme
2024-12-13 16:48:02 -05:00
committed by GitHub
parent 498f0249e2
commit 9c55c75eb5
5 changed files with 100 additions and 57 deletions

View File

@@ -51,8 +51,6 @@
"\n",
"We will need to select three components from LangChain's suite of integrations.\n",
"\n",
"A [chat model](/docs/integrations/chat/):\n",
"\n",
"import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
"\n",
"<ChatModelTabs customVarName=\"llm\" />"
@@ -78,8 +76,6 @@
"id": "da14773e-ac98-4a97-944b-4c6ec028d195",
"metadata": {},
"source": [
"An [embedding model](/docs/integrations/text_embedding/):\n",
"\n",
"import EmbeddingTabs from \"@theme/EmbeddingTabs\";\n",
"\n",
"<EmbeddingTabs/>"
@@ -105,8 +101,6 @@
"id": "22fdc314-b91d-4820-b0a8-873b5b6e76f5",
"metadata": {},
"source": [
"And a [vector store](/docs/integrations/vectorstores/):\n",
"\n",
"import VectorStoreTabs from \"@theme/VectorStoreTabs\";\n",
"\n",
"<VectorStoreTabs/>"

View File

@@ -122,8 +122,6 @@
"\n",
"We will need to select three components from LangChain's suite of integrations.\n",
"\n",
"A [chat model](/docs/integrations/chat/):\n",
"\n",
"import ChatModelTabs from \"@theme/ChatModelTabs\";\n",
"\n",
"<ChatModelTabs customVarName=\"llm\" />"
@@ -149,8 +147,6 @@
"id": "f1b78672-f21e-4827-843e-59514d18ca20",
"metadata": {},
"source": [
"An [embedding model](/docs/integrations/text_embedding/):\n",
"\n",
"import EmbeddingTabs from \"@theme/EmbeddingTabs\";\n",
"\n",
"<EmbeddingTabs/>"
@@ -176,8 +172,6 @@
"id": "859ffca8-055e-4f5a-95fe-55906ed1d63f",
"metadata": {},
"source": [
"And a [vector store](/docs/integrations/vectorstores/):\n",
"\n",
"import VectorStoreTabs from \"@theme/VectorStoreTabs\";\n",
"\n",
"<VectorStoreTabs/>"