Add pip install datasets to RAG example (#371)

This commit is contained in:
Sanjeed 2025-01-27 21:00:56 +05:30 committed by GitHub
parent 39133acc90
commit 5edf940cd9
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 rank_bm25 --upgrade -q
!pip install smolagents pandas langchain langchain-community sentence-transformers datasets 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.