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: