— Techniques

    RAG (Retrieval-Augmented Generation)

    Giving an AI access to your private documents so it can answer questions about them.

    Also known as: Retrieval Augmented Generation · Document Q&A

    What is RAG (Retrieval-Augmented Generation)?

    RAG (Retrieval-Augmented Generation) is the technique of giving an LLM access to specific documents at query time. The flow: documents are embedded into vectors, stored in a vector database, retrieved on each query based on relevance, and stuffed into the prompt before the LLM responds. RAG turns an LLM into a private knowledge assistant. ONROL teaches RAG on Day 2 of the Generalist track using Supabase pgvector + Claude.

    Learn more

    ONROL pages on RAG (Retrieval-Augmented Generation)

    — Apply this

    From definitions to deployed projects.

    Knowing what a term means is step one. ONROL's AI Generalist track gets you shipping projects that use it.

    Reserve Free Masterclass