Azure AI Search Retriever for Azure Gov Cloud - need to fix endpoint for resource connection #25307
ArjunChattoraj10
announced in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
In the Azure Government Cloud, the endpoint for Azure AI Search is different from that of Commercial Cloud. In Azure Gov Cloud, the endpoint has the following suffix: "openai.azure.us/" while for commercial cloud it is: "search.windows.net"
The request is to add the Gov Cloud suffix to the list of accepted suffixes for the AzureAISearchRetriever and to add documentation for the Gov Cloud URL.
Motivation
The lack of support for Gov Cloud makes developing in Gov Cloud/migrating from Commercial difficult because this breaks the retrieval.
Proposal (If applicable)
Add the Gov Cloud endpoint to the list of acceptable URL suffixes, or add it as a parameter to the class, or do away with autofilling the URL and force people to put the entire endpoint.
Beta Was this translation helpful? Give feedback.
All reactions