groundxai / groundx-sdks

MIT License
26 stars 2 forks source link

Webhook Notifications for Document Processing Status Updates #77

Open varun508 opened 2 weeks ago

varun508 commented 2 weeks ago

Really impressed with the product. Great work!

I’m using your document processing/ingestion service and encountered a use case that would greatly benefit from webhook support. Currently, we need to implement regular polling to check the status of document processing, which creates additional load on both the client and server. Since document processing can take several minutes, a webhook notification upon processing completion or error would allow us to handle workflows without continuous polling efficiently.

I'm currently polling this API - https://api.groundx.ai/api/v1/ingest/{processId} every 30 seconds to check the status of each process using bullmq and redis. It'd be great to know if you are willing or planning to introduce a webhook for the same.

varun508 commented 1 week ago

Hey @Mauriceac @eddiechayes @dphuang2 Any update on this?

Mauriceac commented 1 week ago

Hey @Mauriceac @eddiechayes @dphuang2 Any update on this?

Hi @varun508, if you haven't gotten any feedback yet, I'd recommend filling out the contact form.

(BTW, I only worked with GroundX for a very specific project as an external contractor.)