Glossary · Term

Embedding

Embedding is a technology that converts the meaning of text into a numeric vector. Sentences with similar meanings have close numbers, which becomes the basis for AI search.

Embedding is a technology that changes the meaning of text or images into a list of numbers, or vectors. The key is to convert words with similar meanings so that they become close numbers. If you place words on a map, it is like placing a puppy right next to a dog, but a puppy and a refrigerator far apart. Since computers can only deal with numbers, they emerged to make meaning computable. Semantic search, which searches by meaning rather than words, the recommendation system, and RAG, which finds and feeds in-house documents to AI, all operate on top of embeddings, so they can be said to be the invisible foundation of AI search.

The accuracy of search and recommendation varies greatly depending on the quality of the embedding, and which model and how to convert it becomes a key choice in practice. Although it is not noticeable, it is a fundamental technology that determines the success or failure of AI services.

✅ Why it matters

⚠️ Limits and debates

← View all glossary entries