From 68c3e94897d01c293369dbda424d59235cdb52a0 Mon Sep 17 00:00:00 2001 From: Adhityan K V Date: Tue, 23 Apr 2024 18:59:27 +0530 Subject: [PATCH] Fix setQueryTemplate use in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 843a73a2..b98499bc 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ The placeholder `{0}` is replaced with the input query. In some cases, you may w ```TS await new RAGApplicationBuilder() -.QueryTemplate('My own query template') +.setQueryTemplate('My own query template') ``` ## Get context (dry run)