Embedding Similarity Calculator

Cosine, dot product and distance between two embedding vectors.

Works Offline
Privacy First
No Login
No API

Vector A

Vector B

Similarity — Near duplicate — likely the same meaning.

Cosine similarity
0.999712
Cosine distance
0.000288
Angle
1.37°
Dimensions
5
Dot product
1.055542
Euclidean (L2)
0.029360
Manhattan (L1)
0.060000
‖A‖ / ‖B‖
1.0355 / 1.0196

About the Embedding Similarity Calculator

Paste two embeddings — raw arrays, comma separated numbers or a whole OpenAI embeddings response — and get cosine similarity, cosine distance, angle in degrees, dot product, Euclidean and Manhattan distance plus both vector norms, with a plain-English verdict on how related they are.

Examples

Two embeddings

[0.02, -0.11, 0.98] vs [0.01, -0.09, 0.97]

Output

cosine 0.999 — near duplicate

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-15 · Runs entirely in your browser