Updated instructions in the UI (#5733)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-03-06 19:56:15 +08:00
committed by GitHub
parent 9fc7174612
commit 27153dde85
9 changed files with 14 additions and 10 deletions

View File

@ -108,7 +108,7 @@ export default {
processDuration: 'Duration',
progressMsg: 'Progress',
testingDescription:
'Conduct a retrieval test to check if RAGFlow can recover the intended content for the LLM.',
'Conduct a retrieval test to check if RAGFlow can recover the intended content for the LLM. If you have adjusted the default settings, such as keyword similarity weight or similarity threshold, to achieve the optimal results, be aware that these changes will not be automatically saved. You must apply them to your chat assistant settings or the **Retrieval** agent component settings.',
similarityThreshold: 'Similarity threshold',
similarityThresholdTip:
'RAGFlow employs either a combination of weighted keyword similarity and weighted vector cosine similarity, or a combination of weighted keyword similarity and weighted reranking score during retrieval. This parameter sets the threshold for similarities between the user query and chunks. Any chunk with a similarity score below this threshold will be excluded from the results.',