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
Position
The position of the index entry reference.
[JsonPropertyOrder(2)]
[JsonPropertyName("position")]
public required int Position { get; set; }