diff --git a/internal/core/algorithm/faiss/faiss.go b/internal/core/algorithm/faiss/faiss.go index 2412a0b3f06..ed298a12e3b 100644 --- a/internal/core/algorithm/faiss/faiss.go +++ b/internal/core/algorithm/faiss/faiss.go @@ -79,7 +79,7 @@ const ( // ------------------------------------------------------------- // Method Type Definition // ------------------------------------------------------------- - IVFPQ = iota + IVFPQ = iota BinaryIndex )