
Just released v0.4 of Hillock, a local neuro-symbolic memory engine for Ollama
Hey, just updated Hillock to v0.4. It's a local memory/RAG engine built to pair with Ollama without burning VRAM.
Instead of making LLM calls during doc parsing, it uses a CUDA tensor classification pipeline (GLiREL + MiniLM) to parse documents into SQLite SPO triples in ~5s. Query gating runs on CPU in <1ms using 10,000-D VSA vectors, so Ollama is only called when a query actually passes the gate.
v0.4 adds schema type constraints and fixes inverted relations. Whole thing stays under 1.2GB VRAM on a GTX 1070.