José Francisco Calvo
José Francisco Calvo
I have the need to perform some transformations receiving cropping parameters but I don't find any way to do it. There is some way to perform transformations that receive parameters...
As pointed out on README `unique_constraint` doesn't work as expected (modifying changeset errors) and instead raising an exception. There are any plans to implement or improve this or it's totally...
### Describe the bug I get an unexpected `invalid column: table_a.cache_key` error executing the following query: ```sql SELECT DAY(table_b.ts) AS day, COUNT_DISTINCT(table_a.cache_key) FROM table_a JOIN table_b ON table_b.response_id = table_a.request_id...
**Is your feature request related to a problem? Please describe.** Right now we are using user's username inside search engine indexes making difficult to allow changes on username, reducing flexibility...
# Description This PR include changes as a proof of concept to check how to integrate `rq` background processor with Argilla. The changes include also two new endpoints: * `PUT...
**Is your feature request related to a problem? Please describe.** Right now find record by similarity can return a huge amount of records similar to the current one. One that...
# Description This PR add support to new `options_order` attribute for multi-label questions so it is possible to specify an order to use when rendering labels on the UI. In...
# Description This PR is associated to changes implemented on https://github.com/argilla-io/argilla-server/pull/124 adding a new environment variable to force disable a warning when Argilla is running on Hugging Face Spaces and...
For the new feature adding support for span questions we will give support to specify a `score` for suggestions associated to a span question. For that we are following the...