From 0c837740ce4f9de5d2bef65ec4f60f5cb5aaf3dc Mon Sep 17 00:00:00 2001 From: Milvus-doc-bot Date: Tue, 10 Oct 2023 07:47:25 +0000 Subject: [PATCH] Release new docs --- v2.3.x/site/en/reference/index.md | 41 ++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/v2.3.x/site/en/reference/index.md b/v2.3.x/site/en/reference/index.md index dca8badf6..9acabb4da 100644 --- a/v2.3.x/site/en/reference/index.md +++ b/v2.3.x/site/en/reference/index.md @@ -48,13 +48,13 @@ According to the suited data type, the supported indexes in Milvus can be divide The following table classifies the indexes that Milvus supports:
-Floating-point embeddings Binary embeddings - + Floating-point embeddings + Binary embeddings
- +
@@ -151,6 +151,41 @@ The following table classifies the indexes that Milvus supports:
Supported index
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
Supported indexClassificationScenario
BIN_FLATQuantization-based index
    +
  • Depends on relatively small datasets.
  • +
  • Requires perfect accuracy.
  • +
  • No compression applies.
  • +
  • Guarantee exact search results.
  • +
BIN_IVF_FLATQuantization-based index
    +
  • High-speed query
  • +
  • Requires a recall rate as high as possible
  • +
+ +
### FLAT