RAG (Retrieval-Augmented Generation)
RAG is an AI technique where a language model retrieves relevant records from a knowledge base, then generates an answer grounded in those records. Standard architecture for dealership-AI Q&A so answers cite the dealer's own data, not generic web text.