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] Custom Document Splitter #3122

Open
dentro-innovation opened this issue Aug 31, 2024 · 3 comments
Open

[FEATURE] Custom Document Splitter #3122

dentro-innovation opened this issue Aug 31, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@dentro-innovation
Copy link

Describe the feature you'd like
I want to have a document loader for the doc store where I can upload a text file (in the future PDF would also be great) and I can define my own logic on how to split it.

Currently we only have the custom document loader, which doesn't allow uploading files directly but needs to fetch them via API calls.

@HenryHengZJ
Copy link
Contributor

You can use custom document loader, and specify your own JS logic to split it:
image

@dentro-innovation
Copy link
Author

But I can't upload files via the UI using the custom document loader, can I?

@HenryHengZJ
Copy link
Contributor

ah okay, I see what you mean, existing loader + custom splitter

@HenryHengZJ HenryHengZJ added the enhancement New feature or request label Sep 2, 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
Projects
None yet
Development

No branches or pull requests

2 participants