Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Nov 8, 2024
1 parent 4ec70f3 commit c60add5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
{
Expand All @@ -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",
},
},
{
Expand Down

0 comments on commit c60add5

Please sign in to comment.