memo_embed_query
Convert a query string into the exact vector used for retrieval. Provides vector, dimension, and model id, rejecting empty text.
Instructions
Embed one query string with memo's query embedding path.
Read-only. Use for diagnostics or integrations that need the exact vector memo would use for retrieval queries. Rejects empty text and returns the vector, dimension, and model id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Query text to embed on the query side (instruction-prefixed for asymmetric retrieval); empty or whitespace-only raises an error. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||