Definition

Embedding models map queries and documents into dense vectors so retrieval systems can rank passages via similarity (often cosine / dot product after L2 normalization). They sit under rag, agent memory, and code search stacks.

Key Points

  • Accuracy–efficiency curve: large BF16 flagships vs distilled / quantized production variants
  • Context length matters for agent memory (e.g., 32k-token encoders)
  • Multilingual and domain fine-tuning (legal, finance, medical, code) change real-world recall

Recent Developments

Sources