ingest_documents
Ingest .txt/.md files or raw text into a named collection so they can be searched. Provide paths or texts, set chunking options, and receive counts of added and total chunks.
Instructions
Ingest documents into a named collection so they can be searched. Provide paths (files/dirs of .txt/.md) and/or texts (raw strings). Returns chunks added and total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | ||
| texts | No | ||
| chunkSize | No | ||
| collection | No | default | |
| chunkOverlap | No |