mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 09:04:03 +00:00
docs: reorg sidebar (#27978)
This commit is contained in:
parent
c48fdbba6a
commit
683644320b
@ -204,34 +204,34 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "LLMs",
|
||||
label: "Retrievers",
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "integrations/llms",
|
||||
dirName: "integrations/retrievers",
|
||||
className: "hidden",
|
||||
},
|
||||
],
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "integrations/llms/index",
|
||||
id: "integrations/retrievers/index",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Embedding models",
|
||||
label: "Tools/Toolkits",
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "integrations/text_embedding",
|
||||
dirName: "integrations/tools",
|
||||
className: "hidden",
|
||||
},
|
||||
],
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "integrations/text_embedding/index",
|
||||
id: "integrations/tools/index",
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -268,50 +268,18 @@ 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",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Tools/Toolkits",
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "integrations/tools",
|
||||
className: "hidden",
|
||||
},
|
||||
],
|
||||
link: {
|
||||
type: "doc",
|
||||
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",
|
||||
id: "integrations/text_embedding/index",
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -319,6 +287,38 @@ 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: "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",
|
||||
|
Loading…
Reference in New Issue
Block a user