Property ChunkSize
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
ChunkSize
vec0 chunk_size: 0 < N <= 4096 and N % 8 == 0 (sub-project 1's VecTable
enforces both). 256, not sqlite-vec's 1024: chunk_size is BOTH the storage unit and the KNN
scan allocation (chunk_size * dims * 4 bytes per chunk read), and a phone corpus is
thousands of rows, not millions.
public int ChunkSize { get; set; }