feat(ai/knowledge): 新增知识库文档创建和编辑功能

- 新增知识库文档创建和编辑页面组件
- 实现知识库文档分段和处理功能
- 优化知识库文档列表展示
- 修复部分功能的权限控制问题
This commit is contained in:
gjd
2025-06-11 18:09:04 +08:00
parent a4e44379e8
commit d2fbb5a18b
24 changed files with 2375 additions and 49 deletions

View File

@@ -31,7 +31,7 @@ export function useFormSchema(): VbenFormSchema[] {
label: '知识库描述',
component: 'Textarea',
componentProps: {
row: 3,
rows: 3,
placeholder: '请输入知识库描述',
},
},