Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { SetVector(id string, vec []float64) error GetVector(id string) ([]float64, error) SetHash(bucketName, vecId string) error GetHashIterator(bucketName string) (Iterator, error) Clear() error }
Store methods to be able to hold and use search index It implies storage vectors at one place, and LSH hashes with vectors uid in other places to not duplicate vectors themselves
Click to show internal directories.
Click to hide internal directories.