docs(argilla.md): add sampling rate to argilla calls

This commit is contained in:
Krrish Dholakia 2024-10-17 22:54:12 -07:00
parent 4f5ff65882
commit 6e7e96211c

View file

@ -57,3 +57,11 @@ litellm_settings:
## Example Output ## Example Output
<Image img={require('../../img/argilla.png')} /> <Image img={require('../../img/argilla.png')} />
## Add sampling rate to Argilla calls
To just log a sample of calls to argilla, add `ARGILLA_SAMPLING_RATE` to your env vars.
```bash
ARGILLA_SAMPLING_RATE=0.1 # log 10% of calls to argilla
```