feat:增加LangChain文档

This commit is contained in:
2026-05-28 14:11:09 +08:00
parent 6ab2f8a1f2
commit 2777ef8676
2 changed files with 180 additions and 0 deletions

View File

@@ -49,6 +49,12 @@ export const routers = [
{ text: 'SQL高阶用法', link: '/Web/MySQL/SQL-Advance' }
]
},
{
text: '🤖 AI',
items: [
{ text: '基于Langchain的Agent开发', link: '/Web/AI/Langchain' },
]
},
{
text: '📶 Network',
items: [