Table of Contents

Class RagDocument

Namespace
Mythosia.AI.Rag
Assembly
Mythosia.AI.Rag.Abstractions.dll
public class RagDocument
Inheritance
RagDocument
Inherited Members

Constructors

RagDocument()

public RagDocument()

RagDocument(string, string, string)

public RagDocument(string id, string content, string source)

Parameters

id string
content string
source string

Properties

Content

public string Content { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Metadata

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

Property Value

Dictionary<string, string>

Source

public string Source { get; set; }

Property Value

string