How to refer to offline copy of onnx.tar.gz file while calling chromadb collections.add
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