Table of Contents

Enum RagProgressStage

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

RAG pipeline stages that can be reported for progress diagnostics.

public enum RagProgressStage

Fields

ContextBuild = 5
Embedding = 1
Filtering = 2
QueryRewrite = 0
Reranking = 4
Retrieval = 3