AI Potluck
Back to Gap Map Model components / Embeddings & retrieval models

Arctic Embed

Snowflake
open weights / Overall score: 4.0(strong)

Arctic Embed is a family of retrieval embedding models sized from xs to l. The 2.0 releases build on the BGE-M3 RetroMAE backbone to handle multilingual retrieval at up to 8,192 tokens without giving up English quality. Matryoshka representation learning and quantization-aware training let a vector be truncated to 256 dimensions or compressed to 128 bytes per document. Snowflake develops and publishes the family.

The v1 xs checkpoint carries no license field on the Hub while every other family member and the family card declare Apache-2.0; the score records Apache-2.0 on the card's family-wide statement. Verified 2026-09-11 via the Hugging Face model cards, the Hub API and the arctic-embed repository README.

Openness

3 high confidence
3.0
weights
open(ungated checkpoints at xs, s, m, m-long, m-v1.5, l, m-v2.0 and l-v2.0)
data
closed(described only as roughly 400M pairs mixing public datasets with proprietary web-search data, then about 1M mined triplets
code
partial(the arctic-embed repository ships inference and embedding-compression notebooks, not a training pipeline)
license
Apache-2.0(OSI)

Open weights under an OSI license with a closed corpus. The proprietary web-search half of the pretraining mixture is what rules out the data rung outright, and the public repository stops at inference and compression examples. The xs checkpoint ships without a license field on its card, and is read as Apache-2.0 on the family statement rather than left unmapped.

Adoption

4 high confidence
4.0

821,744 downloads in the trailing 30 days for snowflake-arctic-embed-l-v2.0, 590,982 for the s checkpoint and 397,003 for m. The Hugging Face universe sweep puts the eight shipped arctic-embed checkpoints at 2,705,158 combined.

Capability

4 high confidence
4.0

Competitive frontier: multilingual and long-context, and the published table has it ahead of bge-m3 and gte-multilingual-base on English BEIR and on CLEF while staying level on MIRACL. Placed a rung under the leader because the numbers are BEIR and CLEF rather than MMTEB, and because the line has not shipped since the 2.0 release.

Verified 2026-09-11