From 844f34c34a0a8e51990d7eae8f008805a0dbbaa0 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 7 Nov 2024 18:18:05 -0800 Subject: [PATCH 1/4] docs: LLMs to other sidebar section --- docs/sidebars.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 62d53f91a3e61..72515a48b89c3 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -202,22 +202,6 @@ module.exports = { id: "integrations/chat/index", }, }, - { - type: "category", - label: "LLMs", - collapsible: false, - items: [ - { - type: "autogenerated", - dirName: "integrations/llms", - className: "hidden", - }, - ], - link: { - type: "doc", - id: "integrations/llms/index", - }, - }, { type: "category", label: "Embedding models", @@ -319,6 +303,22 @@ module.exports = { label: "Other", collapsed: true, items: [ + { + type: "category", + label: "LLMs", + collapsible: false, + items: [ + { + type: "autogenerated", + dirName: "integrations/llms", + className: "hidden", + }, + ], + link: { + type: "doc", + id: "integrations/llms/index", + }, + }, { type: "category", label: "Document transformers", From 4ec70f331cf79b8a5d2d0b71e0585057154779eb Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 7 Nov 2024 18:18:37 -0800 Subject: [PATCH 2/4] x --- docs/sidebars.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 72515a48b89c3..5fb847186ab83 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -282,22 +282,6 @@ module.exports = { id: "integrations/tools/index", }, }, - { - type: "category", - label: "Key-value stores", - collapsible: false, - items: [ - { - type: "autogenerated", - dirName: "integrations/stores", - className: "hidden", - }, - ], - link: { - type: "doc", - id: "integrations/stores/index", - }, - }, { type: "category", label: "Other", @@ -319,6 +303,22 @@ module.exports = { id: "integrations/llms/index", }, }, + { + type: "category", + label: "Key-value stores", + collapsible: false, + items: [ + { + type: "autogenerated", + dirName: "integrations/stores", + className: "hidden", + }, + ], + link: { + type: "doc", + id: "integrations/stores/index", + }, + }, { type: "category", label: "Document transformers", From c60add52f31e089bb1ade06c024423b585d948ec Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 7 Nov 2024 18:20:34 -0800 Subject: [PATCH 3/4] x --- docs/sidebars.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 5fb847186ab83..29849d62b1ad4 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -204,34 +204,34 @@ module.exports = { }, { type: "category", - label: "Embedding models", + label: "Retrievers", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/text_embedding", + dirName: "integrations/retrievers", className: "hidden", }, ], link: { type: "doc", - id: "integrations/text_embedding/index", + id: "integrations/retrievers/index", }, }, { type: "category", - label: "Document loaders", + label: "Tools/Toolkits", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/document_loaders", + dirName: "integrations/tools", className: "hidden", }, ], link: { type: "doc", - id: "integrations/document_loaders/index", + id: "integrations/tools/index", }, }, { @@ -252,34 +252,34 @@ module.exports = { }, { type: "category", - label: "Retrievers", + label: "Embedding models", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/retrievers", + dirName: "integrations/text_embedding", className: "hidden", }, ], link: { type: "doc", - id: "integrations/retrievers/index", + id: "integrations/text_embedding/index", }, }, { type: "category", - label: "Tools/Toolkits", + label: "Document loaders", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/tools", + dirName: "integrations/document_loaders", className: "hidden", }, ], link: { type: "doc", - id: "integrations/tools/index", + id: "integrations/document_loaders/index", }, }, { From f05d4fcc1d046139a6b273e90b34bd5f859658c7 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 7 Nov 2024 18:22:25 -0800 Subject: [PATCH 4/4] x --- docs/sidebars.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 29849d62b1ad4..f1e867c6f5c00 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -236,50 +236,50 @@ module.exports = { }, { type: "category", - label: "Vector stores", + label: "Document loaders", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/vectorstores", + dirName: "integrations/document_loaders", className: "hidden", }, ], link: { type: "doc", - id: "integrations/vectorstores/index", + id: "integrations/document_loaders/index", }, }, { type: "category", - label: "Embedding models", + label: "Vector stores", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/text_embedding", + dirName: "integrations/vectorstores", className: "hidden", }, ], link: { type: "doc", - id: "integrations/text_embedding/index", + id: "integrations/vectorstores/index", }, }, { type: "category", - label: "Document loaders", + label: "Embedding models", collapsible: false, items: [ { type: "autogenerated", - dirName: "integrations/document_loaders", + dirName: "integrations/text_embedding", className: "hidden", }, ], link: { type: "doc", - id: "integrations/document_loaders/index", + id: "integrations/text_embedding/index", }, }, {