Ding Jiatong
Ding Jiatong
**Is your feature request related to a problem? Please describe.** Because the videos in my Emby are basically on the cloud drive, I added them to Emby by mounting, but...
### What problem does this PR solve? add support for gpt-4o-mini ### Type of change - [x] New Feature (non-breaking change which adds functionality)
### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
**功能描述** 由于RAGLite是闭源的而且没有打算开源,而且现有的实现根本无法知道学习进度及卡在哪,如何DEBUG,希望能够增加”学习“页,方便检查学习进度、目前正在处理的文档状态及出现错误的文档。另外希望能增加多文档导入的稳定性,现在会大量的卡在ENHANCE_PENDING,但是没有任何提示该如何解决 **使用场景** 大量文档导入或用API批量修改且打开了增强处理时。 **实现建议** 增加超时检测机制、重试机制、为每个文档添加学习的详细日志、增加手动干预功能 或者直接把RAGLite开源了吧,现在这个状态太难受了,整个一个黑盒不知道哪里出了问题。