5
Views
0
Comments
[Azure OpenAI Connector] Is it possible to only use own datasources via this connector?
azure-openai-connector
Reactive icon
Forge component by Platform Maintenance
Application Type
Reactive

I am working on a project where we are using Outsystems and Azure OpenAI, but i need to limit the responses of the application to only use the data that we have exposed to the robot.

If I would be using regular API, I can see it would need to add the datasource to the body (example below). Does this connector support this?


"dataSources": [
            {
              "type": "AzureCognitiveSearch",
              "parameters": {
                "endpoint": "https://example.search.windows.net",
                "key": "key",
                "indexName": "indexname"
               
              }
            }
  ]

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.