Class RagChunk
public class RagChunk
- Inheritance
-
RagChunk
- Inherited Members
Constructors
RagChunk()
public RagChunk()
RagChunk(string, string, string, int)
public RagChunk(string id, string documentId, string content, int index)
Parameters
Properties
Content
public string Content { get; set; }
Property Value
DocumentId
public string DocumentId { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Index
public int Index { get; set; }
Property Value
Metadata
public Dictionary<string, string> Metadata { get; set; }