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
recordVectorRecordmatchIndexintpreviewstring
Properties
MatchIndex
public int MatchIndex { get; }
Property Value
Preview
public string Preview { get; }
Property Value
Record
public VectorRecord Record { get; }