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)
Usersin Argilla. -
Manage workspaces
Learn what they are and how to manage (create, read and delete)
Workspacesin Argilla. -
Manage and create datasets
Learn what they are and how to manage (create, read and delete)
Datasetsand customize them using theSettingsforFields,Questions,MetadataandVectors. -
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,SuggestionsandResponses. -
Query, filter and export records
Learn how to query and filter a
Datasetand export theirRecords.