Gemini Embedding
The Gemini API offers methods | to convert text, images, | or other data types | into numerical vector representations | called embeddings.
Gemini API cung cấp các phương thức | để chuyển đổi văn bản, hình ảnh | hoặc các loại dữ liệu khác | thành các biểu diễn vector số | được gọi là embeddings.
These embeddings capture the semantic meaning | and relationships between different pieces | of information, allowing for efficient | similarity search, clustering, | and other machine learning tasks.
Các embeddings này nắm bắt ý nghĩa ngữ nghĩa | và các mối quan hệ giữa các phần khác nhau | của thông tin, cho phép tìm kiếm sự tương đồng | hiệu quả, phân cụm, | và các tác vụ machine learning khác.
These proprietary models are offered | as a service, often through an API, | and require payment or subscription.
Các mô hình độc quyền này được cung cấp | như một dịch vụ, thường thông qua API, | và yêu cầu thanh toán hoặc đăng ký.
Resources
- Embeddings (official)
- Gemini Embedding now generally available in the Gemini API (official)
- What are text embeddings? (video)
References
- https://roadmap.sh/ai-engineer (Node: Gemini Embedding)