-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: hard document length limit at max_chars_check
#5191
Conversation
max_chars_check
Pull Request Test Coverage Report for Build 5355137661
💛 - Coveralls |
Hey @ZanSara! In this implementation, I can't understand if we generate a new document id for the |
Uh good catch! You're right, we're likely not. I'm fixing that 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZanSara I am excited because this is the first time I am doing a review in a PR by you. 😄
LGTM!
Just a comment: I would change the docstring of _long_documents
to reflect the changes...
Related Issues
Proposed Changes:
max_chars_check
.How did you test it?
test/nodes/test_preprocessor.py::test_preprocessor_very_long_document
Notes for the reviewer
n/a
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.