Language models
RAG
Technical term: Retrieval Augmented Generation
RAG means that an AI first looks something up in a database before answering, and then responds using what it found. This way it uses current or company-specific knowledge that it did not have during training. Hallucinations become less frequent.
Related terms