memo_embed_batch
Embed document strings for diagnostics or external indexing using the same model MEMO uses internally. Accepts a list of texts and returns their vector embeddings.
Instructions
Embed one or more document strings with memo's document embedder.
Read-only. Use for diagnostics or external indexing when you need document vectors from the same model memo uses internally. Pass a list of strings; an empty list returns no vectors without error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texts | Yes | Document strings to embed on the document side (raw, no query instruction prefix); an empty list returns no vectors. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||