From 1f89ff305400691f6aaa6c0dbaf13bb704c5d24c Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Thu, 14 Nov 2024 15:09:14 -0600 Subject: [PATCH] chore: updated the README --- .../local_chatgpt_with_memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/README.md b/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/README.md index 7f09853..1a1a597 100644 --- a/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/README.md +++ b/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/README.md @@ -22,7 +22,7 @@ cd rag_tutorials/local_rag_agent pip install -r requirements.txt ``` -3. Install and start [Qdrant](https://qdrant.tech/) vector database locally +3. Install and start [Qdrant](https://qdrant.tech/documentation/guides/installation/) vector database locally ```bash docker pull qdrant/qdrant