ingest_data
Ingest text, HTML, or markdown content with a source identifier to enable updating existing documents. Use for web pages, copied text, or markdown strings.
Instructions
Ingest content as a string, not from a file. Use for: fetched web pages (format: html), copied text (format: text), or markdown strings (format: markdown). The source identifier enables re-ingestion to update existing content. For files on disk, use ingest_file instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to ingest (text, HTML, or Markdown) | |
| metadata | Yes |