mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 13:55:03 +00:00
docs: reorg sidebar (#27978)
This commit is contained in:
parent
c48fdbba6a
commit
683644320b
@ -204,34 +204,34 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "LLMs",
|
label: "Retrievers",
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: "autogenerated",
|
type: "autogenerated",
|
||||||
dirName: "integrations/llms",
|
dirName: "integrations/retrievers",
|
||||||
className: "hidden",
|
className: "hidden",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
link: {
|
link: {
|
||||||
type: "doc",
|
type: "doc",
|
||||||
id: "integrations/llms/index",
|
id: "integrations/retrievers/index",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Embedding models",
|
label: "Tools/Toolkits",
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: "autogenerated",
|
type: "autogenerated",
|
||||||
dirName: "integrations/text_embedding",
|
dirName: "integrations/tools",
|
||||||
className: "hidden",
|
className: "hidden",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
link: {
|
link: {
|
||||||
type: "doc",
|
type: "doc",
|
||||||
id: "integrations/text_embedding/index",
|
id: "integrations/tools/index",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -268,34 +268,39 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Retrievers",
|
label: "Embedding models",
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: "autogenerated",
|
type: "autogenerated",
|
||||||
dirName: "integrations/retrievers",
|
dirName: "integrations/text_embedding",
|
||||||
className: "hidden",
|
className: "hidden",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
link: {
|
link: {
|
||||||
type: "doc",
|
type: "doc",
|
||||||
id: "integrations/retrievers/index",
|
id: "integrations/text_embedding/index",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Tools/Toolkits",
|
label: "Other",
|
||||||
|
collapsed: true,
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "LLMs",
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: "autogenerated",
|
type: "autogenerated",
|
||||||
dirName: "integrations/tools",
|
dirName: "integrations/llms",
|
||||||
className: "hidden",
|
className: "hidden",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
link: {
|
link: {
|
||||||
type: "doc",
|
type: "doc",
|
||||||
id: "integrations/tools/index",
|
id: "integrations/llms/index",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -314,11 +319,6 @@ module.exports = {
|
|||||||
id: "integrations/stores/index",
|
id: "integrations/stores/index",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "Other",
|
|
||||||
collapsed: true,
|
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Document transformers",
|
label: "Document transformers",
|
||||||
|
Loading…
Reference in New Issue
Block a user