Multiple dataSources for Openai REST API

AGT 金恩哲 60 Reputation points
2023-09-01T09:12:17.8333333+00:00

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

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,076 questions
{count} votes

Accepted answer
  1. Ramr-msft 17,736 Reputation points
    2023-09-18T01:31:07.11+00:00

    @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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.