memo_embed_batch
Convert a list of document strings into vector embeddings using the same model as memo's internal document embedder. Use for diagnostics or external indexing.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||