azure-openai-chat-connector-with-own-data
Reactive icon

Azure OpenAI Chat Connector with Own Data

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 09 December 2024
 by 
0.0
 (0 ratings)
azure-openai-chat-connector-with-own-data

Azure OpenAI Chat Connector with Own Data

Documentation
1.0.0
  • Check Api key and OpenAI Endpoint

You can find your Api key and OpenAI Endpoint in Azure OpenAI Studio.

Api key should be set in Site Property of Module and you can use OpenAI Endpoint as REST API Base url in Module.


  • Select Chat ai model in Playgounds > Chat menu. 
  • Add your data: you need to make Blog storage, AI Search Service and connect to Chat Model.
  • You can find SearchKey, SearchEndPoint and IndexName when you click View Code button in Playgounds > Chat menu. 





  • Check DeploymentModel and Apiversion

Move to Shared resources >> Deployments, you can find your DeploymentModel and Apiversion.

DeploymentModel, Apiversion should be set in Site Property of Module.



  • Setup Site Properties in Module using data from above.


  • Setup OpenAI Endpoint as REST API Base url in Module.