Skip to content

Commit

Permalink
deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
w-javed committed Feb 13, 2025
1 parent af0c9ea commit 74f3481
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/promptflow-evals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release History

## v0.3.3 (Upcoming)
## v0.3.3 (2025-02-13)

### Other Changes
- Promptflow Evals package ([promptflow-evals](https://pypi.org/project/promptflow-evals/)) will be deprecated on 2025-03-20. Please use new Azure AI Evaluation SDK ([azure-ai-evaluation](https://pypi.org/project/azure-ai-evaluation/)). Please refer to [migration guide](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/evaluation/azure-ai-evaluation/migration_guide.md) for guidance on upgrading.

### Features Added
- Introduced `IndirectAttackSimulator` to simulate XPIA (cross domain prompt injected attack) jailbreak attacks on your AI system.
- Introduced `IndirectAttackEvaluator` to evaluate content for the presence of XPIA (cross domain prompt injected attacks) injected into conversation or Q/A context to interrupt normal expected functionality by eliciting manipulated content, intrusion and attempting to gather information outside the scope of your AI system.
Expand Down

0 comments on commit 74f3481

Please sign in to comment.