
VectorFieldInfo
- Namespace
- Rowles.LeanCorpus.Index.Segment
- Assembly
- Rowles.LeanCorpus.dll
Persisted metadata for a single vector field within a segment. The reader uses this to
open the corresponding per-field .vec and .hnsw files lazily.
public sealed class VectorFieldInfo
- Inheritance
-
VectorFieldInfo
Dimension
Dimension of every vector in this field.
FieldName
Logical name of the vector field as supplied by the application.
HasHnsw
Whether a built HNSW graph file is present for this field.
Normalised
Whether vectors were L2-normalised at write time. When true, dot product equals cosine similarity.
Quantisation
Quantisation strategy applied to this vector field. Default: None.