Include missing pip install library

This commit is contained in:
Gie "Max" Vanommeslaeghe 2025-01-06 22:08:56 +01:00 committed by GitHub
parent c47ea60037
commit 1f11b9569c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 --upgrade -q
!pip install smolagents pandas langchain langchain-community sentence-transformers faiss-cpu 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.