Table of Contents

Enum RagFinalSelectionMode

Namespace
Mythosia.AI.Rag
Assembly
Mythosia.AI.Rag.Abstractions.dll

Controls how the pipeline chooses final references after optional re-ranking.

public enum RagFinalSelectionMode

Fields

RerankerOnly = 0

Preserve the current behavior: trust reranker scores as the final decision when reranking is enabled.

WeightedBlend = 1

Preserve retrieval evidence by blending retrieval and reranker scores.