argilla-io / argilla

Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets
https://docs.argilla.io
Apache License 2.0
4.09k stars 384 forks source link

[FEATURE] create record assignment `utils` #4031

Closed davidberenstein1957 closed 1 year ago

davidberenstein1957 commented 1 year ago

Is your feature request related to a problem? Please describe. We need to maintain code in out docs for record assignment. https://docs.argilla.io/en/latest/practical_guides/assign_records.html

Describe the solution you'd like

from argilla.client.feedback.utils import assign_records

assign_records(user, records, overlap)

Describe alternatives you've considered N.A.

Additional context N.A.

Luckydhingra commented 1 year ago
davidberenstein1957 commented 1 year ago

hi @Luckydhingra, @sdiazlor was already going to work on this issue, but perhaps you can find a separate smaller issue among https://github.com/argilla-io/argilla/labels/good%20first%20issue? I can add the hacktoberfest tag later :)

davidberenstein1957 commented 1 year ago

You can also briefly mention https://github.com/argilla-io/argilla/issues/4067 in the docs update.