mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
### What problem does this PR solve? Fixes: Bugs fixed - Removed invalid code, - Modified the user center style, - Added an automatic data source parsing switch. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -274,6 +274,7 @@ export default {
|
||||
reRankModelWaring: 'Re-rank model is very time consuming.',
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
autoParse: 'Auto Parse',
|
||||
rebuildTip:
|
||||
'Re-downloads files from the linked data source and parses them again.',
|
||||
baseInfo: 'Basic Info',
|
||||
|
||||
@ -260,6 +260,7 @@ export default {
|
||||
theDocumentBeingParsedCannotBeDeleted: '正在解析的文档不能被删除',
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
autoParse: '自动解析',
|
||||
rebuildTip: '从所有已关联的数据源重新下载文件并再次解析。',
|
||||
baseInfo: '基础信息',
|
||||
gobalIndex: '全局索引',
|
||||
|
||||
Reference in New Issue
Block a user