AzureAIInference connector: beta status & production usage? #13445
Replies: 1 comment
-
|
The safest reading is: the connector is still preview software, not a stable production contract. As of current <VersionSuffix>beta</VersionSuffix>It now depends on That does not mean it cannot run in production. It means the application owner needs to accept preview-package risks, especially source/API changes between releases. If you decide to use it, I would:
If your policy prohibits preview dependencies, use the stable service/client contract approved by your organization and integrate it through Semantic Kernel's lower-level abstractions, instead of treating this beta connector as guaranteed stable. So the direct answers are: usable if you deliberately support a preview dependency; not something the package metadata represents as generally stable; and no public graduation date that I can verify. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m evaluating the dotnet AzureAIInference connector and noticed it was added around Sept 2024, but it’s still marked as beta. I wanted to check in on its current status before moving forward.
A couple quick questions:
Trying to understand the expected stability/support level so we can make the right call for a production deployment. Appreciate any insight.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions