Tip
Advanced
Consider Retrieval Augmented Generation (RAG)
July 29, 2024
For tasks requiring up-to-date or domain-specific knowledge, use RAG. Retrieve relevant information from a knowledge base first, then feed it to the LLM as context to generate the answer.
Category: AI Applications
Difficulty: Advanced