From cc68fd91df2c76347dac6b027e10dc9923e947f9 Mon Sep 17 00:00:00 2001 From: Maarten Grootendorst Date: Fri, 6 Jun 2025 15:33:14 +0200 Subject: [PATCH] Chapter 8: Add instruction for Colab (#73) --- chapter08/Chapter 8 - Semantic Search.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chapter08/Chapter 8 - Semantic Search.ipynb b/chapter08/Chapter 8 - Semantic Search.ipynb index c2f50e1..1280594 100644 --- a/chapter08/Chapter 8 - Semantic Search.ipynb +++ b/chapter08/Chapter 8 - Semantic Search.ipynb @@ -48,7 +48,9 @@ "source": [ "# %%capture\n", "# !pip install langchain==0.2.5 faiss-cpu==1.8.0 cohere==5.5.8 langchain-community==0.2.5 rank_bm25==0.2.2 sentence-transformers==3.0.1\n", - "# !pip install llama-cpp-python==0.2.78 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124" + "# !pip install llama-cpp-python==0.2.78 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124\n", + "\n", + "## IMPORTANT: Make sure to restart the session after installing the packages above." ] }, {