# Vector similarity Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/vector-similarity
> Markdown URL: https://aitinkerers.org/technologies/vector-similarity.md
> Technology record last updated: 2026-05-05T20:07:00Z
> Generated: 2026-09-22T05:46:09Z

Vector similarity quantifies the semantic or feature-based closeness of two data points (vectors) in a high-dimensional space; it is the core engine for modern AI applications.

This technology is the mathematical process of measuring distance between vector embeddings: numerical representations of complex data like text, images, or audio. Core algorithms include Cosine Similarity (focusing on vector angle) and Euclidean Distance (measuring absolute spatial gap). Vector similarity powers critical AI functions, notably Retrieval-Augmented Generation (RAG) for LLMs, semantic search (finding meaning over keywords), and recommendation systems. For example, it ensures a search for 'budget airfare' returns results for 'cheap flights' by confirming their vectors are highly aligned in the 768-dimension space common to many models.

- Official technology site: https://en.wikipedia.org/wiki/Similarity_measure
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Semanticards](https://zurich.aitinkerers.org/talks/rsvp_fG0sWkGTeMc)

A hobby project that uses embeddings, vector similarity and user feedback to span a space of semantically correct answers for flashcards.

- Event context: AI Tinkerers Zurich - May 8 — 2024-05-08 — Zürich
- Public talk page: https://zurich.aitinkerers.org/talks/rsvp_fG0sWkGTeMc

## Related Technologies

- [Embeddings](https://aitinkerers.org/technologies/embeddings) ([Markdown](https://aitinkerers.org/technologies/embeddings.md)) — 22 public demos
- [semantic search](https://aitinkerers.org/technologies/semantic-search) ([Markdown](https://aitinkerers.org/technologies/semantic-search.md)) — 5 public demos
- [sentence-transformers](https://aitinkerers.org/technologies/sentence-transformers) ([Markdown](https://aitinkerers.org/technologies/sentence-transformers.md)) — 11 public demos
