Canvas CloudAI
Canvas Cloud AI

Embeddings

advanced
ai & ml
Enhanced Content

Definition

Numerical representations of data (text, images, audio) in high-dimensional space where similar items are close together. Like converting words into map coordinates where similar meanings are neighbors.

Real-World Example

OpenAI's embedding model converts 'king' and 'queen' to similar vectors, enabling AI to understand they're related concepts.

Cloud Provider Equivalencies

All major clouds offer (1) embedding model endpoints to turn content into vectors and (2) vector-capable search/storage to retrieve similar items. The model service generates embeddings; the search/database layer stores vectors and performs nearest-neighbor queries for semantic search and RAG.

AWS
Amazon Bedrock (Titan Embeddings) and Amazon SageMaker (JumpStart embedding models)
AZ
Azure OpenAI Service (text-embedding models) and Azure AI Search (vector search integration)
GCP
Vertex AI Embeddings (text embeddings) and Vertex AI Vector Search
OCI
OCI Generative AI (Embeddings) and OCI OpenSearch (k-NN/vector search)

Explore More Cloud Computing Terms