ingest_data
Add or update local RAG documents by ingesting text, markdown, or HTML under a source ID. Reusing the same source replaces previous content for that ID.
Instructions
Ingest text/markdown/html content the client holds, under a source id you choose.
format is one of "text", "markdown", or "html" (default "text"). source is a stable identifier you pick, not a filesystem path — re-using it replaces the previously ingested content for that id, so reuse the same source to update an item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| title | No | ||
| format | No | text | |
| source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||