Robbe Sneyders
Robbe Sneyders
## We are excited to announce the release of Connexion 3.0! 🎉 Connexion 3 fundamentally changes how Connexion is designed and implemented, and how it fits into the wider Python...
- **Poetry version**: 1.7.1 - **Python version**: 3.10.12 - **OS version and name**: Ubuntu 22.04 - **pyproject.toml**: https://github.com/ml6team/fondant/blob/4a186967e860719e0385f0e1f5010814d8792e49/pyproject.toml - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...
This PR adds a notebook with the instructions to host the [fondant-ai/datacomp-small-clip](https://huggingface.co/datasets/fondant-ai/datacomp-small-clip) index. I put it in a notebook since downloading the subset of files needed is easiest this way....
Elasticsearch is a popular vector store, we should provide reusable components to index and retrieve documents.
To enable ground truth validation, the user needs to be able to load ground truth answers / chunks as part of their evaluation dataset, and they should be propagated to...
When using the `load_from_parquet` component, it is not possible to keep the original index. If the `id_column` argument is not set, Fondant will automatically generate a new unique index. But...
With the introduction of the lightweight components, our `component` and `pipeline` SDKs are no longer cleanly split. We should either split them again, or include the optional installs for both...
We have some recurring functionality across our different load components, such as creating a unique index, or only loading a certain amount of rows. It would be valuable to move...
We still have a [test for consumes / produces logic](https://github.com/ml6team/fondant/blob/94b8dea2703334860c4a8936d1d9de3b298f3c20/tests/pipeline/test_argument_inference.py#L230) in our argument inference for lightweight components. This is no longer needed since https://github.com/ml6team/fondant/pull/819. Both the logic and test should...
Fondant pipelines currently cannot be executed in Google Colab, which would be a great way for users to try out Fondant. This is due to the limitation of Google Colab...