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

@ -520,6 +520,8 @@ This procedure will improve precision of retrieval by adding more information to
useKnowledgeGraph: 'Use knowledge graph',
useKnowledgeGraphTip:
'It will retrieve descriptions of relevant entities,relations and community reports, which will enhance inference of multi-hop and complex question.',
keyword: 'Keyword analysis',
keywordTip: `Apply LLM to analyze user's questions, extract keywords which will be emphesize during the relevance omputation.`,
},
setting: {
profile: 'Profile',