We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install -r requirements-dev.txt
Something about langchain (coming from the ragas requirement) is trying to install a million different versions of the package
langchain
ragas
To reproduce, create a Python 3.11 virtual environment via python3.11 -m venv venv and do pip install -r requirements-dev.txt
python3.11 -m venv venv