mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
Added semi-automatic mode to the metadata filter (#11886)
### What problem does this PR solve? Retrieval metadata filtering adds semi-automatic mode, and users can manually check the metadata key that participates in LLM to generate filter conditions. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -737,11 +737,13 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
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',
|
||||
metadataKeys: 'Filterable items',
|
||||
addCondition: 'Add condition',
|
||||
meta: {
|
||||
disabled: 'Disabled',
|
||||
auto: 'Automatic',
|
||||
manual: 'Manual',
|
||||
semi_auto: 'Semi-automatic',
|
||||
},
|
||||
cancel: 'Cancel',
|
||||
chatSetting: 'Chat setting',
|
||||
|
||||
@ -673,11 +673,13 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
metadataTip:
|
||||
'元数据过滤是使用元数据属性(例如标签、类别或访问权限)来优化和控制系统内相关信息检索的过程。',
|
||||
conditions: '条件',
|
||||
metadataKeys: '可选过滤项',
|
||||
addCondition: '增加条件',
|
||||
meta: {
|
||||
disabled: '禁用',
|
||||
auto: '自动',
|
||||
manual: '手动',
|
||||
semi_auto: '半自动',
|
||||
},
|
||||
cancel: '取消',
|
||||
chatSetting: '聊天设置',
|
||||
|
||||
Reference in New Issue
Block a user