Class HealthCheckResult
- Namespace
- Mythosia.AI.Rag.Diagnostics
- Assembly
- Mythosia.AI.Rag.dll
Result of HealthCheckAsync โ proactive index quality report.
public class HealthCheckResult
- Inheritance
-
HealthCheckResult
- Inherited Members
Constructors
HealthCheckResult(int, IReadOnlyList<HealthCheckItem>)
public HealthCheckResult(int totalChunks, IReadOnlyList<HealthCheckItem> items)
Parameters
totalChunksintitemsIReadOnlyList<HealthCheckItem>
Properties
HasWarnings
public bool HasWarnings { get; }
Property Value
Items
public IReadOnlyList<HealthCheckItem> Items { get; }
Property Value
TotalChunks
public int TotalChunks { get; }
Property Value
Methods
ToReport()
public string ToReport()