Embedding Models Compared: What Actually Matters for Retrieval
I benchmarked five embedding models against the same retrieval task. The results challenged some of my assumptions about model size, cost, and quality.
Embeddings coverage in this archive spans 3 posts from Apr 2023 to Jul 2023 and treats embeddings as a production discipline: evaluation loops, tool boundaries, escalation paths, and cost control. The strongest adjacent threads are ai, go, and search. Recurring title motifs include embedding, models, compared, and retrieval.
I benchmarked five embedding models against the same retrieval task. The results challenged some of my assumptions about model size, cost, and quality.
A hands-on walkthrough of building semantic search with Go, OpenAI embeddings, and pgvector. Includes chunking strategies, hybrid retrieval, and the gotchas I hit along the way.
A practical guide to vector databases -- what they store, how similarity search works, and the architectural decisions that matter in production.