mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 02:55:29 +08:00
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:
@ -414,6 +414,11 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
mind: '思维导图',
|
||||
question: '问题',
|
||||
questionTip: `如果有给定的问题,则块的嵌入将基于它们。`,
|
||||
chunkResult: '切片结果',
|
||||
chunkResultTip: `查看用于嵌入和召回的切片段落。`,
|
||||
enable: '启用',
|
||||
disable: '禁用',
|
||||
delete: '删除',
|
||||
},
|
||||
chat: {
|
||||
newConversation: '新会话',
|
||||
|
||||
Reference in New Issue
Block a user