From 1878f8d4fc9278b5753b0545391e4abec56bc698 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 8 Jan 2024 05:19:47 +0100 Subject: [PATCH] README.md: Fix typo (#1140) --- embedchain-js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedchain-js/README.md b/embedchain-js/README.md index ba339e77..b1f3b638 100644 --- a/embedchain-js/README.md +++ b/embedchain-js/README.md @@ -178,7 +178,7 @@ await app.addLocal("qna_pair", ["Question", "Answer"]); ## Testing -Before you consume valueable tokens, you should make sure that the embedding you have done works and that it's receiving the correct document from the database. +Before you consume valuable tokens, you should make sure that the embedding you have done works and that it's receiving the correct document from the database. For this you can use the `dryRun` method.