Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class RagStatus
public RagStatus()
public virtual DateTime CompletedAt { get; set; }
public virtual string CurrentRunTag { get; set; }
public virtual bool IsCancelled { get; set; }
public virtual bool IsCompleted { get; set; }
public virtual DateTime LastIndexed { get; set; }
public virtual string NamespaceName { get; set; }
public virtual DateTime StartedAt { get; set; }
public virtual RagStatusChunks StatusAll { get; set; }
public virtual RagStatusChunks StatusDocuments { get; set; }
public virtual RagStatusChunks StatusFAQ { get; set; }
public virtual RagStatusChunks StatusNone { get; set; }
public virtual RagStatusChunks StatusProduct { get; set; }
public virtual RagStatusChunks StatusTicket { get; set; }
public virtual RagStatusChunks StatusWebpage { get; set; }
Was this page helpful?