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] Capability to chunk text for RAG systems #447

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

[Feature] Capability to chunk text for RAG systems #447

Bytes-Explorer opened this issue Jul 25, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request fixed Marks an issues as fixed in the dev branch

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 transform that can take in the extracted text and chunk it. The input will be parquet files where every document is stored in one row. The output will be chunks, such that every chunk is stored in one row. Chunk size should be a parameter exposed to the user.

This new transform should be added along with other language modules 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

@dolfim-ibm dolfim-ibm added the fixed Marks an issues as fixed in the dev branch label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed Marks an issues as fixed in the dev branch
Projects
None yet
Development

No branches or pull requests

2 participants