argilla icon indicating copy to clipboard operation
argilla copied to clipboard

[DOCS] Add documentation for mapping to multiple dataset attributes.

Open burtenshaw opened this issue 6 months ago • 0 comments

The mapping parameter of the Dataset.records.log method accepts multiple target dataset attributes using a list. However, the documentation is limited and only in the API reference.

We should expand documentation with potentially:

  • an example in the examples section of the api reference
  • an example in the relevant guides.

An example of this is already implemented within unit tests: def test_ingest_record_from_dict_with_mapping_multiple():

burtenshaw avatar Aug 06 '24 10:08 burtenshaw