Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Oct 10, 2023
1 parent e6a34cf commit 0c83774
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions v2.3.x/site/en/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<div class="filter">
<a href="#floating">Floating-point embeddings</a> <a href="#binary">Binary embeddings</a>

<a href="#floating">Floating-point embeddings</a>
<a href="#binary">Binary embeddings</a>
</div>

<div class="filter-floating table-wrapper" markdown="block">

<table>
<table id="floating">
<thead>
<tr>
<th>Supported index</th>
Expand Down Expand Up @@ -151,6 +151,41 @@ The following table classifies the indexes that Milvus supports:
</tbody>
</table>

</div>

<div class="filter-floating table-wrapper" markdown="block">

<table id="binary">
<thead>
<tr>
<th>Supported index</th>
<th>Classification</th>
<th>Scenario</th>
</tr>
</thead>
<tbody>
<tr>
<td>BIN_FLAT</td>
<td>Quantization-based index</td>
<td><ul>
<li>Depends on relatively small datasets.</li>
<li>Requires perfect accuracy.</li>
<li>No compression applies.</li>
<li>Guarantee exact search results.</li>
</ul></td>
</tr>
<tr>
<td>BIN_IVF_FLAT</td>
<td>Quantization-based index</td>
<td><ul>
<li>High-speed query</li>
<li>Requires a recall rate as high as possible</li>
</ul></td>
</tr>
</tbody>
</table>

</div>

### FLAT

Expand Down

0 comments on commit 0c83774

Please sign in to comment.