-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Evaluate(): Cannot import data from fields with numbers in their names #40424
Copy link
Copy link
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.EvaluationIssues related to the client library for Azure AI EvaluationIssues related to the client library for Azure AI EvaluationService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.issue-addressedWorkflow: The Azure SDK team believes it to be addressed and ready to close.Workflow: The Azure SDK team believes it to be addressed and ready to close.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.EvaluationIssues related to the client library for Azure AI EvaluationIssues related to the client library for Azure AI EvaluationService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.issue-addressedWorkflow: The Azure SDK team believes it to be addressed and ready to close.Workflow: The Azure SDK team believes it to be addressed and ready to close.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
Our team is trying to update the version of azure-ai-evaluation we are referencing from 1.1.0 to 1.5.0. When I do this, I get an exception:
I believe it traces to the regex here: 487020b#diff-64960c5664f00223809f9c1584a47a44e466f3aec97427367d55f6e7b1c7211dR527-R528
Testing this regex via pythex,
${data.test_notes} matches
${data.test8_notes} does not match.
To Reproduce
Steps to reproduce the behavior:
evaluate, with an evaluator specify a column mapping which uses that field.Expected behavior
I can support column mappings with numbers in their name.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.