infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
22.85k stars 2.24k forks source link

Bug fix - email processing could be run now from API #2613

Closed adam-kobus closed 1 month ago

adam-kobus commented 1 month ago

What problem does this PR solve?

If .eml file is uploaded, there is always General method chosen for email processing, even if parsing_method is defined in the request. This change solves this issue.

Type of change