Docs: miscellaneous editorial updates (#8731)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-07-09 09:28:56 +08:00
committed by GitHub
parent addda5ccbe
commit d42e6fb955
7 changed files with 7 additions and 7 deletions

View File

@ -540,7 +540,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
useKnowledgeGraphTip:
'Whether to use knowledge graph(s) in the specified knowledge base(s) during retrieval for multi-hop question answering. When enabled, this would involve iterative searches across entity, relationship, and community report chunks, greatly increasing retrieval time.',
keyword: 'Keyword analysis',
keywordTip: `Apply LLM to analyze user's questions, extract keywords which will be emphasize during the relevance computation.`,
keywordTip: `Use LLM to analyze user's questions, extract keywords which will be emphasize during the relevance computation. Works well with lengthy queries but will increase response time.`,
languageTip:
'Allows sentence rewriting with the specified language or defaults to the latest question if not selected.',
avatarHidden: 'Hide avatar',