Open alaeddine-13 opened 2 weeks ago
Also, suggestions for RankingQuestion do not display correctly in the UI. It shows a fixed order.
any workaround or solution for this?
has anyone found fix for issue?
The "rank" column has fixed ranking and they do not reflect the annotated entries
hi! we would strongly recommend upgrading the server to a newer version, isn't that possible? otherwise install the client with the version of your server pip install argilla=1.29.0
hi! we would strongly recommend upgrading the server to a newer version, isn't that possible? otherwise install the client with the version of your server pip install argilla=1.29.0
I have latest image deployed through docker. and Argilla client Version 2.4.0
Describe the bug Argilla client V2 is not compatible with Argilla server V1 for RankingQuestion Prerequisites
workspace = 'my-workspace' project ='my-project'
dataset = client.datasets(name=project, workspace=workspace) df = dataset.records.to_datasets().to_pandas()