mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 19:15:30 +08:00
### What problem does this PR solve? Feat: Added meta data to the chat configuration page #8531 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -563,9 +563,16 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
crossLanguage: 'Cross-language search',
|
||||
crossLanguageTip: `Select one or more languages for cross‑language search. If no language is selected, the system searches with the original query.`,
|
||||
createChat: 'Create chat',
|
||||
metadata: 'Metadata',
|
||||
metadataTip: 'Metadata',
|
||||
metadata: 'Meta Data',
|
||||
metadataTip:
|
||||
'Metadata filtering is the process of using metadata attributes (such as tags, categories, or access permissions) to refine and control the retrieval of relevant information within a system.',
|
||||
conditions: 'Conditions',
|
||||
addCondition: 'Add Condition',
|
||||
meta: {
|
||||
disabled: 'Disabled',
|
||||
automatic: 'Automatic',
|
||||
manual: 'Manual',
|
||||
},
|
||||
},
|
||||
setting: {
|
||||
profile: 'Profile',
|
||||
|
||||
Reference in New Issue
Block a user