-
Notifications
You must be signed in to change notification settings - Fork 68
[AL-5107] Vb/conversational annotation al 5107 2 #996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7ba4a76 to
0d0a967
Compare
kkim-labelbox
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments. Also, I see that DocumentEntity has a name field, which doesn't seem necessary, since ObjectAnnotation already has a name tied to it. Could you make that change in this PR as well? Will probably need to update the tests as well
| def test_conversation_entity(client, configured_project_without_data_rows, | ||
| dataset_conversation_entity, rand_gen): | ||
|
|
||
| conversation_entity_annotation = ConversationEntity(name="named-entity", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think you need name here, since the name is set in ObjectAnnotation
86a60dd to
3f3a7a1
Compare
45991f5 to
85a3612
Compare
85a3612 to
3527c81
Compare
kkim-labelbox
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
story: https://labelbox.atlassian.net/browse/AL-5107