Notable Change
Adds support for Azure OpenAI on your data. An Azure AI Search index can be configured as a data source provided to the model to answer user queries with information retrieved from the index. Retrieval can be customized to different search types including vector search.
What's Changed
- Python: moved telemetry from pkg_resource to importlib by @eavanvalkenburg in #4098
- Python: Fix SKFunction.invoke_stream_async by @johnliu55-msft in #3986
- Python: Add python connector for Azure OpenAI on your data by @sarah-widder in #3919
- Python: Bump Python package version to 0.4.2.dev by @moonbox3 in #4204
New Contributors
- @sarah-widder made their first contribution in #3919
Full Changelog: python-0.4.1.dev...python-0.4.2.dev