How-to guides¶
These guides provide step-by-step instructions for common scenarios, including detailed explanations and code samples. They are divided into two categories: basic and advanced. The basic guides will help you get started with the core concepts of Argilla, while the advanced guides will help you explore more advanced features.
Basic¶
-
Manage users and credentials
Learn what they are and how to manage (create, read and delete)
Users
in Argilla. -
Manage workspaces
Learn what they are and how to manage (create, read and delete)
Workspaces
in Argilla. -
Create, update, and delete datasets
Learn what they are and how to manage (create, read and delete)
Datasets
and customize them using theSettings
forFields
,Questions
,Metadata
andVectors
. -
Add, update, and delete records
Learn what they are and how to add, update and delete the values for a
Record
, which are made up ofMetadata
,Vectors
,Suggestions
andResponses
. -
Distribute the annotation
Learn how to use Argilla's automatic task distribution to annotate as a team efficiently.
-
Annotate a dataset
Learn how to use the Argilla UI to navigate datasets and submit responses.
-
Query and filter a dataset
Learn how to query and filter a
Dataset
. -
Import and export datasets and records
Learn how to export your dataset or its records to Python, your local disk, or the Hugging face Hub.
Advanced¶
-
Use Markdown to format rich content
Learn how to use Markdown and HTML in TextFields to format chat conversations and allow for basic multi-modal support for images, audio, video and PDFs.
-
Migrate to Argilla V2
Learn how to migrate your legacy datasets from Argilla 1.x to 2.x.