github deepset-ai/haystack v2.30.1

latest releases: v3.1.1, v3.1.1-rc1, v3.1.0...
2 months ago

⚡️ Enhancement Notes

  • AzureOpenAIChatGenerator now accepts a Secret for the azure_endpoint and api_version parameters in addition to a plain string. This makes it possible to resolve these values from environment variables at runtime, for example with Secret.from_env_var("AZURE_OPENAI_ENDPOINT"), so the same serialized pipeline can switch between environments (e.g. dev and prod) by changing environment variables instead of the pipeline definition.

Don't miss a new haystack release

NewReleases is sending notifications on new releases.