mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-22 15:13:08 +00:00
docs: dropdowns for embeddings and vector stores (#28713)
This commit is contained in:
@@ -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/>"
|
||||
|
||||
@@ -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/>"
|
||||
|
||||
Reference in New Issue
Block a user