README.md: Fix typo (#1140)

This commit is contained in:
Christian Clauss
2024-01-08 05:19:47 +01:00
committed by GitHub
parent 6c69ddef9b
commit 1878f8d4fc

View File

@@ -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.