Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions topics/embeddings/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
aliases: embedding
display_name: Embeddings
short_description: Embeddings are numerical representations of data that capture semantic meaning for AI applications.
topic: embeddings
related: artificial-intelligence, machine-learning, natural-language-processing
wikipedia_url: https://en.wikipedia.org/wiki/Word_embedding
---

Embeddings are numerical representations of data that capture semantic meaning for AI and machine learning systems. They convert data such as text, images, or audio into numerical vectors, allowing AI systems to measure similarity, understand context, and power applications such as semantic search, recommendation systems, clustering, and Retrieval-Augmented Generation (RAG).