ingest_text
Chunk, embed, and store text in a collection for later semantic search. Optionally attach metadata like source or title.
Instructions
Chunk, embed, and store text in a collection for later semantic search.
collection: logical namespace (e.g. a project or document set). metadata: optional JSON attached to every chunk (source, title, url, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| metadata | No | ||
| collection | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||