Skip to content

0.9.0

Compare
Choose a tag to compare
@PhilippeMoussalli PhilippeMoussalli released this 16 Jan 09:51
· 104 commits to main since this release
410c3f6

Highlights

  • 🌐 Authenticating to different cloud provider with the Local Runner is now simpler through the SDK AWS SageMaker is now supported as an execution framework for Fondant pipelines
SDK CLI
from fondant.pipeline.runner import DockerRunner
from fondant.core.schema import CloudCredentialsMount

runner = DockerRunner()
runner.run(
    pipeline_ref="<pipeline_ref>",
    auth_provider=CloudCredentialsMount.<GCP,AWS,AZURE>,
)
fondant run local <pipeline_ref> \
      --auth-provider <gcp, aws, azure> 
  • 🔍 We made it easier to launch the data explorer in a non-blocking way. This allows you to continue working in your notebook while the explorer is running in the background.

🚥 RAG Component updates

New components 🚀

  • AWS opensearch indexing component
  • Component to load PDF data from local or remote storage. More info here

Updates on existing components 🛠️

  • Generalizing the text chunker component to use different chunking techniques. More info here

🛠 Install it now!

pip install fondant==0.9.0

And let us know what you think!

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0