José Francisco Calvo

Results 74 issues of 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...

Bug
SQL

**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...

type: enhancement
area: architecture
team: backend

# 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...

area: api
type: integration
language: python
team: backend
size:L

**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...

type: enhancement
area: api
team: backend

# 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...

type: enhancement
area: ui
area: python sdk
size:M
lgtm

# 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...

type: documentation
area: server
team: ml
size:S
severity: minor

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...

type: enhancement
area: api
team: backend
severity: minor