index_documents
Index text or markdown files from a directory into a local SQLite index for offline retrieval-augmented generation.
Instructions
Index text/markdown files from a directory into the local SQLite index.
Args: path: Directory to index (absolute or ~-expanded). glob: Glob pattern relative to the directory (default '/*.md'). Use e.g. '/.txt' or '**/' for other text files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | **/*.md | |
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||