ingest_data
Ingest text, HTML, or Markdown strings into a local RAG for hybrid semantic and keyword search, using a source identifier to update existing 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 |