Skip to content

Commit

Permalink
fix: fixed formatting issue in faq (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov authored Oct 27, 2024
1 parent 3c3fbc7 commit 4e8447f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Chroma uses distance metrics to measure how dissimilar a result is from a query.

In contrast, similarity metrics measure how similar two items are, often on a scale where higher values represent greater similarity. For example:

Cosine Similarity ranges from -1 to 1, where:
1 indicates identical orientation (maximum similarity),
0 indicates orthogonality (no similarity),
-1 indicates opposite orientation (maximum dissimilarity).
Dot Product can range from negative to positive infinity, depending on the vectors magnitudes and directions. When vectors are normalized and non-negative, the dot product ranges from 0 to 1.
- Cosine Similarity ranges from -1 to 1, where:
- 1 indicates identical orientation (maximum similarity),
- 0 indicates orthogonality (no similarity),
- -1 indicates opposite orientation (maximum dissimilarity).
- Dot Product can range from negative to positive infinity, depending on the vectors' magnitudes and directions. When vectors are normalized and non-negative, the dot product ranges from 0 to 1.

#### Why Does Chroma Use Distance Metrics?

Expand Down

0 comments on commit 4e8447f

Please sign in to comment.