Enum RagFinalSelectionMode
Controls how the pipeline chooses final references after optional re-ranking.
public enum RagFinalSelectionMode
Fields
RerankerOnly = 0Preserve the current behavior: trust reranker scores as the final decision when reranking is enabled.
WeightedBlend = 1Preserve retrieval evidence by blending retrieval and reranker scores.