Table of Contents

Class RagChunk

Namespace
Mythosia.AI.Rag
Assembly
Mythosia.AI.Rag.Abstractions.dll
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

id string
documentId string
content string
index int

Properties

Content

public string Content { get; set; }

Property Value

string

DocumentId

public string DocumentId { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Index

public int Index { get; set; }

Property Value

int

Metadata

public Dictionary<string, string> Metadata { get; set; }

Property Value

Dictionary<string, string>