Embeddings API
Also called: Embedding API, Vector Embeddings API
An API that generates vector embeddings from text, images, or other supported inputs for use in semantic search, retrieval, clustering, recommendation, and related AI applications.
Explore more about SDKs & APIs
Related terms
A machine learning model that converts text, images, audio, or other data into dense numerical vector representations that capture semantic meaning for retrieval, similarity search, and related AI tasks.
Embedding GenerationThe process of converting text, images, or other data into dense numerical vector representations that capture semantic meaning for retrieval, similarity search, and downstream AI tasks.
Semantic SearchA search technique that analyzes sentence meaning and intent rather than matching literal keywords.
Retrieval-Augmented GenerationRAGAn architectural pattern that enhances generative model responses by retrieving relevant information from external knowledge bases.