โš™๏ธ Configuration#

ElasticSearch

Tweak your elastic configs:

  • Configure roles and users

  • Change index analyzers

  • Reindex data

  • Backups using snapshots

Server Configuration

Finetune your FastAPI deployment:

  • Launching FastAPI

  • Environment variables

  • REST API docs

User Management

Manage your Argilla users:

  • User model

  • Create a new user

  • Assign a user to a workspace

  • List all the existing users

  • Delete a user

  • Default user for the argilla/argilla-server Docker image

  • Migrate users from users.yaml

  • Migration users with Docker Compose

Workspace and Dataset Management

Manage your Argilla workspaces and datasets:

  • Workspace model

  • Create a new workspace

  • List all the existing workspaces

  • Get a workspace by name or id

  • Add, list, or delete users from a workspace

  • Dataset model

  • List datasets in a workspace

  • Delete datasets in a workspace

Database Migrations

Dealing with database migrations:

  • Migrating Argilla server database schema

  • Migrating from old schema

  • Reindex a dataset

Image Support

Multimodality at your fingertips:

  • _image_url as special metadata-field

  • An applied tutorial by Ben Burtenshaw