document_ingest
Index a file into a dedicated reference bank for similarity-based retrieval, keeping background documents separate from conversational memory.
Instructions
Index a file into the reference bank — a separate store for background documents (papers, manuals, codebases) retrieved by pure cosine similarity, kept apart from conversational memory.
Returns: {source, chunks_stored, chunks_total}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to a .txt / .md / .pdf file, resolved on the SERVER's filesystem — with the Docker daemon, a path visible inside the container (e.g. a mounted volume), not a host path. | |
| source | No | Source tag for the chunks; defaults to the filename. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||