docs: add simple RAG pipeline example#213
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a comprehensive guide for building a simple RAG pipeline using the Conversational Retrieval QA Chain, covering required nodes, connections, and common pitfalls. The review feedback suggests improving the guide by incorporating a Memory node to support conversational history, clarifying the use of the Vector Store Retriever in the connection diagram, and adding the omission of memory to the list of common beginner mistakes.
…hain.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…hain.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…hain.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…hain.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
Hi @HenryHengZJ |
This PR adds a beginner-friendly example for building a simple RAG pipeline using the Conversational Retrieval QA Chain.
It includes:
The goal is to help new users understand and build a basic RAG chatflow more easily.