@AGT 金恩哲 Thnaks, we are working to support this in the next couple of months.the standard approach at this time is to make a separate call for each datasource and have a topic level classifier select between the calls - this requires building the classifier as a custom classifier with something like CLU.
Multiple dataSources for Openai REST API
AGT 金恩哲
60
Reputation points
Hi I wanna use multiple indexes for BYOD feature, so that I can dynamically choose what data to use
but when I put multiple data sources in dataSources array, it returns error like this
{
"error":{
"code": 400,
"message": "Specifying multiple data sources is not supported at this time."
}
}
is there any plan to support multiple data sources for BYOD in the future?
if it's possible in near future i'd like to know when it will be available for BYOD REST API