Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redis/redis-vl-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: redis/redis-vl-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/azure-deployment-validate-check
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    f503344 View commit details
    Browse the repository at this point in the history
  2. fix(azure): improve Azure deployment validation and configuration

    - Fix azure_deployment parameter handling to actually use the provided value
    - Use get() instead of pop() initially to check deployment value
    - Override model with azure_deployment when provided
    - Improve error message to be more informative about configuration options
    - Clarify docstring about deployment name requirement
    - Ensure deployment is properly passed to Azure OpenAI API calls
    
    The previous implementation validated azure_deployment but never actually
    used it. This fix ensures the deployment name is properly configured
    and used when making API calls to Azure OpenAI.
    bsbodden committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    8f4e734 View commit details
    Browse the repository at this point in the history
Loading