mirror of
https://github.com/technovangelist/videoprojects.git
synced 2026-09-10 07:16:19 -04:00
wrong path
Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
parent
4c301a5fba
commit
757c880511
|
|
@ -3,7 +3,7 @@
|
|||
[](https://youtu.be/GxLoMquHynY)
|
||||
|
||||
1. Get started by installing the requirements: `pip install -f requirements.txt`
|
||||
2. Then run ChromaDB in a separate terminal: `chroma run --host localhost --port 8000 --path ../../vectordb-stores/chromadb`
|
||||
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>`
|
||||
Loading…
Reference in a new issue