langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
36.41k stars 4.92k forks source link

Add support for unstructured.io #4896

Open murtaza-motorwala opened 1 month ago

murtaza-motorwala commented 1 month ago

Self Checks

1. Is this request related to a challenge you're experiencing?

I was trying to extract the unstructured content using some APIs from unstructured.ai but could not do it successfully. I tried using the "HTTP request" node module but it does not take image as an input. Hence its frustrating to be not able to use a service.

2. Describe the feature you'd like to see

Either enhance the HTTP request module to accept Image as a form-data and pass it on to the next module or provide support for 3rd party services like Unstructured API.

3. How will this feature improve your workflow or experience?

This will help build robust pipelines for OCR text extraction, NLP etc.

4. Additional context or comments

No response

5. Can you help us with this feature?

dajianguo commented 1 week ago

Is there a planned time for this?

dajianguo commented 1 week ago

Do you have an initial outcome? I plan to improve on this basis

yufeiyohi commented 2 hours ago

please add UNSTRUCTURED_API_KEY in docker env, then I can use official unstructured services.