# Functions
AcceptAll implements SearchFilter by way of accepting all results.
AcceptNone implements SearchFilter by way of rejecting all results.
BytesAsFloatArray[T c.Float](encoded) converts encoded into a []T, where T is either float32 or float64, depending on the value of floatBits.
No description provided by the author
NewSearchPathResult() provides an initialized (empty) *SearchPathResult.
# Structs
No description provided by the author
SearchPathResult is the return-type for the optional SearchWithPath function for a VectorIndex (by way of extending OptionalIndexSupport).
# Interfaces
CacheType is an interface representation of the cache of a persistent storage system.
IndexFactory is responsible for being able to create, find, and remove VectorIndexes.
Local cache is an interface representation of the local cache of a persistent storage system.
OptionalIndexSupport defines abilities that might not be universally supported by all VectorIndex types.
A Txn is an interface representation of a persistent storage transaction, where multiple operations are performed on a database.
Value is an interface representation of the value of a persistent storage system.
A VectorIndex can be used to Search for vectors and add vectors to an index.
# Type aliases
No description provided by the author
SearchFilter defines a predicate function that we will use to determine whether or not a given vector is "interesting".
TypeID represents the type of the data.