Back to today's topics

Verified · Aug 11, 2026

Independently verified

Embedding + rerank pair: Cohere Rerank 3.5 + Embed 4 + Nomic Atlas Embed 2 — improved retrieval quality at both layers

3 sources

Cohere Rerank 3.5 + Embed 4 (1024-dim default with multilingual + image-text alignment) and Nomic Atlas Embed 2 (8K long-context open-weight) are two retrieval model surfaces that ship upgrades in the same week. Together they improve RAG retrieval quality at both the embedding layer (Embed 4 with multilingual + image-text; Atlas Embed 2 with 8K context + open-weight) and the reranking layer (Rerank 3.5 with multilingual + multi-vector). The two are not equivalent: Cohere bets on multilingual + image-text alignment; Nomic bets on long-context + open-weight.

Why now

Both shipped in the same week — creators building RAG pipelines can upgrade either layer for retrieval quality improvements.

Why it is worth publishing

Demo potential: side-by-side of the same RAG pipeline with Cohere Rerank 3.5 + Embed 4 vs Nomic Atlas Embed 2 on a multilingual long-context retrieval task.

Evidence basis

Two independent vendor primary sources + The Decoder weekly roundup

Cohere Rerank 3.5 + Embed 4 and Nomic Atlas Embed 2 both shipped this week — and together they improve RAG retrieval quality at both the embedding layer and the reranking layer.

Angle

Frame the two as 'embedding + rerank quality' surfaces — Cohere on multilingual + image-text, Nomic on long-context + open-weight — and pick based on the document corpus.

Format

Long-form explainer

Demo idea

Record a 10-minute explainer: 3 min intro on 'embedding + rerank quality' framing, 3 min on Cohere (Embed 4 multilingual + image-text + Rerank 3.5 multi-vector), 3 min on Nomic (Atlas Embed 2 long-context + open-weight), 1 min on the comparison.

Platform notes

Specific retrieval accuracy benchmark numbers beyond the captured summary are not extracted; confirm with creator-side benchmark before stating specific improvements. Per-tier pricing is not extracted.

Usable claims

  • Cohere shipped Rerank 3.5 (improved retrieval accuracy, multilingual support, multi-vector support) and Embed 4 (1024-dim default embeddings with multilingual and image-text alignment).
  • Nomic shipped Atlas Embed 2 — long-context embeddings (8K token context per embedding call), open-weight license, Atlas visualization dashboard.

Evidence pipeline

Breakdown

Cohere bets on multilingual + image-text alignment; Nomic bets on long-context + open-weight. This explainer uses the document-corpus property (multilingual / long-context / open-weight) as the lens for picking an embedding surface.

Risks

  • Use The Decoder and IT之家 as media-type corroboration, but read the underlying vendor docs for any specific accuracy claim or connector list before stating it on the record. Verify specific capability claim against the underlying vendor docs and the actual license / pricing matrix before stating it on the record; do not paraphrase per-platform pricing or license terms into specific dollar figures or commercial-use clauses.
  • Vendor docs confirm improved accuracy claims but specific benchmark numbers are not in this pass. Verify specific capability claim against the underlying vendor docs and the actual license / pricing matrix before stating it on the record; do not paraphrase per-platform pricing or license terms into specific dollar figures or commercial-use clauses.
  • Vendor docs confirm feature existence but specific pricing beyond the captured summary is not in this pass. Verify specific capability claim against the underlying vendor docs and the actual license / pricing matrix before stating it on the record; do not paraphrase per-platform pricing or license terms into specific dollar figures or commercial-use clauses.

Demo ideas

  • Side-by-side RAG pipeline: Cohere Rerank 3.5 + Embed 4 vs Nomic Atlas Embed 2 on the same retrieval task, measure recall and rerank accuracy.
  • Long-context demo: same long-document retrieval task on Atlas Embed 2 (8K context) vs Embed 4 (default context), measure recall difference.
  • Multilingual demo: same multilingual retrieval task on Embed 4 vs Nomic, measure cross-language recall.