From d04f4ce9fa457a7232ea9138e5c357a60e9aaa3e Mon Sep 17 00:00:00 2001 From: Ibrahim H Date: Sun, 7 Apr 2024 11:20:08 +0100 Subject: [PATCH] fix: command typo --- 2024-04-04-build-rag-with-python/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2024-04-04-build-rag-with-python/readme.md b/2024-04-04-build-rag-with-python/readme.md index 64d5823..7f8c053 100644 --- a/2024-04-04-build-rag-with-python/readme.md +++ b/2024-04-04-build-rag-with-python/readme.md @@ -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 ` \ No newline at end of file +5. Perform a search: `python3 search.py `