mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve annotation (#14480)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/14499/head
parent
d7b4884474
commit
95709b6aa8
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue