memo_embed_query
Embed query text to get the exact retrieval vector, including dimension and model ID. For diagnostics and integrations.
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 | |||