nlmatics / nlm-ingestor

This repo provides the server side code for llmsherpa API to connect. It includes parsers for various file formats.
https://www.nlmatics.com
Apache License 2.0
1.02k stars 141 forks source link

SSLCertVerificationError when i ran nlm_ingestor.ingestion_daemon #81

Open kcmuthyala opened 1 month ago

kcmuthyala commented 1 month ago

Hi Everyone, I am getting error when i run the ingestor per documentation using command 'python -m nlm_ingestor.ingestion_daemon'. Has anyone resolved this issue ? Please advise ? Thanks in advance.

requests.exceptions.SSLError: HTTPSConnectionPool(host='openaipublic.blob.core.windows.net', port=443): Max retries exceeded with url: /encodings/cl100k_base.tiktoken (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)')))