fix: Change the data in the dataset page to be obtained using the interface (#8726)

### What problem does this PR solve?

Change the data in the dataset page to be obtained using the interface,
and change the import to obtain all data every 15 seconds to obtain the
data of the current page every 5 seconds when parsing the existing file.
[#3221](https://github.com/infiniflow/ragflow/issues/3221)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-07-08 19:19:07 +08:00
committed by GitHub
parent 3fe143d84a
commit edb32b1304
17 changed files with 189 additions and 100 deletions

View File

@ -396,6 +396,11 @@ export default {
mind: '心智圖',
question: '問題',
questionTip: `如果存在給定的問題,則區塊的嵌入將基於它們。`,
chunkResult: '切片結果',
chunkResultTip: `查看用於嵌入和召回的切片段落`,
enable: '啟用',
disable: '禁用',
delete: '删除',
},
chat: {
newConversation: '新會話',