Merge pull request #92 from DarwinAnim8or/patch-1
Include missing pip install library in RAG example
This commit is contained in:
commit
dd2896e887
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue