mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-09 04:49:26 +00:00
doc:more integration documents
This commit is contained in:
226
docs/sidebars.js
226
docs/sidebars.js
@@ -32,7 +32,140 @@ const sidebars = {
|
||||
label: "Quickstart",
|
||||
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Installation",
|
||||
collapsed: false,
|
||||
collapsible: false,
|
||||
items: [
|
||||
// {
|
||||
// type: 'doc',
|
||||
// id: 'installation/sourcecode',
|
||||
// },
|
||||
{
|
||||
// type: 'doc',
|
||||
// id: 'installation/integrations',
|
||||
type: "category",
|
||||
label: "Integrations",
|
||||
collapsed: false,
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "installation/integrations"
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "LLM Integrations",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "installation/integrations/deepseek_llm_install"
|
||||
},{
|
||||
type: "doc",
|
||||
id: "installation/integrations/ollama_llm_install"
|
||||
},{
|
||||
type: "doc",
|
||||
id: "installation/integrations/claude_llm_install"
|
||||
},{
|
||||
type: "doc",
|
||||
id: "installation/integrations/siliconflow_llm_install"
|
||||
},{
|
||||
type: "doc",
|
||||
id: "installation/integrations/gitee_llm_install"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Datasource Integrations",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "installation/integrations/clickhouse_install"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "RAG Integrations",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "installation/integrations/graph_rag_install"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "installation/integrations/oceanbase_rag_install"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "installation/integrations/milvus_rag_install"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/docker',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/docker_compose',
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Model Service Deployment',
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/model_service/stand_alone',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/model_service/cluster',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/model_service/cluster_ha',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Advanced Usage',
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/More_proxyllms',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/ollama',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/vLLM_inference',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/Llamacpp_server',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/OpenAI_SDK_call',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
description: 'DB-GPT provides a wealth of installation and deployment options, supporting source code deployment, Docker deployment, cluster deployment and other modes. At the same time, it can also be deployed and installed based on the AutoDL image.',
|
||||
slug: "installation",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "AWEL(Agentic Workflow Expression Language)",
|
||||
@@ -217,99 +350,6 @@ const sidebars = {
|
||||
description: "AWEL (Agentic Workflow Expression Language) is an intelligent agent workflow expression language specifically designed for the development of large-model applications",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
type: "category",
|
||||
label: "Installation",
|
||||
collapsed: false,
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/sourcecode',
|
||||
},
|
||||
{
|
||||
// type: 'doc',
|
||||
// id: 'installation/integrations',
|
||||
type: "category",
|
||||
label: "Integrations",
|
||||
collapsed: false,
|
||||
collapsible: false,
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "installation/integrations"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "installation/graph_rag_install"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "installation/milvus_rag_install"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/docker',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/docker_compose',
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Model Service Deployment',
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/model_service/stand_alone',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/model_service/cluster',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/model_service/cluster_ha',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Advanced Usage',
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/More_proxyllms',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/ollama',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/vLLM_inference',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/Llamacpp_server',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'installation/advanced_usage/OpenAI_SDK_call',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
description: 'DB-GPT provides a wealth of installation and deployment options, supporting source code deployment, Docker deployment, cluster deployment and other modes. At the same time, it can also be deployed and installed based on the AutoDL image.',
|
||||
slug: "installation",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
type: "category",
|
||||
label: "Application",
|
||||
|
Reference in New Issue
Block a user