Table of Contents

Class VectorizationIndexReference

Namespace
FoundationaLLM.Vectorization.Models
Assembly
FoundationaLLM.Vectorization.Engine.dll

Represents a reference to an index entry that contains vectorized content.

public class VectorizationIndexReference
Inheritance
VectorizationIndexReference
Inherited Members
Extension Methods

Properties

IndexEntryId

The unique identifier of the index entry reference.

[JsonPropertyOrder(1)]
[JsonPropertyName("index_entry_id")]
public required string IndexEntryId { get; set; }

Property Value

string

Position

The position of the index entry reference.

[JsonPropertyOrder(2)]
[JsonPropertyName("position")]
public required int Position { get; set; }

Property Value

int