mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Fix:wrong param in meta_data_filter (#10978)
### What problem does this PR solve? change: wrong param in meta_data_filter ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -35,6 +35,6 @@ export const EmptyConversationId = 'empty';
|
||||
|
||||
export enum DatasetMetadata {
|
||||
Disabled = 'disabled',
|
||||
Automatic = 'automatic',
|
||||
Automatic = 'auto',
|
||||
Manual = 'manual',
|
||||
}
|
||||
|
||||
@ -671,7 +671,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
addCondition: 'Add Condition',
|
||||
meta: {
|
||||
disabled: 'Disabled',
|
||||
automatic: 'Automatic',
|
||||
auto: 'Automatic',
|
||||
manual: 'Manual',
|
||||
},
|
||||
cancel: 'Cancel',
|
||||
|
||||
@ -491,7 +491,7 @@ export default {
|
||||
addCondition: '条件を追加',
|
||||
meta: {
|
||||
disabled: '無効',
|
||||
automatic: '自動',
|
||||
auto: '自動',
|
||||
manual: '手動',
|
||||
},
|
||||
cancel: 'キャンセル',
|
||||
|
||||
@ -611,7 +611,7 @@ export default {
|
||||
addCondition: 'Добавить условие',
|
||||
meta: {
|
||||
disabled: 'Отключено',
|
||||
automatic: 'Автоматически',
|
||||
auto: 'Автоматически',
|
||||
manual: 'Вручную',
|
||||
},
|
||||
cancel: 'Отмена',
|
||||
|
||||
@ -660,7 +660,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
addCondition: '增加条件',
|
||||
meta: {
|
||||
disabled: '禁用',
|
||||
automatic: '自动',
|
||||
auto: '自动',
|
||||
manual: '手动',
|
||||
},
|
||||
cancel: '取消',
|
||||
|
||||
Reference in New Issue
Block a user