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

@ -407,6 +407,11 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
mind: 'Mind map',
question: 'Question',
questionTip: `If there are given questions, the embedding of the chunk will be based on them.`,
chunkResult: 'Chunk Result',
chunkResultTip: `View the chunked segments used for embedding and retrieval.`,
enable: 'Enable',
disable: 'Disable',
delete: 'Delete',
},
chat: {
newConversation: 'New conversation',

View File

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

View File

@ -414,6 +414,11 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
mind: '思维导图',
question: '问题',
questionTip: `如果有给定的问题,则块的嵌入将基于它们。`,
chunkResult: '切片结果',
chunkResultTip: `查看用于嵌入和召回的切片段落。`,
enable: '启用',
disable: '禁用',
delete: '删除',
},
chat: {
newConversation: '新会话',