【功能新增】AI:新增知识库分段的新增

This commit is contained in:
YunaiV
2025-03-02 21:52:41 +08:00
parent 45ceacdcac
commit c2a6b02b57
5 changed files with 344 additions and 7 deletions

View File

@@ -667,6 +667,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
hidden: true,
activeMenu: '/ai/knowledge'
}
},
{
path: 'knowledge/segment',
component: () => import('@/views/ai/knowledge/segment/index.vue'),
name: 'AiKnowledgeSegment',
meta: {
title: '知识库分段',
icon: 'ep:tickets',
noCache: true,
hidden: true,
activeMenu: '/ai/knowledge'
}
}
]
},