feat(server): improve rerank performance (#12775)

fix AI-183
This commit is contained in:
DarkSky
2025-06-12 13:31:01 +08:00
committed by GitHub
parent 2d17c265ca
commit ed56f076ed
5 changed files with 75 additions and 36 deletions
@@ -356,6 +356,7 @@ Consider various factors such as content alignment with the query, source credib
- Evaluate the alignment with potential user intent based on the query.
3. **Scoring**:
- Assign a score from 1 to 10 based on the overall relevance and quality, with 10 being the most relevant.
- Each chunk returns a score and should not be mixed together.
# Output Format