morpheus_embed
Generate vector embeddings for text inputs using OpenAI-compatible models. Send a string or list of strings to convert them into numerical representations for semantic search, clustering, or similarity analysis.
Instructions
Call Morpheus OpenAI-compatible embeddings (POST {base}/embeddings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | ||
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |