Update on my February posts about replacing RAG retrieval with NL querying — some things I’ve learned from actually building it
A couple of months ago I posted here (r/LLMDevs, r/artificial) proposing that an LLM could save its context window into a citation-grounded document store and query it in plain language, replacing embedding similarity as the retrieval mechanism for rea…