โ† All posts

๐—š๐—ฒ๐—ฒ๐—ธ ๐—ข๐˜‚๐˜ ๐—ง๐—ถ๐—บ๐—ฒ: Embeddings -Continuing from โ€œChunk Happensโ€ (RAG)

Sep 2025ยท~1411 words in full

In our last Geek Out Time we poked at chunking โ€” the unglamorous decision that quietly controls what even has a chance to be retrieved. This time we zoom in on the sibling that decides whether those chunks are actually found: embeddings. If chunking is how knowledge gets in , embeddings are how itโ€™s remembered and located later.

I have run dense (semantic), sparse (keyword), and hybrid (both) retrieval in the Google Cola, same as before. Along the way I will include reranking and diversification โ€” and show how small defaults like title+body weighting and a sensible ฮฑ blend make a visible difference.

Background, minus the algebra

Think of an embedding as a call number for meaning. Itโ€™s a long vector that places a passage in a space where similar ideas sit near each other, so โ€œsign-in error with Gmailโ€ lives near โ€œemail login failing.โ€ Dense retrieval uses those positions to find neighbors by meaning.

This is an excerpt โ€” the full article continues on Medium.

Read the full article on Medium โ†’

ยฉ 2026 Nedved Yang

Vibe-coded with AI + Next.js + Tailwind CSS

Singapore