Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.63k stars 2.84k forks source link

Update package README.md #38532

Closed dargilco closed 1 week ago

dargilco commented 1 week ago

Add some general sections at the top.

Add sections on Connections and Inference.

Still missing is a description of Evaluations at the top. See "TODO" at the top bullet list.

Still missing are example sections on Evaluations.

Make some minor updates to the Agents section to align with the rest of the README.md

Update Agents code snippets by running python ..\..\..\tools\azure-sdk-tools\ci_tools\snippet_update\python_snippet_updater.py .

Also in this PR is a fix to address Johan's code review comment. Use Typing.Self as the hint of the return type from the from_connection_string method.

azure-sdk commented 1 week ago

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-ai-projects