Configuring the PyPi mirror repository for RAG Studio
To enable tool calling functionality within air-gapped environments that restricts access to the public PyPI repository, you must configure a local mirror repository.
The mirror repository must host the necessary cmlapi dependencies. These dependencies are typically generated using swagger-codegen during the creation of the CML API Python client.
The following are the minimum required package versions for the Python environment:
certifi14.05.14 or highersix1.10 or higherpython_dateutil2.5.3 or highersetuptools21.0.0 or higherurllib31.15.1 or higher
