Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Create vector embeddings #448

Closed
2 tasks done
Bytes-Explorer opened this issue Jul 25, 2024 · 1 comment
Closed
2 tasks done

[Feature] Create vector embeddings #448

Bytes-Explorer opened this issue Jul 25, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Bytes-Explorer
Copy link
Collaborator

Bytes-Explorer commented Jul 25, 2024

Search before asking

  • I searched the issues and found no similar issues.

Component

Transforms/Other

Feature

The goal is to add a new module that can create embeddings from a given document. The module will take input parquet files, where each row may contain a chunk or the full document. For every row, it will convert the existing text to embeddings and add the embeddings as a new column in the parquet files.

This should be added as a new module along with the other language transforms here https://github.com/IBM/data-prep-kit/tree/dev/transforms/language

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@dolfim-ibm
Copy link
Member

Done in #461

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants