memo_embed_batch
Embed multiple document strings into vector representations using memo's internal document embedder. Use for diagnostics or external indexing to obtain identical document vectors.
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 | |||