From 21004e274ff6309c47d6a8608cd01c15757515fc Mon Sep 17 00:00:00 2001 From: zachary62 Date: Sun, 30 Mar 2025 21:44:39 -0400 Subject: [PATCH] update rag tutorial --- cookbook/pocketflow-rag/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cookbook/pocketflow-rag/README.md b/cookbook/pocketflow-rag/README.md index 3d322bb..4b84cbe 100644 --- a/cookbook/pocketflow-rag/README.md +++ b/cookbook/pocketflow-rag/README.md @@ -16,12 +16,18 @@ This project demonstrates a simplified RAG system that retrieves relevant docume ``` Or update it directly in `utils.py` -2. Install and run: +2. Install and run with the default query: ```bash pip install -r requirements.txt python main.py ``` +3. Run the application with a sample query: + + ```bash + python main.py --"How does the Q-Mesh protocol achieve high transaction speeds?" + ``` + ## How It Works The magic happens through a two-phase pipeline implemented with PocketFlow: