Documentation
¶
Index ¶
- type Index
- func (idx *Index) Close() error
- func (idx *Index) DeleteVector(id string) error
- func (idx *Index) InsertVector(id string, vector []float32) error
- func (idx *Index) ListIDs() (ids []string, err error)
- func (idx *Index) LookupVector(id string) ([]float32, bool)
- func (idx *Index) Search(target []float32, k int) (results []index.SearchResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.