Skip to content

Commit

Permalink
Merge pull request #92 from DarwinAnim8or/patch-1
Browse files Browse the repository at this point in the history
Include missing pip install library in RAG example
  • Loading branch information
aymeric-roucher authored Jan 6, 2025
2 parents b135372 + 723582a commit dd2896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/examples/rag.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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.
Expand Down

0 comments on commit dd2896e

Please sign in to comment.