From bb83a64317196fb70e871823e95d010010b0b5bf Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 9 Oct 2024 22:16:24 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 454519b..c19c99b 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,8 @@ For the Ollama LLM: ```sh pip install ollama +pip install langchain +pip install langchain-ollama pip install googlesearch-python ```