What are embeddings in the context of LLMs?
LLM Engineer Interview Questions: Embeddings, Vector Search, and Cosine Similarity Explained
Audio flashcard · 0:17Nortren·
What are embeddings in the context of LLMs?
0:17
Embeddings are dense numeric vectors that represent text in a way that preserves semantic meaning. Texts with similar meanings produce vectors that are close in the high-dimensional embedding space. Embeddings are the foundation of semantic search, retrieval-augmented generation, clustering, classification, and recommendation systems.
platform.openai.com