Deployment of my customized version from the Playground configured in Azure OpenAI Studio.
I need to use my AI in my application, but it requires some custom configurations. Among these, I want to sync Azure AI Search so that my AI can leverage PDFs and documents for training and improve its responses. The solution I found is through the Playground in Azure OpenAI Studio. There, I can integrate with Azure AI Search, Blob Storage, upload files, and configure other settings.
The issue is that I can't use these configurations created in the Playground directly in my application. The only available option is to create a deployment for a web service, but this only generates a website, not an endpoint or a deployment that can be easily called via code. Does anyone know how to solve this problem? I just need to use the configurations created in the Playground in my application.