Class DataSource.VectorEntry
Represents an entry pairing a vector embedding with its originating raw payload.
public sealed class DataSource.VectorEntry : ReadOnlyCollection<float>, IList<float>, ICollection<float>, IReadOnlyList<float>, IReadOnlyCollection<float>, IEnumerable<float>, IList, ICollection, IEnumerable
- Inheritance
-
DataSource.VectorEntry
- Implements
- Inherited Members
Constructors
- VectorEntry(float[], string)
Constructs a new VectorEntry.
Properties
- this[int]
Gets the value of the vector at the given index.
- Payload
The optional raw payload from which the vector embedding was generated.