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
248 stars 122 forks source link

[Bug] doc_id_transform not published to PYPI #551

Closed sujee closed 1 month ago

sujee commented 2 months ago

Search before asking

Component

Transforms/universal/doc_id

What happened + What you expected to happen

my env has the following

$   pip list  | grep prep

data_prep_toolkit                       0.2.1.dev0
data_prep_toolkit_ray                   0.2.1.dev0
data_prep_toolkit_transforms            0.2.1.dev1
data_prep_toolkit_transforms_ray        0.2.1.dev1

But when I do from doc_id_transform_python import DocIDPythonTransformRuntimeConfiguration

I get package not found error.

I am following this example : https://github.com/IBM/data-prep-kit/blob/dev/transforms/universal/doc_id/python/test/test_doc_id_python.py

Reproduction script

verify doc_id transform is available in PYPI

Anything else

No response

OS

Ubuntu

Python

3.11.x

Are you willing to submit a PR?

Bytes-Explorer commented 2 months ago

@blublinsky can you help with this pls?

blublinsky commented 2 months ago

I'm sorry, it doesn't have anything to do with me. I suspect that the code was added after the library was created. @touma-I ?

sujee commented 1 month ago

resolved in dev3. closing

from doc_id_transform_python import DocIDPythonTransformRuntimeConfiguration