Skip to content

Commit

Permalink
typo in test running
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioct committed May 2, 2024
1 parent 16c29f2 commit c61ce7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argilla_llama_index/llama_index_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __init__(
api_key = DEFAULT_API_KEY


rg.init(api_key=api_key, api_url=api_url)
rg.init(api_key=api_key, api_url=api_url, workspace=workspace_name or rg.get_workspace())

# Set the Argilla variables
self.dataset_name = dataset_name
Expand Down

0 comments on commit c61ce7f

Please sign in to comment.