# Nomic Embed v1 Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/nomic-embed-v1
> Markdown URL: https://aitinkerers.org/technologies/nomic-embed-v1.md
> Technology record last updated: 2026-02-26T13:53:55Z
> Generated: 2026-09-23T10:33:14Z

An open-source, 8192-context text embedding model that beats OpenAI on MTEB benchmarks using Matryoshka dimensionality.

Nomic Embed v1 delivers top-tier performance on the MTEB benchmark, outclassing OpenAI's text-embedding-3-small in retrieval accuracy. It handles long-form content via an 8192-token context window and supports Matryoshka embeddings for flexible vector sizes (64 to 768 dimensions). The model carries an Apache 2.0 license and provides full training data transparency. It is the go-to choice for developers building high-efficiency RAG systems and document search tools.

- Official technology site: https://www.nomic.ai/blog/posts/nomic-embed-text-v1
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Building the Filter for AI Generation: Solving "Insight Blindness" with Matryoshka Embeddings](https://dhaka.aitinkerers.org/talks/rsvp_I5dz_B0EQiI)

We realized that standard "Persistence" (chat history) is broken. In a production environment with thousands of chats and documents, context windows turn into noise unless the user is hyper-conscious of their usage. We call this "Insight Blindness." I will demo the pipeline we built to fix this. We are moving beyond standard RAG by implementing Nomic Embed v1.5 with Matryoshka Representation Learning. I will show how we use adaptive, variable-density embeddings to filter noise before it ever hits the context window, and then pipe the high-signal clusters into Google Gemini for synthesis. No slides—just a walkthrough of the ingestion pipeline, the Matryoshka embedding layer, and the synthesis engin

- Event context: AI Tinkerers Dhaka 2nd Meetup: Dhaka Builds with AI! — 2026-02-07 — Dhaka
- Public talk page: https://dhaka.aitinkerers.org/talks/rsvp_I5dz_B0EQiI

## Related Technologies

- [FastAPI](https://aitinkerers.org/technologies/fastapi) ([Markdown](https://aitinkerers.org/technologies/fastapi.md)) — 181 public demos
- [Gemini](https://aitinkerers.org/technologies/gemini) ([Markdown](https://aitinkerers.org/technologies/gemini.md)) — 188 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 664 public demos
