docs: index pages, sidebars (#25316)

This commit is contained in:
Erick Friis
2024-08-13 15:52:51 -07:00
committed by GitHub
parent 0478f7f5e4
commit d5b548b4ce
20 changed files with 914 additions and 658 deletions

View File

@@ -146,11 +146,12 @@ module.exports = {
{
type: "category",
label: "Chat models",
collapsed: true,
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/chat",
className: "hidden",
},
],
link: {
@@ -161,11 +162,12 @@ module.exports = {
{
type: "category",
label: "LLMs",
collapsed: true,
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/llms",
className: "hidden",
},
],
link: {
@@ -176,11 +178,12 @@ module.exports = {
{
type: "category",
label: "Embedding models",
collapsed: true,
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/text_embedding",
className: "hidden",
},
],
link: {
@@ -191,11 +194,12 @@ module.exports = {
{
type: "category",
label: "Document loaders",
collapsed: true,
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/document_loaders",
className: "hidden",
},
],
link: {
@@ -203,44 +207,31 @@ module.exports = {
id: "integrations/document_loaders/index",
},
},
{
type: "category",
label: "Document transformers",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/document_transformers",
},
],
link: {
type: "generated-index",
slug: "integrations/document_transformers",
},
},
{
type: "category",
label: "Vector stores",
collapsed: true,
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/vectorstores",
className: "hidden",
},
],
link: {
type: "generated-index",
slug: "integrations/vectorstores",
type: "doc",
id: "integrations/vectorstores/index",
},
},
{
type: "category",
label: "Retrievers",
collapsed: true,
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/retrievers",
className: "hidden",
},
],
link: {
@@ -251,11 +242,12 @@ module.exports = {
{
type: "category",
label: "Tools/Toolkits",
collapsed: true,
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/tools",
className: "hidden",
},
],
link: {
@@ -266,11 +258,12 @@ module.exports = {
{
type: "category",
label: "Key-value stores",
collapsed: true,
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/stores",
className: "hidden",
},
],
link: {
@@ -278,82 +271,115 @@ module.exports = {
id: "integrations/stores/index",
},
},
"integrations/llm_caching",
{
type: "category",
label: "Graphs",
label: "Other",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/graphs",
type: "category",
label: "Document transformers",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/document_transformers",
className: "hidden",
},
],
link: {
type: "generated-index",
slug: "integrations/document_transformers",
},
},
],
link: {
type: "generated-index",
slug: "integrations/graphs",
},
},
{
type: "category",
label: "Memory",
collapsed: true,
items: [
"integrations/llm_caching",
{
type: "autogenerated",
dirName: "integrations/memory",
type: "category",
label: "Graphs",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/graphs",
className: "hidden",
},
],
link: {
type: "generated-index",
slug: "integrations/graphs",
},
},
],
link: {
type: "generated-index",
slug: "integrations/memory",
},
},
{
type: "category",
label: "Callbacks",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/callbacks",
type: "category",
label: "Memory",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/memory",
className: "hidden",
},
],
link: {
type: "generated-index",
slug: "integrations/memory",
},
},
],
link: {
type: "generated-index",
slug: "integrations/callbacks",
},
},
{
type: "category",
label: "Chat loaders",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/chat_loaders",
type: "category",
label: "Callbacks",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/callbacks",
className: "hidden",
},
],
link: {
type: "generated-index",
slug: "integrations/callbacks",
},
},
],
link: {
type: "generated-index",
slug: "integrations/chat_loaders",
},
},
{
type: "category",
label: "Adapters",
collapsed: true,
items: [
{
type: "autogenerated",
dirName: "integrations/adapters",
type: "category",
label: "Chat loaders",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/chat_loaders",
className: "hidden",
},
],
link: {
type: "generated-index",
slug: "integrations/chat_loaders",
},
},
{
type: "category",
label: "Adapters",
collapsible: false,
items: [
{
type: "autogenerated",
dirName: "integrations/adapters",
className: "hidden",
},
],
link: {
type: "generated-index",
slug: "integrations/adapters",
},
},
],
link: {
type: "generated-index",
slug: "integrations/adapters",
},
// link: {
// type: "generated-index",
// slug: "integrations/providers",
// },
},
],
link: {
type: "generated-index",