Overview
Text Embedding API converts text into high-dimensional vector representations that capture semantic information. These vectors can be used for:- Semantic Search: Search by meaning rather than keyword matching
- Text Classification: Automatically categorize text
- Similarity Computation: Calculate semantic similarity between texts
- Clustering: Automatically group similar texts
- Recommendations: Content-based similarity recommendations
- RAG Applications: Core capability for Retrieval-Augmented Generation