fix: command typo

This commit is contained in:
Ibrahim H 2024-04-07 11:20:08 +01:00 committed by GitHub
parent 757c880511
commit d04f4ce9fa
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>`