Hacker News new | ask | show | jobs
by VladVladikoff 334 days ago
Is there any project that combines a local LLM with a local copy of Wikipedia. I don’t know much about this but I think it’s called a RAG? It would be neat if I could make my local LLM fact check itself against the local copy of Wikipedia.
2 comments

Yep, this is a great idea. You can do something simple with a ColBERTv2 retriever and go a long way!