Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Changelog file
  • Loading branch information
singankit committed May 15, 2025
commit 1ca351b506e63be29434f60d629c6d787a9c0cfa
5 changes: 5 additions & 0 deletions sdk/ai/azure-ai-projects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ See [Agents package document and samples](https://github.com/Azure/azure-sdk-for
* The method `.inference.get_azure_openai_client()` now supports returning an authenticated `AzureOpenAI` client to be used with
AI models deployed to the Project's AI Services. This is in addition to the existing option to get an `AzureOpenAI` client for one of the connected Azure OpenAI services.
* Import `PromptTemplate` from `azure.ai.projects` instead of `azure.ai.projects.prompts`.
* The method `.to_evaluator_model_config` on connection is removed. In place of `model_config` use `deployment_name` for LLM based evaluators.
* The method `upload_file` on `AIProjectClient` had been removed, use `dataset.upload_file` instead.
* Evaluator Ids are available using the Enum `EvaluatorIds`and no longer require `azure-ai-evaluation` package to be installed.
* Property `scope` on `AIProjectClient` is removed, use Project Endpoint instead.
* Property `id` on Evaluation is replace with `name`.

### Sample updates

Expand Down