Download Latest Version v2.31.0 source code.tar.gz (21.8 MB)
Email in envelope

Get an email when there's a new version of Haystack

Home / v2.30.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-09 474 Bytes
v2.30.1 source code.tar.gz 2026-06-09 19.2 MB
v2.30.1 source code.zip 2026-06-09 26.6 MB
Totals: 3 Items   45.7 MB 1

⚡️ 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.
Source: README.md, updated 2026-06-09