Skip to content

Commit

Permalink
V2.0.0 metric table fix (#290)
Browse files Browse the repository at this point in the history
* Update metric.md

* Update metric.md

* Update metric.md

* Update metric.md
  • Loading branch information
LocoRichard authored Jul 6, 2021
1 parent 8c38b96 commit 6301d44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions site/en/develop/metric.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ The following table shows how these widely used similarity metrics fit with vari
</thead>
<tbody>
<tr>
<td class="tg-0pky">Euclidean distance (L2)</td>
<td class="tg-0pky" rowspan="2"><ul><li>FLAT</li><li>IVF_FLAT</li><li>IVF_SQ8</li><li>IVF_SQ8H</li><li>IVF_PQ</li><li>RNSG</li><li>HNSW</li><li>ANNOY</li></ul></td>
</tr>
<tr>
<td class="tg-0pky">Inner product (IP)</td>
<td class="tg-0pky"><ul><li>Euclidean distance (L2)</li><li>Inner product (IP)</li></td>
<td class="tg-0pky" rowspan="2"><ul><li>FLAT</li><li>IVF_FLAT</li><li>IVF_SQ8</li><li>IVF_PQ</li><li>HNSW</li><li>ANNOY</li></ul></td>
</tr>
</tbody>
</table>
Expand Down
7 changes: 2 additions & 5 deletions site/zh-CN/develop/metric.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ Milvus 基于不同的距离计算方式比较向量间的距离。选择合适
</thead>
<tbody>
<tr>
<td class="tg-0pky">欧氏距离 (L2)</td>
<td class="tg-0pky" rowspan="2"><ul><li>FLAT</li><li>IVF_FLAT</li><li>IVF_SQ8</li><li>IVF_SQ8H</li><li>IVF_PQ</li><li>RNSG</li><li>HNSW</li><li>ANNOY</li></ul></td>
</tr>
<tr>
<td class="tg-0pky">内积 (IP)</td>
<td class="tg-0pky"><li>欧氏距离 (L2)</li><li>内积 (IP)</li></td>
<td class="tg-0pky" rowspan="2"><ul><li>FLAT</li><li>IVF_FLAT</li><li>IVF_SQ8</li><li>IVF_PQ</li><li>HNSW</li><li>ANNOY</li></ul></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 6301d44

Please sign in to comment.