Hi, I'm encountering an error while trying to run "run_pipeline.py".
This is the error: Exception: Failed to connect to argilla, check connection details
More information:
I'm using conda.
I'm using argilla with huggingface.
The config_default.yml annotator looks like this:
annotator:
method : 'argilla'
config:
api_url: 'https://example.hf.space'
api_key: 'my-api-key'
workspace: 'argilla'
time_interval: 5
Does anyone have an idea how to fix this?