Part 4 of my mini local code agent with @docker.com Agent. I add the rag toolset: the agent indexes a Rust cookbook as chunked embeddings and answers only from what it retrieves, citing sources, instead of its fuzzy training memory. k33g.org/p/20260805-d... #DockerAgent
A mini code agent with Docker Agent - Part 4: the `rag` toolset
Ground a tiny local model's answers in your own documents: build a Rust cookbook RAG with Docker Agent, chunked embeddings and a local SQLite index.
k33g.org