This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
⚡️ 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…
⚡️ 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.
Read on haystack.deepset.ai ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.