document_ingest
Index text, Markdown, or PDF files into a reference bank for background documents, making them retrievable by similarity search. Keeps background knowledge separate from conversational memory.
Instructions
Index a file (.txt / .md / .pdf) into the reference bank — a
separate store for background documents (papers, manuals, codebases)
retrieved by pure cosine similarity, kept apart from conversational
memory. source defaults to the filename. path resolves on the
SERVER's filesystem — with the Docker daemon, use a path visible inside
the container (e.g. a mounted volume), not a host path.
Returns: {source, chunks_stored, chunks_total}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||