[skip e2e] Improve annotation (#14480)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/14499/head
Xieql 2021-12-29 12:00:31 +08:00 committed by GitHub
parent d7b4884474
commit 95709b6aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const IndexIVF * try_extract_index_ivf (const Index * index);
IndexIVF * try_extract_index_ivf (Index * index);
/** Merge index1 into index0. Works on IndexIVF's and IndexIVF's
* embedded in a IndexPreTransform. On output, the index1 is empty.
* embedded in an IndexPreTransform. On output, the index1 is empty.
*
* @param shift_ids: translate the ids from index1 to index0->prev_ntotal
*/