← All terms
AI
RAG
Retrieval-Augmented Generation. Giving an LLM your specific data to ground its answers.
Index your knowledge base (PDFs, internal docs, support tickets) into a vector database, retrieve relevant chunks at query time, feed them to the LLM as context. Standard pattern for AI chatbots, internal copilots, and customer support automation.