┌───────────────────────────────┐
│ Vector Space │
│ │
│ ● A ● B│
│ \ / │
│ \ Angle (Cosine) / │
│ \ / │
│ ●------------------● │
│ Euclidean Distance │
│ │
│ Manhattan Distance: sum of │
│ grid steps between A and B │
│ │
│ Jaccard Similarity: overlap │
│ of sets represented by A & B │
└───────────────────────────────┘
This diagram shows two vectors A and B in space, illustrating cosine similarity as the angle between them, Euclidean distance as the straight line, Manhattan distance as grid steps, and Jaccard similarity as overlap of sets.