Installation
How to install the open-source Python library.
Last updated
How to install the open-source Python library.
You are looking at the old Evidently documentation. Check the newer version here.
Evidently is available as a Python package. To install it using the pip package manager, run:
pip install evidentlyTo install evidently using conda installer, run:
conda install -c conda-forge evidentlyTo run evaluations specific to LLMs that include additional dependencies, run:
pip install evidently[llm]To use tracing based on OpenTelemetry, install the sister package tracely:
pip install tracelyLast updated