Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Azure gov cloud in Azure Cognitive Search retriever #13695

Commits on Nov 22, 2023

  1. Support Azure gov cloud in cog search retriever

    The existing version hardcoded search.windows.net in the base url.
    This is not compatible with the gov cloud.
    I am allowing the user to override the default for gov cloud support.
    nceccarelli-moog committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    03f1a71 View commit details
    Browse the repository at this point in the history
  2. bugfix

    calling get_from_env did not work outside of a function,
    so I moved the call into _build_search_url
    nceccarelli-moog committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    bbf66ff View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. cr

    hwchase17 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    21dcd4a View commit details
    Browse the repository at this point in the history
  2. cr

    hwchase17 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    015a868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1339dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    688cb41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ae375d View commit details
    Browse the repository at this point in the history