From 130ada3c23cdc919fa926035e0a72edc0e65f2fa Mon Sep 17 00:00:00 2001 From: Zach <33015448+zachary62@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:00:45 -0400 Subject: [PATCH] Update README.md --- cookbook/pocketflow-rag/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cookbook/pocketflow-rag/README.md b/cookbook/pocketflow-rag/README.md index 4b84cbe..b809596 100644 --- a/cookbook/pocketflow-rag/README.md +++ b/cookbook/pocketflow-rag/README.md @@ -1,6 +1,7 @@ # Retrieval Augmented Generation (RAG) -This project demonstrates a simplified RAG system that retrieves relevant documents based on user queries and generates answers using an LLM. +This project demonstrates a simplified RAG system that retrieves relevant documents based on user queries and generates answers using an LLM. This implementation is based directly on the tutorial: [Retrieval Augmented Generation (RAG) from Scratch — Tutorial For Dummies](https://zacharyhuang.substack.com/p/retrieval-augmented-generation-rag). + ## Features @@ -69,4 +70,4 @@ Here's what each part does: 🤖 Generated Answer: To install PocketFlow, use the command `pip install pocketflow` or simply copy its 100 lines of source code. -``` \ No newline at end of file +```