From 4d5762d3f6b0ff2e0aae7cd5b3fe1b746ae3b8da Mon Sep 17 00:00:00 2001 From: Fayvor Love Date: Thu, 10 Oct 2024 13:06:31 -0400 Subject: [PATCH] Add special deps for RAG Signed-off-by: Fayvor Love --- recipes/RAG/RAG_with_Langchain.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/RAG/RAG_with_Langchain.ipynb b/recipes/RAG/RAG_with_Langchain.ipynb index 9577871..c4f795c 100644 --- a/recipes/RAG/RAG_with_Langchain.ipynb +++ b/recipes/RAG/RAG_with_Langchain.ipynb @@ -101,9 +101,10 @@ }, "outputs": [], "source": [ - "! pip install \\\n", - " \"git+https://github.com/ibm-granite-community/granite-kitchen.git\" \\\n", - " \"wget\"" + "! pip install \"git+https://github.com/ibm-granite-community/granite-kitchen\" \\\n", + " \"langchain-huggingface\" \\\n", + " \"langchain-milvus\" \\\n", + " \"wget\"" ] }, {