ingest_directory
Recursively ingest all supported files from a local folder into a Qdrant collection, with optional include/exclude glob filters. Runs as a trackable background job for bulk upload.
Instructions
Recursively ingests every supported file under a local directory, with optional glob include/exclude patterns, as a background-trackable job. Use this for bulk ingestion of a folder; poll job_status for progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| collection | Yes | ||
| exclude_glob | No | ||
| include_glob | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| status | Yes | ||
| collection | Yes |