How is RAG different from general ChatGPT?
General ChatGPT answers from the model’s prior knowledge. RAG searches documents you provide, requires the model to answer from retrieved content, and cites sources. It can still misread a passage—so you must be able to open the original.