feat:增加RAG文档

This commit is contained in:
2026-06-24 09:53:18 +08:00
parent 9fb8c23518
commit eadbf47c5f
3 changed files with 216 additions and 4 deletions

View File

@@ -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' },
]
},
{