PromtEngineer / localGPT-Vision

Chat with your documents using Vision Language Models. This repo implements an End to End RAG pipeline with both local and proprietary VLMs
334 stars 65 forks source link

SSL Certificate issue #8

Open sanjeevtkp opened 1 week ago

sanjeevtkp commented 1 week ago

Error indexing files: Error indexing files: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /vidore/colqwen2-v0.1/resolve/main/config.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))"), '(Request ID: 29e13183-e594-4a00-8672-aca287b7f908)')

bol-max commented 4 days ago

Are you by any chance trying to run this in an enterprise environment? Cisco Umbrella will block huggingface and it's cdn's unless explicitly whitelisted by your IT.

If this is on a personal device have you got a huggingface access token set in your cache?

https://huggingface.co/docs/huggingface_hub/en/quick-start describes the steps needed to add their hub and login via command line, if you do this be advised that the command line interface won't change when you paste the token in, so only paste it once before hitting enter!