How-to guides¶
These are the how-to guides for the Argilla-python SDK. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples.
-
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. -
Manage and create 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
. -
Query, filter and export records
Learn how to query and filter a
Dataset
and export theirRecords
.