Forum Discussion
dsn921005
May 31, 2024Copper Contributor
Issue with multiple Index data field mapping in Azure AI Studio
I’m working on integrating my own data into a deployed GPT-4 model using an Azure SQL database. The database connection is working perfectly, and I’m able to perform searches in the Azure portal usin...
hstashynski1520
Jun 04, 2024Copper Contributor
dsn921005 I have the same problem. Looks like Completions API (https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/preview/2024-02-15-preview/inference.json) expects array to be received, but Open AI Studio sandbox pass it as plain string. Tried to reproduced with fixed value in Postman and it worked. Looks like defect.