Versions in this module Expand all Collapse all v0 v0.2.0 Feb 9, 2026 v0.1.1 Jan 28, 2026 v0.1.0 Jan 20, 2026 Changes in this version + type Index interface + Build func(ids []string, vectors [][]float32) error + MarshalBinary func() ([]byte, error) + Query func(query []float32, k int) (ids []string, scores []float64, err error) + UnmarshalBinary func(data []byte) error