Replies: 1 comment 1 reply
-
Technical Implementation NotesAt a high level, this is straightforward to implement. The main challenge is in our data model: annotations are currently indexed as a list of spans rather than a dictionary. This means:
Required changes:
What do you think @ardaerzin ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior
Users can create test cases from spans and map span data to test set columns.
Requested Feature
Add the ability to include annotation data when creating test sets from spans.
Use Cases
User Workflow
From a user request:
Beta Was this translation helpful? Give feedback.
All reactions