Im using python to connect to chromadb and from the chromadb.client when im using the method collections.add, it is trying to download a file onnx.tar.gz from aws. External internet connections are blocked in our premisis. So i downloaded the file from allowed channels.
But now how to refer this file to collections.add method as it is still trying to download the file and fails
I copied the file onnx.tar.gz to project folder hoping that it will refer to it. But still it fails