How can i provide custom data via API to azure openAI Model

Aniket Kasar 0 Reputation points
2024-09-17T15:37:58.3166667+00:00

have created a chat model using azure open ai and providing it custom data source with help of container and azure ai search, but this is static. And I am using that api in my app. But what I want to do is that. But now I want to Integration it such a way that the user can ask questions about it account like purchases, profile related things, orders, etc. so that should be dynamic. How can I achieve it

I want to provide custom data to azure openAI via API and it will be dynamic

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

1 answer

Sort by: Most helpful
  1. Aniket Kasar 0 Reputation points
    2024-09-18T10:49:15.9633333+00:00
    1. Currently I am using temporary data about our company for testing purposes
    2. Currently the data is static and not change, but i want to provide dynamic data that will change very frequently
    3. Currently I am using blob storrage container that is in .txt file
    4. Currently I used Azure AI search and blob storage for providing custom data
    5. The link attached is not working

    I want to provide dynamic data in json .


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.