ingest_data
Add text, HTML, or Markdown content directly to local knowledge base for semantic search. Use source identifiers to update existing content on re-ingestion.
Instructions
Ingest in-memory content as a string (use ingest_file for files on disk). The source identifier enables re-ingestion to update existing content. Returns { filePath, chunkCount, timestamp, fileTitle }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to ingest (text, HTML, or Markdown) | |
| metadata | Yes |