mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 19:15:30 +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:
@ -396,6 +396,11 @@ export default {
|
||||
mind: '心智圖',
|
||||
question: '問題',
|
||||
questionTip: `如果存在給定的問題,則區塊的嵌入將基於它們。`,
|
||||
chunkResult: '切片結果',
|
||||
chunkResultTip: `查看用於嵌入和召回的切片段落`,
|
||||
enable: '啟用',
|
||||
disable: '禁用',
|
||||
delete: '删除',
|
||||
},
|
||||
chat: {
|
||||
newConversation: '新會話',
|
||||
|
||||
Reference in New Issue
Block a user