File size: 629 Bytes
8dc9a1e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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).