Hacker News new | ask | show | jobs
by simonw 702 days ago
The definition for RAG that works for me is that you perform some form of "retrieval" (could be full-text search, could be vector search, could be some combination of the two or even another technique like a regular expression search) and you then include the results of that retrieval in the context.

I think it's a useful term.