nlmatics / llmsherpa

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

Server not responsive #97

Open pierreoberholzer opened 1 month ago

pierreoberholzer commented 1 month ago

Hi there,

I'm calling the llmsherpa API as follows..

LLMSHERPA_API_URL = "https://readers.llmsherpa.com/api/document/developer/parseDocument?renderFormat=all"
pdf_reader = LayoutPDFReader(LLMSHERPA_API_URL)
doc = pdf_reader.read_pdf(pdf_file)

Error: Request is hanging, no error thrown. Was working last week.

Thanks for checking !

girithodu commented 1 month ago

Running into the same issue!

ansukla commented 1 month ago

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

On Tue, Jul 16, 2024 at 2:42 PM Girijesh Thodupunuri < @.***> wrote:

Running into the same issue!

— Reply to this email directly, view it on GitHub https://github.com/nlmatics/llmsherpa/issues/97#issuecomment-2231580007, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALJTITHRGG2HYJOFOGZTP3ZMVSQNAVCNFSM6AAAAABK6TD3SSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGU4DAMBQG4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

girithodu commented 1 month ago

The server is no longer supported as communicated a few months ago. Please use the nlm-ingestor to self host. On Tue, Jul 16, 2024 at 2:42 PM Girijesh Thodupunuri < @.> wrote: Running into the same issue! — Reply to this email directly, view it on GitHub <#97 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALJTITHRGG2HYJOFOGZTP3ZMVSQNAVCNFSM6AAAAABK6TD3SSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZRGU4DAMBQG4 . You are receiving this because you are subscribed to this thread.Message ID: @.>

Could you provide any resources or links to on how to set this up?

rbrad070 commented 1 month ago

Here is the repo with instructions on how setup nlm-ingestor locally:

https://github.com/nlmatics/nlm-ingestor