Client#
Here we describe the Python client of Argilla that we divide into four basic modules:
Methods: These methods make up the interface to interact with Argillaโs REST API.
Records: You need to wrap your data in these Records for Argilla to understand it.
Datasets: Datasets: You can wrap your records around these Datasets for extra functionality.
FeedbackDataset: FeedbackDataset: the dataset format for FeedbackTask and LLM support.