Skip to content

Installing beir

Nandan Thakur edited this page Jun 4, 2025 · 3 revisions

🍻 Installing BEIR

One can easily install the BEIR repository using a single command line. Tested with Python versions 3.9+.

[Stable] Using pip version

pip install beir

[Optional] optional packages

pip install beir[faiss]
pip install beir[peft]
...

Build or develop with BEIR

$ git clone https://github.com/beir-cellar/beir.git
$ cd beir
$ pip install -e .

Clone this wiki locally