---
name: Embedding
aliases:
  - Embedding
  - Embeddings
type: Concept
description: A numerical representation of text or data in a high-dimensional vector space.
relatedPosts:
  - raskhody-na-generativnyy-ii-kak-ne-razoritsya-na-transformat
  - ai-enabled-recruiting
  - what-is-llm-guide-2025
mentionedIn:
  - what-is-llm-guide-2025
---
Embeddings are vector representations of data (text, images, etc.) where semantically similar items are closer together in vector space. They are fundamental for semantic search and RAG applications.
