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