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

Improve TextSplitter for very long sentences. #15

Open
PhilipMay opened this issue Jun 4, 2023 · 1 comment
Open

Improve TextSplitter for very long sentences. #15

PhilipMay opened this issue Jun 4, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@PhilipMay
Copy link
Member

PhilipMay commented Jun 4, 2023

Improve so we split the sentence instead raising an exception.

see

raise ValueError("No sentence may be longer than 'max_token'.")

@PhilipMay PhilipMay changed the title Improve TextSplitter with very long sentences. Improve TextSplitter for very long sentences. Jun 5, 2023
@PhilipMay
Copy link
Member Author

PhilipMay commented Jun 6, 2023

small improvement is in this PR: #16 - but not done yet.

@PhilipMay PhilipMay added enhancement New feature or request help wanted Extra attention is needed labels Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant