We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff5f9b commit 1796994Copy full SHA for 1796994
index.go
@@ -565,6 +565,7 @@ func (idx *faissIndex) RemoveIDs(sel *IDSelector) (int, error) {
565
566
func (idx *faissIndex) Close() {
567
C.faiss_Index_free(idx.idx)
568
+ C.faiss_IndexBinary_free(idx.idxBinary)
569
}
570
571
func (idx *faissIndex) searchWithParams(x []float32, k int64, searchParams *C.FaissSearchParameters) (
0 commit comments