4 ms·
Apparently I’m the only one here who doesn’t know this but: What is RAG?
by cdtwigg 3y ago
Apparently I’m the only one here who doesn’t know this but: What is RAG?
- rkangel 3y agoYeah, even on HN that's not an acryonym you should use without explaining. My first thought for RAG is "Red, Amber, Green" as used on risks etc. with project management.
- derwiki 3y agoRetrieval Augmented Generation; basically, find relevant bits from a lot of data, and load the relevant bits into context.
- dakshgupta 3y agoGreat answer
- blast 3y agoIt's the buzzword for "make an LLM work on custom data" such as a codebase.