omarsol's picture
026b63d1b2534d37e2985f31ecf11f13a01a9f2306fd8e798775233f180f8ea7
7677e00 verified
raw
history blame
629 Bytes
# Argilla
>[Argilla](https://argilla.io/) is an open-source data curation platform for LLMs.
> Using `Argilla`, everyone can build robust language models through faster data curation
> using both human and machine feedback. `Argilla` provides support for each step in the MLOps cycle,
> from data labeling to model monitoring.
## Installation and Setup
Get your [API key](https://platform.openai.com/account/api-keys).
Install the Python package:
```bash
pip install argilla
```
## Callbacks
```python
from langchain.callbacks import ArgillaCallbackHandler
```
See an [example](/docs/integrations/callbacks/argilla).