Silvano Cerza

Results 79 issues of Silvano Cerza

## Checklist If the request is accepted, ensure the following checklist is complete before closing this issue. ```[tasklist] ### Tasks - [x] The code is documented with docstrings and was...

new integration
P1

As of now there's no way to see the documentation for an older integration version as we always overwrite with the latest changes. We should give the possibility to users...

type:documentation
topic:CI

Sagemaker integration tests are not being run as of now. Keeping models deployed just for testing purposes is way too expensive. We should start them on demand when the workflow...

topic:CI
P3
integration:amazon-sagemaker

The Gemini integration should support image generation in the future. As of now we can't support it as the API is not public yet. We should add that functionality as...

feature request
P3
integration:google-genai

### Proposed Changes: Add a matrix for the `test` env so we can easily run tests on a different Python version. As of now there's no easy way to run...

ignore-for-release-notes
topic:build/distribution
topic:CI

### Proposed Changes: Move `Pipeline.connect()` tests from `test_connect.py` in `TestPipeline` class in `test_pipeline.py`. One test has been moved in the newly created `test_utils.py` instead as it's not a member of...

topic:tests
ignore-for-release-notes

### Proposed Changes: Change `NamedEntityExtractorBackend` to better handle conversion of strings to enum values. This fixes a crash in `NamedEntityExtractor` when using a string as `backend` argument when creating the...

type:documentation

Hello hello everyone! After the discussion that I had with @capital-G on #6319 regarding pre-commit hooks we had a really nice chat together about the project CI and other related...

comp: CI/CD

## Purpose and Motivation This PR moves the release process in a separate workflow from `actions.yml`. This enhances the process so it's clear that only pushing a `Version-` prefixed tag...