ingest_data
Ingest text, HTML, or Markdown content into local memory for semantic search. Provide a source identifier to update existing indexed content.
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 |