From 757c880511e53a77c919f901782005f4063aa521 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 5 Apr 2024 07:22:19 -0700 Subject: [PATCH] wrong path Signed-off-by: Matt Williams --- 2024-04-04-build-rag-with-python/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024-04-04-build-rag-with-python/readme.md b/2024-04-04-build-rag-with-python/readme.md index 7c1d8d8..64d5823 100644 --- a/2024-04-04-build-rag-with-python/readme.md +++ b/2024-04-04-build-rag-with-python/readme.md @@ -3,7 +3,7 @@ [![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` -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 ` \ No newline at end of file