Feature Type
Other
Problem Description
当前在调用 RAG API 进行知识检索或检索式生成时,传入的参数为 file_ids。该参数暂不支持传入类型为 dir 的 file_id
Proposed Solution
调整 RAG API 的调用参数。RAG API 在知识检索和检索式生成两种场景下均新增了参数 resource_ids,该参数支持同时传入 file_ids 以及类型为 dir 的 file_id
Alternatives Considered
No response
Priority
High - Blocking my use case
Implementation
Additional Context
No response