From bbbf3d9b6046dcb9bdc5f931ac9dd9ab3d04b19e Mon Sep 17 00:00:00 2001 From: Surya Murugan Date: Fri, 3 May 2024 07:39:42 +0530 Subject: [PATCH] Updated pip install installing bs4 --- rag_from_scratch_1_to_4.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag_from_scratch_1_to_4.ipynb b/rag_from_scratch_1_to_4.ipynb index 85f91e2..994c55d 100644 --- a/rag_from_scratch_1_to_4.ipynb +++ b/rag_from_scratch_1_to_4.ipynb @@ -30,7 +30,7 @@ "metadata": {}, "outputs": [], "source": [ - "! pip install langchain_community tiktoken langchain-openai langchainhub chromadb langchain" + "! pip install langchain_community tiktoken langchain-openai langchainhub chromadb langchain bs4" ] }, {