xwy-python【在线求助】Dify知识库索引报错:NoneType对象不可迭代 中发帖

【求助】Dify知识库索引报错:NoneType对象不可迭代
是这样,我在使用Dify平台建立知识库索引时遇到了一个让人头疼的问题,希望有经验的佬友能给些建议。
问题描述
在尝试创建知识库索引的过程中,系统返回了这样的错误:
[openai] Error:PluginlnvokeError: { args":tdescription":"[models] Error:NoneType'object is notiterable"}, error type":"lnvokeError","message": [models]Error: 'NoneType object is notiterable }

不太清楚问题出在哪里。
我的环境
我使用的是OpenAI的text-embedding-3-large模型,API本身应该没有问题,因为其他功能都能正常使用。我反复检查了API密钥,...