José Francisco Calvo

Results 74 issues of José Francisco Calvo

# Description An error is raised from backend when trying to find similar records when the vector is not defined for the used record. The error is fine but an...

The idea of this issue is to improve how we are managing error handling on API v1 and future versions. There is an first exploration of an improvement on this...

# Description This PR includes all the changes related with new Argilla v2.0.0. **Type of change** (Please delete options that are not relevant. Remember to title the PR according to...

We should improve folder structure on `argilla-server` with the following: ``` /api /handlers /v1 /v2 /policies /v1 /v2 /schemas /v1 /v2 /contexts /models ... ``` So the idea is to...

Hugging Face recently added support for dev mode. Enabling some features like connecting to the space through SSH or enabling a VS Code server so remote changes can be done...

status: stale

# Description This PR is the feature branch with all the changes to support zero value on rating questions. Closes #4822 **Type of change** (Please delete options that are not...

We should add changes to our GitHub Actions for `argilla-server` so we are testing not only with PostgreSQL but also with SQLite and other dependencies. Other dependencies that we can...

area: server
status: stale

We should migrate `argilla` Python package to use [PDM](https://pdm-project.org) to manage dependencies and our `pyproject.toml` file. Wit this change we should simplify and unify how our Python projects are managed.

### To reproduce Running the following query: ```sql -- Query returning error SELECT CAST(DAY(table_1.ts) AS LONG) AS day, sum(table_1.length) AS sum_length FROM table_1 JOIN table_2 ON table_1.id = table_2.id WHERE...

Bug
SQL