mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 11:05: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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user