Class RagQueryDiagnostics
- Namespace
- Mythosia.AI.Rag
- Assembly
- Mythosia.AI.Rag.Abstractions.dll
public class RagQueryDiagnostics
- Inheritance
-
RagQueryDiagnostics
- Inherited Members
-
Constructors
RagQueryDiagnostics()
public RagQueryDiagnostics()
Properties
AppliedFinalMinScore
public double? AppliedFinalMinScore { get; set; }
Property Value
- double?
AppliedRetrievalMinScore
public double? AppliedRetrievalMinScore { get; set; }
Property Value
- double?
ElapsedMs
public long ElapsedMs { get; set; }
Property Value
- long
FinalTopK
public int FinalTopK { get; set; }
Property Value
- int
RetrievalTopK
public int RetrievalTopK { get; set; }
Property Value
- int
RewriteElapsedMs
public long RewriteElapsedMs { get; set; }
Property Value
- long