Hermit-AI – An offline, privacy-first RAG chatbot for ZIM files

1作者: ImDelivered29 天前原帖
chat with the entire Wikipedia library (and your own docs) without a single bit of data leaving my machine.<p>What makes it different? Standard RAG often picks the wrong chunks or gets confused by similar articles. Hermit uses a Multi-Joint Architecture:<p>Entity Extraction: It understands who or what you&#x27;re asking about before searching. JIT Indexing: It dynamically indexes only the relevant articles into an ephemeral FAISS index for every query. Verification Gate: A final joint verifies the premise against the source text to kill hallucinations. It runs on GGUF models via llama-cpp-python and supports any ZIM file (Kiwix).<p>Check it out: [https:&#x2F;&#x2F;github.com&#x2F;0nspaceshipearth&#x2F;Hermit-AI] I&#x27;d love to hear your thoughts on the multi-joint pipeline approach!
查看原文
chat with the entire Wikipedia library (and your own docs) without a single bit of data leaving my machine.<p>What makes it different? Standard RAG often picks the wrong chunks or gets confused by similar articles. Hermit uses a Multi-Joint Architecture:<p>Entity Extraction: It understands who or what you&#x27;re asking about before searching. JIT Indexing: It dynamically indexes only the relevant articles into an ephemeral FAISS index for every query. Verification Gate: A final joint verifies the premise against the source text to kill hallucinations. It runs on GGUF models via llama-cpp-python and supports any ZIM file (Kiwix).<p>Check it out: [https:&#x2F;&#x2F;github.com&#x2F;0nspaceshipearth&#x2F;Hermit-AI] I&#x27;d love to hear your thoughts on the multi-joint pipeline approach!