Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0mlml authored May 10, 2023
1 parent 026b9f8 commit e3769a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python ingest.py <path_to_your_txt_file>

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.

Expand Down

0 comments on commit e3769a0

Please sign in to comment.