Merge pull request #6 from bitsnaps/patch-1

fix: command typo
This commit is contained in:
Matt Williams 2024-04-11 11:35:46 -07:00 committed by GitHub
commit 1e2e43ad3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,8 @@
[![Watch the video](https://img.youtube.com/vi/GxLoMquHynY/maxresdefault.jpg)](https://youtu.be/GxLoMquHynY)
1. Get started by installing the requirements: `pip install -f requirements.txt`
1. Get started by installing the requirements: `pip install -r requirements.txt`
2. Then run ChromaDB in a separate terminal: `chroma run --host localhost --port 8000 --path ../vectordb-stores/chromadb`
3. Edit the list of docs in `sourcedocs.txt`
4. Import the docs: `python3 import.py`
5. Perform a search: `python3 search.py <yoursearch>`
5. Perform a search: `python3 search.py <yoursearch>`