RAG (Retrieval-Augmented Generation)
A pattern where a large language model answers a question by first retrieving relevant documents from your own knowledge base — and then generating an answer grounded in those documents. Solves the two biggest LLM problems for enterprises: hallucinations and staleness. Used in production for AI assistants over CRM, contracts, research libraries, and internal wikis. NxtConnect AI uses RAG (specifically GraphRAG, see below) as the foundation of its relationship-intelligence platform.