You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Check that you upload the correct version of the space (if you are using the current Argilla instructions with the SDK 2.0 it will not work), you should follow the readme and duplicate my space
Check the api_url that it's the correct space url
Verify the key and the workspace Argilla defaults are:
api_key: 'admin.apikey'
workspace: 'admin'
If you still have issues we can iterate on the discord server and verify first that you are able to work on my test space
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?
The text was updated successfully, but these errors were encountered: