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 RagResult
public RagResult()
public virtual string Chunk { get; set; }
public virtual string Id { get; set; }
public virtual StringObjectDictionary Metadata { get; set; }
public virtual double Score { get; set; }
public virtual string Title { get; set; }
[JsonIgnore] public RagType? Type { get; set; }
[JsonProperty("Type")] public string Type_String { get; set; }
Was this page helpful?