From a7d8b0db23e158c32333e8c7ed9caee875d5470b Mon Sep 17 00:00:00 2001 From: Milvus-doc-bot Date: Mon, 30 Dec 2024 06:41:54 +0000 Subject: [PATCH] Release new docs to master --- v2.5.x/site/en/reference/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2.5.x/site/en/reference/index.md b/v2.5.x/site/en/reference/index.md index 81e1c8bfa..fed78b299 100644 --- a/v2.5.x/site/en/reference/index.md +++ b/v2.5.x/site/en/reference/index.md @@ -57,7 +57,7 @@ This type of indexes include `BIN_FLAT` and `BIN_IVF_FLAT`. ### Indexes for sparse embeddings -The distance metric supported for sparse embeddings is `IP` only. +Indexes for sparse embeddings support the `IP` and `BM25` (for full-text search) metrics only. The types of indexes include `SPARSE_INVERTED_INDEX` and `SPARSE_WAND`.