feat:增加RAG文档
This commit is contained in:
@@ -26,7 +26,7 @@ export const routers = [
|
||||
{ text: '启动流程', link: '/Web/SpringBoot/SpringBoot-Start-Process' },
|
||||
{ text: 'Starter原理', link: '/Web/SpringBoot/SpringBoot-Starter' },
|
||||
{ text: 'Bean简介', link: '/Web/SpringBoot/SpringBoot-Bean' },
|
||||
{ text: '注解', link: '/Web/SpringBoot/SpringBoot-Annotation' },
|
||||
{ text: 'SpingBoot注解', link: '/Web/SpringBoot/SpringBoot-Annotation' },
|
||||
{ text: 'SpringBoot3原生镜像', link: '/Web/SpringBoot/SpringBoot3-GraalVM' },
|
||||
{ text: 'SpringBoot技巧', link: '/Web/SpringBoot/SpringBoot-Skills' },
|
||||
{ text: 'RestClient简介', link: '/Web/SpringBoot/SpringBoot-RestClient' },
|
||||
@@ -57,8 +57,9 @@ export const routers = [
|
||||
{
|
||||
text: '🤖 AI',
|
||||
items: [
|
||||
{ text: '基于Langchain的Agent开发', link: '/Web/AI/Langchain' },
|
||||
{ text: 'Text To SQL开发', link: '/Web/AI/TextToSQL' },
|
||||
{ text: 'Agent开发', link: '/Web/AI/Langchain' },
|
||||
{ text: 'Text To SQL开发', link: '/Web/AI/TextToSQL' },
|
||||
{ text: 'RAG开发', link: '/Web/AI/RAG' },
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user