diff --git a/internal/core/src/index/thirdparty/faiss/IVFlib.cpp b/internal/core/src/index/thirdparty/faiss/IVFlib.cpp index eb95070560..dcaa874d7c 100644 --- a/internal/core/src/index/thirdparty/faiss/IVFlib.cpp +++ b/internal/core/src/index/thirdparty/faiss/IVFlib.cpp @@ -265,7 +265,7 @@ void SlidingIndexWindow::step(const Index *sub_index, bool remove_oldest) { // Get a subset of inverted lists [i0, i1). Works on IndexIVF's and -// IndexIVF's embedded in a IndexPreTransform +// IndexIVF's embedded in an IndexPreTransform ArrayInvertedLists * get_invlist_range (const Index *index, long i0, long i1)