From 723582aacf98bcf63890ad2a4f6f1aea35f09dba Mon Sep 17 00:00:00 2001 From: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:30:29 +0100 Subject: [PATCH] Update rag.md --- docs/source/en/examples/rag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/examples/rag.md b/docs/source/en/examples/rag.md index 82f8e93..ca35502 100644 --- a/docs/source/en/examples/rag.md +++ b/docs/source/en/examples/rag.md @@ -35,7 +35,7 @@ Let's build this system. 🛠️ Run the line below to install required dependencies: ```bash -!pip install smolagents pandas langchain langchain-community sentence-transformers faiss-cpu rank_bm25 --upgrade -q +!pip install smolagents pandas langchain langchain-community sentence-transformers rank_bm25 --upgrade -q ``` To call the HF Inference API, you will need a valid token as your environment variable `HF_TOKEN`. We use python-dotenv to load it.