embed_documents
Convert an array of texts into semantic vector embeddings for batch processing, enabling similarity search and clustering.
Instructions
Получить эмбеддинги для массива текстов (batch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Модель эмбеддингов (text-search-doc, text-search-query) | text-search-doc |
| texts | Yes | Массив текстов для получения эмбеддингов |