Versions in this module Expand all Collapse all v0 v0.4.0 Apr 24, 2026 v0.3.0 Jan 18, 2026 Changes in this version + type Index struct + func New(dim int) *Index + func (i *Index) Add(key string, vector []float32) + func (i *Index) Remove(key string) + func (i *Index) Search(vector []float32, k int) ([]string, []float32) + func (i *Index) Size() int