RAG Posted on 2024-09-12 Edited on 2024-09-13 In Technical stack , LLM Views: Views: Word count in article: 108 Reading time ≈ 1 mins. RAG Retrival Augement Generation 利用LLM实现一个RAG System GPT其实内置了RAG的功能的 为什么要RAG 因为LLM的knowledge is not real time LLM不熟悉你的专业领域的知识 因为不熟悉所以会出现 Hallucination 需要根据《考试宝典》中的内容完成开卷考试 一:直接查询书籍中 二:利用检索系统查询 三:LLM 知识检索增强生成