Merge pull request #22 from 0mlml/patch-1

Fix typo in README.md
This commit is contained in:
Iván Martínez 2023-05-10 14:52:11 +02:00 committed by GitHub
commit 2841fe45e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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. 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. Note: during the ingest process no data leaves your local environment. You could ingest without an internet connection.