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 Nov 22, 2024
1 parent 049e30e commit 3a3f617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2.4.x/site/en/reference/metric.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Similarity Metrics

In Milvus, similarity metrics are used to measure similarities among vectors. Choosing a good distance metric helps improve the classification and clustering performance significantly.

The following table shows how these widely used similarity metrics fit with various input data forms and Milvus indexes.
The following table shows how these widely used similarity metrics fit with various input data forms and Milvus indexes. Currently, Milvus supports various types of data, including floating point embeddings (often known as floating point vectors or dense vectors), binary embeddings (also known as binary vectors), and sparse embeddings (also known as sparse vectors).


<div class="filter">
Expand Down Expand Up @@ -93,7 +93,7 @@ Milvus only caculates the value before applying square root when Euclidean dista

### Inner product (IP)

The IP distance between two embeddings are defined as follows:
The IP distance between two vector embeddings are defined as follows:

![ip](../../../assets/IP_formula.png "Inner product.")

Expand Down

0 comments on commit 3a3f617

Please sign in to comment.