ingest_text
Take raw text from notes, pasted content, or chat dictation and store it directly in a Qdrant collection with optional metadata, enabling RAG retrieval without requiring a source file.
Instructions
Ingests a piece of raw text directly, with optional metadata, without needing a source file. Use this for notes, pasted content, or anything the user dictates in chat rather than pointing at a file — the 'semantic memory' use case, done properly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| metadata | No | ||
| collection | Yes | ||
| source_label | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| collection | Yes | ||
| chunks_created | Yes |