argilla-io / argilla

Argilla is a collaboration tool for AI engineers and domain experts to build high-quality datasets
https://docs.argilla.io
Apache License 2.0
3.79k stars 354 forks source link

Visual Query Builder #1872

Open dvsrepo opened 2 years ago

dvsrepo commented 2 years ago

As a UI user I want to have support for defining complex queries for data labelling.

Develop a functional component for helping users to write complex query conditions. The suggested shape of the component is an input field with typeahead (or autocomplete) that assists the users to query a hypothetic search endpoint.

The main idea is to build a visual component to help users to create query conditions. Some examples of queries could be:

username == "john" AND (age < 20 OR age > 60)
NOT (company == "Google" OR code == 30)
github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.