Skip to content

Commit 72a9f5a

Browse files
cpegericashvardanian
authored andcommitted
Improve: FilteredSearchUnsafe documentation
1 parent 4829a29 commit 72a9f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

golang/lib.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ func goFilteredSearchCallback(key C.usearch_key_t, ptr unsafe.Pointer) C.int {
687687
return C.int(handler.f(Key(key), ptr))
688688
}
689689

690-
// Search performs k-Approximate Nearest Neighbors Search for the closest vectors to the query vector.
690+
// Filtred Search performs k-Approximate Nearest Neighbors Search for the closest vectors to the query vector with filtering.
691691
func (index *Index) FilteredSearchUnsafe(query unsafe.Pointer, limit uint, handler *FilteredSearchHandler) (keys []Key, distances []float32, err error) {
692692
if index.handle == nil {
693693
panic("index is uninitialized")

0 commit comments

Comments
 (0)