Table of Contents

Class ChunkSearchMatch

Namespace
Mythosia.AI.Rag.Diagnostics
Assembly
Mythosia.AI.Rag.dll

A stored chunk that matched a text search.

public class ChunkSearchMatch
Inheritance
ChunkSearchMatch
Inherited Members

Constructors

ChunkSearchMatch(VectorRecord, int, string)

public ChunkSearchMatch(VectorRecord record, int matchIndex, string preview)

Parameters

record VectorRecord
matchIndex int
preview string

Properties

MatchIndex

public int MatchIndex { get; }

Property Value

int

Preview

public string Preview { get; }

Property Value

string

Record

public VectorRecord Record { get; }

Property Value

VectorRecord