From 9c1c7bc54b7adf304d59efc6cedf017015da888c Mon Sep 17 00:00:00 2001 From: Xieql Date: Tue, 28 Dec 2021 13:27:17 +0800 Subject: [PATCH] [skip e2e] Improve annotation (#14386) Signed-off-by: Xieql --- internal/core/src/index/thirdparty/faiss/IVFlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/src/index/thirdparty/faiss/IVFlib.cpp b/internal/core/src/index/thirdparty/faiss/IVFlib.cpp index eb9507056..dcaa874d7 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) -- GitLab