From e3769a060e04d0d0ccceca616546739c8c1c7513 Mon Sep 17 00:00:00 2001 From: Max <63015852+0mlml@users.noreply.github.com> Date: Wed, 10 May 2023 08:17:39 -0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2704931c..b5e6a3123 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ python ingest.py It will create a `db` folder containing the local vectorstore. Will take time, depending on the size of your document. You can ingest as many documents as you want by running `ingest`, and all will be accumulated in the local embeddings database. -If you want to start from scracth, delete the `db` folder. +If you want to start from scratch, delete the `db` folder. Note: during the ingest process no data leaves your local environment. You could ingest without an internet connection.