
VectorField
- Namespace
- Rowles.LeanLucene.Document.Fields
- Assembly
- Rowles.LeanLucene.dll
Dense float vector for semantic and RAG workloads.
public sealed class VectorField : IField
VectorField
- Implements
VectorField(string, ReadOnlyMemory<float>)
Initialises a new VectorField with the specified name and float vector.
FieldType
The kind of data this field holds.
IsIndexed
Whether the field is included in the inverted index.
IsStored
Whether the raw value is persisted in stored fields.
Name
Field name used for indexing and retrieval.
Value
Gets the dense float vector stored in this field.