Category
1 article in this category
TLDR: RAG (Retrieval-Augmented Generation) stops LLMs from making stuff up. It works by first searching a private database for facts (Retrieval) and then pasting those facts into the prompt for the LLM to use (Augmented Generation). It's like giving ...