ORBiS Tree

ORBiS TREE · ENGLISH DOCUMENT

Concepts →

Embedding

A numerical vector representation used to encode semantic or structural properties of data.

한국어 English
English updated 8월 29, 2026 Source article updated 8월 28, 2026 2 sources
This English page is a curated translation layer linked to the Korean source article. Community changes are currently made on the Korean source, where the full revision history and anonymous edit trail are preserved.
An embedding maps an object such as a word, sentence, document, image, or user item into a vector of numbers. Useful embedding spaces place objects with related meanings or functions near one another according to a chosen similarity measure.

How it works

Embedding models are trained so that useful relationships are reflected in vector geometry. Applications often compare vectors with cosine similarity, dot product, or distance metrics. Sentence and document embeddings are widely used to index large text collections.

Why it matters

Embeddings power semantic search, clustering, recommendation, duplicate detection, and many RAG pipelines. Their quality depends on the training objective and the domain in which they are used.

Related concepts

SOURCES

Sources

  1. Open source ↗
  2. Open source ↗