From 5e3a41209ac31bc16e55be93d7eaad7f7c311d33 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:29:16 -0800 Subject: [PATCH] Fixed README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cab1c84..1e33d5bf 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ tg-load-text Once the knowledge graph and embeddings have been built or a knowledge core has been loaded, RAG queries are launched with a single line: ``` -tg-query-graph-rag -q "Write a blog post about the 5 key takeaways from SB1047 and how they will impact AI development." +tg-invoke-graph-rag -q "What are the top 3 takeaways from the document?" ``` ## Agent Flow @@ -186,7 +186,7 @@ tg-query-graph-rag -q "Write a blog post about the 5 key takeaways from SB1047 a Invoking the Agent Flow will use a ReAct style approach the combines GraphRAG and text completion requests to think through a problem solution. ``` -tg-invoke-agent -v -q "Write a blog post about the 5 key takeaways from SB1047 and how they will impact AI development." +tg-invoke-agent -v -q "Write a blog post on the top 3 takeaways from the document." ``` > [!TIP]