From a0c21cc950a1869d0ac5f6c9b06c06289b16c564 Mon Sep 17 00:00:00 2001 From: JackColquitt Date: Mon, 15 Jul 2024 16:38:18 -0700 Subject: [PATCH] Added link to test script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd5f792d..fe15153b 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ docker logs -f trustgraph-graph-rag-1 ``` ### More RAG Test Queries -If you want to try different RAG queries, modify the `tests/test-graph-rag` script. +If you want to try different RAG queries, modify the `query` in the [test script](https://github.com/trustgraph-ai/trustgraph/blob/master/tests/test-graph-rag). ### Shutting Down