January 8, 2023 - v2.0.190

by Noriaki Tatsumi
  • The RegexRule now supports multiple regex patterns per rule. When creating a new RegexRule, please use the new regex_patterns field instead of the now deprecated regex field in the JSON request.
  • The inference query endpoint now supports the capability to filter by task IDs, providing more flexibility in retrieving specific data
  • Added the ability to search tasks and rules. While the "Get All" endpoints for tasks and rules are still available, they are now deprecated in favor of the new search endpoints. This enhancement allows for more efficient retrieval of tasks and rules.
  • Introduced the functionality to slice and dice token usage by task IDs and rule types
  • Regex and keyword rules check now returns span/detected text
  • The PII rule now returns confidence scores
  • Added the capability to filter processed inferences on the query endpoint by rule type, rule status, and validation result status
  • Enhanced the consistency of hallucination check
  • Added Toxicity Rule check
  • Added user-generated API keys workflow. Admin users can now create and rotate API keys using a master key
  • Made modifications to improve the precision of the Hallucination rule

October 30, 2023 - v2.0.119

by Noriaki Tatsumi

The pii_results field in the validation API response has been marked deprecated.

October 30, 2023 - v2.0.116

by Noriaki Tatsumi

Added entity spans to the PII rule validation response. A new validation API response field,pii_entitiescontains the detected PII entity type and the part of the text it was detected on.