/plushcap/analysis/datastax/datastax-what-is-rag-retrieval-augmented-generation

Generative AI 101: What Is Retrieval-Augmented Generation?

What's this blog post about?

Retrieval-augmented generation (RAG) is a technique that helps enhance large language models (LLMs) by providing context from external sources, such as databases or APIs. This improves the accuracy and relevance of LLM responses in generative AI applications. RAG combines three elements: generation, augmentation, and retrieval. Generation refers to working with an LLM without tailoring or prompt engineering. Augmentation adds detailed instructions for the LLM, while retrieval fetches information from external sources. By combining these elements, developers can create more accurate results from their prompts. RAG is particularly useful when building apps that require access to proprietary or real-time data not available in standard LLM training.

Company
DataStax

Date published
Aug. 14, 2024

Author(s)
Alex Leventer

Word count
441

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.