top | item 39611899

(no title)

cdtwigg | 2 years ago

Apparently I’m the only one here who doesn’t know this but: What is RAG?

discuss

order

rkangel|2 years ago

Yeah, 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|2 years ago

Retrieval Augmented Generation; basically, find relevant bits from a lot of data, and load the relevant bits into context.

blast|2 years ago

It's the buzzword for "make an LLM work on custom data" such as a codebase.