Installation¶
Installation is as simple as:
pip install mteb
uv add mteb
Model Specific Installations¶
If you want to run certain models implemented within mteb you will often need some additional dependencies. These can be installed using:
pip install mteb[openai]
If a specific model requires a dependency it will raise an error with the recommended installation.