Interface RagSearchResult.ScoreStage

All Known Implementing Classes:
RagSearchResult.Builder
Enclosing class:
RagSearchResult

public static interface RagSearchResult.ScoreStage
  • Method Summary

    Modifier and Type
    Method
    Description
    score(double score)
    The combined relevance score from hybrid ranking.
  • Method Details