From 2c860555e3c019693bb69ee8de562383f68771df Mon Sep 17 00:00:00 2001 From: Dinesh Yeduguru Date: Wed, 30 Oct 2024 15:07:32 -0700 Subject: [PATCH] fix run command for agent example in README (#102) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f7bd3913..66f0d4c78 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ cd conda activate $ENV llama stack run # If not already started -PYTHONPATH=. python examples/scripts/vacation.py localhost 5000 +PYTHONPATH=. python -m examples.agents.rag_with_memory_bank localhost 5000 ``` You should see outputs to stdout of the form --