IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
307 stars 134 forks source link

Use the appropriate pip install for the Google Colab notebook example #710

Closed shahrokhDaijavad closed 1 month ago

shahrokhDaijavad commented 1 month ago

Search before asking

Component

Other

Feature

The Google colab notebook example uses: pip install --default-timeout=100 data-prep-toolkit-transforms[ray], but since this example uses only the pdf2parquet transform, it is more appropriate to use: pip install --default-timeout=100 data-prep-toolkit-transforms[pdf2parquet]==0.2.2.dev1 in this file: examples/notebooks/Run_your_first_transform_colab.ipynb

Are you willing to submit a PR?

shahrokhDaijavad commented 1 month ago

Has been done.