Feat: Add keyword item to AssistantSetting #4543 (#4603)

### What problem does this PR solve?

Feat: Add keyword item to AssistantSetting #4543

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-23 15:58:22 +08:00
committed by GitHub
parent 240e7d7c22
commit b23a4a8fea
6 changed files with 38 additions and 1 deletions

View File

@ -521,6 +521,8 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
useKnowledgeGraph: '使用知识图谱',
useKnowledgeGraphTip:
'它将检索相关实体、关系和社区报告的描述,这将增强多跳和复杂问题的推理。',
keyword: '关键词分析',
keywordTip: `应用 LLM 分析用户的问题,提取在相关性计算中要强调的关键词。`,
},
setting: {
profile: '概要',