大模型AI框架RAG执行流程
2024-04-11 17:28:58 18 举报
大模型RAG可以通过将检索模型和生成模型结合在一起,从而提高了生成内容的相关性和质量。通俗一点讲就是大模型LLM如何很好的与外部知识源结合在一起, 使其生成的内容质量更高,缓解大模型LLM生成内容「幻觉」的问题。
作者其他创作
大纲/内容
LLM
- Embedded Query Context
- Text Chunk
⑤
②
Vector
…
Documentation
⑨
- Retrieved Vectors
Indexing
- Embedding(Latent) Space
Prompt
③
⑥
Answer the Query.Only use Context to construct the answer.
ApproximateNearestNeighboursearch(ANN)
Chat Interface
VectorIndex
/
Answer
PrivateKnowledgeBase
Query
VectorDatabase
EmbeddingModel
⑦
- Stored Vectors
①
收藏
0 条评论
下一页