feat: 增强知识库分块策略流程
- 增加导入分析预览提交与预览态缓存键 - 支持知识库分块策略配置与分块预览 - 重构知识库导入与确认导入前端流程
This commit is contained in:
@@ -20,7 +20,7 @@ const fileData = ref<FileInfo[]>([]);
|
||||
const filesPath = ref([]);
|
||||
defineExpose({
|
||||
getFilesData() {
|
||||
return fileData.value;
|
||||
return fileData.value.filter((item) => item.filePath);
|
||||
},
|
||||
});
|
||||
function handleSuccess(response: any) {
|
||||
|
||||
Reference in New Issue
Block a user