# BGE-small-en-v1 Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/bge-small-en-v1
> Markdown URL: https://aitinkerers.org/technologies/bge-small-en-v1.md
> Technology record last updated: 2026-04-30T12:13:18Z
> Generated: 2026-09-20T21:50:37Z

A high-efficiency 33.5 million parameter embedding model that dominates the MTEB leaderboard for English retrieval tasks.

Engineered by the Beijing Academy of Artificial Intelligence (BAAI), BGE-small-en-v1.5 delivers elite performance in a compact 133MB footprint. It processes 512-token sequences into 384-dimensional vectors, balancing low latency with high accuracy for RAG pipelines and semantic search. This model currently maintains top-tier rankings on the Massive Text Embedding Benchmark (MTEB) by outperforming significantly larger architectures in retrieval, reranking, and clustering metrics.

- Official technology site: https://huggingface.co/BAAI/bge-small-en-v1.5
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [DoppelGoner: Building a Vector-Based Entity Clustering System for Federated Data](https://seattle.aitinkerers.org/talks/rsvp_eeZXANggQPM)

I'll demonstrate how I built DoppelGoner, an open-source Rust implementation that uses transformer embeddings and graph-based clustering to solve entity reconciliation across federated databases. The demo will include: Live code walkthrough of the vector similarity pipeline using BGE-small embeddings Technical deep-dive into the incremental processing architecture that enables efficient repeated runs Demonstration of the graph-based cluster consolidation using petgraph for transitive relationship discovery Performance optimization techniques for pgvector operations and parallel embedding generation Live demo of semantic service matching where I'll show how the system identifies semantically similar services even with different terminology I'll run everything live on my MacBook showing that sophisticated AI tooling can be deployed efficiently without massive compute resources.

- Event context: AI Tinkerers Seattle - April Meetup — 2025-04-25 — Seattle
- Public talk page: https://seattle.aitinkerers.org/talks/rsvp_eeZXANggQPM

## Related Technologies

- [Actix Web](https://aitinkerers.org/technologies/actix-web) ([Markdown](https://aitinkerers.org/technologies/actix-web.md)) — 1 public demo
- [Candle ML](https://aitinkerers.org/technologies/candle-ml) ([Markdown](https://aitinkerers.org/technologies/candle-ml.md)) — 2 public demos
- [Next](https://aitinkerers.org/technologies/next) ([Markdown](https://aitinkerers.org/technologies/next.md)) — 186 public demos
- [pgvector](https://aitinkerers.org/technologies/pgvector) ([Markdown](https://aitinkerers.org/technologies/pgvector.md)) — 25 public demos
- [PostgreSQL](https://aitinkerers.org/technologies/postgresql) ([Markdown](https://aitinkerers.org/technologies/postgresql.md)) — 105 public demos
