Docs: Updated UI tips for reranker (#7983)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-05-30 19:50:30 +08:00
committed by GitHub
parent 259a7fc7f1
commit 09f8dfe456
8 changed files with 8 additions and 8 deletions

View File

@ -160,7 +160,7 @@ export default {
cancel: '取消',
rerankModel: 'rerank模型',
rerankPlaceholder: '請選擇',
rerankTip: `如果是空的。它使用查詢和塊的嵌入來構成矢量餘弦相似性。否則它使用rerank評分代替矢量餘弦相似性`,
rerankTip: `非必選項:若不選擇 rerank 模型,系統將默認採用關鍵詞相似度與向量餘弦相似度相結合的混合查詢方式;如果設定了 rerank 模型,則混合查詢中的向量相似度部分將被 rerank 打分替代。請注意:採用 rerank 模型會非常耗時。如需選用 rerank 模型,建議使用 SaaS 的 rerank 模型服務;如果你傾向使用本地部署的 rerank 模型,請務必確保你使用 docker-compose-gpu.yml 啟動 RAGFlow`,
topK: 'Top-K',
topKTip: `與 Rerank 模型配合使用,用於設定傳給 Rerank 模型的文本塊數量。`,
delimiter: `文字分段標識符`,