Versions in this module Expand all Collapse all v0 v0.0.4 Mar 22, 2025 Changes in this version + type ID int64 + type Vector []float32 + type Vectors struct + func NewVectors(chunkSize int) *Vectors + func (v *Vectors) Add(vector Vector) ID + func (v *Vectors) Delete(id ID) + func (v *Vectors) Get(vectors []Vector, n int) []ID