Insert files or directories into the Little Heta knowledge base.
heta insert ./docs
heta insert report.pdf notes.mdWhat it does:
- Copies original files into
~/.heta/workspace/kb/raw. - Parses supported formats into Markdown.
- Runs the wiki merge agent.
- Updates wiki pages under
~/.heta/workspace/kb/wiki. - Updates the vector index when vector indexing is enabled.
- Commits wiki changes with Git.
Large PDFs are planned and split by default before parsing. Control that with:
heta insert-planning status
heta insert-planning on
heta insert-planning off