RTIInternational / SMART

Smarter Manual Annotation for Resource-constrained collection of Training data
MIT License
220 stars 31 forks source link

Fix bug causing projects with > 100 labels to break #356

Closed andykawabata closed 3 months ago

andykawabata commented 3 months ago

Previously the IRR tables were relying on the get_labels endpoint to retrieve label names to join to the ids. With this update, we include the label names in the IRR endpoint so no need to call get_labels.