Skip to content

0.7.0

Compare
Choose a tag to compare
@RobbeSneyders RobbeSneyders released this 20 Nov 14:45
· 199 commits to main since this release
81259cc

Highlights

  • We restructured and updated our documentation, which should make it easier to get started, and learn more advanced concepts as you go.

    👉 Check it out at fondant.ai!

  • We moved our example pipelines into separate repositories, which will make it easier to get started with them:

    • 📖 RAG ingestion pipeline
      An end-to-end Fondant pipeline that prepares documents for a RAG (Retrieval Augmented Generation) system by chunking and embedding them, and writing them to a vector store.

    • 🛋️ ControlNet Interior Design Pipeline
      An end-to-end Fondant pipeline to collect and process data for the fine-tuning of a ControlNet model, focusing on images related to interior design.

    • 🖼️ Filter creative common license images
      An end-to-end Fondant pipeline that starts from our Fondant-CC-25M creative commons image dataset and filters and downloads the desired images.

    • 🔢 Datacomp pipeline
      An end-to-end Fondant pipeline filtering image-text data to train a CLIP model for the DataComp competition.

  • We split our component and pipeline SDK, so only the actual required dependencies are installed.

    In components, install the component extra so you can use the fondant.component SDK.

    pip install fondant[component]

    Locally, just install Fondant without extras to fondant.pipeline SDK and CLI.

    For the local runner:

    pip install fondant

    Or with the appropriate extra for your specific runner:

    pip install fondant[vertex]

    More info on the available installation options is available here.

All changes

New Contributors

Full Changelog: 0.6.2...0.7.0