nlmatics / llmsherpa

Developer APIs to Accelerate LLM Projects
https://www.nlmatics.com
MIT License
1.35k stars 131 forks source link

Issue while accessing llmsherpa api url #104

Open Sneha-2113 opened 1 month ago

Sneha-2113 commented 1 month ago

Hi team,

While trying to access the llmsherpa_api_url = "https://readers.llmsherpa.com/api/document/developer/parseDocument?renderFormat=all", I am getting this error

""message": "HTTPSConnectionPool(host='readers.llmsherpa.com', port=443): Max retries exceeded with url: /api/document/developer/parseDocument?renderFormat=all (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000028C4516F590>, 'Connection to readers.llmsherpa.com timed out. (connect timeout=None)')"

Has the URL changed? I tried to run the code through Colab link provided, still I am getting the same issue there.

Also not able to visit in the browser also.

Kindly look into and suggest me some ways.

Thanks!

aaryan200 commented 1 month ago

The server is no longer supported as communicated a few months ago. Please use the nlm-ingestor to self host.

Here is the repo with instructions on how setup nlm-ingestor locally: https://github.com/nlmatics/nlm-ingestor