We replaced RAG with a virtual filesystem for our AI documentation assistant
61–70 of 190 posts
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#62The real thing I think people are rediscovering with file system based search is that there’s a type of semantic search that’s not embedding based retrieval. One that looks more like how a librarian organizes files into shelves based on the domain. We’re rediscovering forms of in search we’ve known about for decades. And it turns out they’re more interpretable to agents. https://softwaredoug.com/blog/2026/01/08/seman…
Someone simply assumed at some point that RAG must be based on vector search, and everyone followed.
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#63RIP RAG: lasted one year at a skillset that recruiters would list on job descriptions, collectively shut down by industry professionals
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#64Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#65Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#66Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#67Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#68But SQLite is notoriously 35% faster than the filesystem [0], so why not use that? [0] https://news.ycombinator.com/item?id=14550060
AgentFS https://agentfs.ai/ https://github.com/tursodatabase/agentfs
Which sounds like a great idea, except that is uses NFS instead of FUSE (note that macFUSE now has a FSKit backend so FUSE seems like the best solution for both Mac and Linux).
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#69But in the end, I would expect, that you could add a skill / instructions on how to use chromadb directly
To be honest, I have no idea what chromadb is or how it works. But building an overlay FS seems like quite lot of work.