📢 voyage-context-3: contextualized chunk embeddings - Auto captures of chunk level detail & global doc context, w/o metadata augmentation - Beats OpenAI-v3-large by 14.24% & Cohere-v4 by 7.89% - Binary 512-dim matches OpenAI (float, 3072-dim) in accuracy, but 192x cheaper in VDB costs

Before: chunk overlaps, context summaries, metadata augmentation Now: voyage-context-3 processes the full doc in one pass and generates a distinct embedding for each chunk. Each embedding encodes the chunk-level details AND full doc context, for more semantically aware retrieval.

For chunk-level retrieval, voyage-context-3 outperforms on average OpenAI-v3-large, Cohere-v4, Jina-v3 late chunking, and contextual retrieval on all domains by 14.24%, 7.89%, 23.66%, and 20.54%, respectively.

For document-level retrieval, voyage-context-3 outperforms OpenAI-v3-large, Cohere-v4, Jina-v3 late chunking, and Anthropic contextual retrieval by 12.56%, 5.64%, 6.76%, and 2.40%, respectively.

It removes the contextual-retrieval preprocessing step from pipelines, and binary 512-dimension vectors are claimed to match OpenAI float 3072 accuracy at a fraction of the vector database cost.
Checking sign-in…
Loading comments…