We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When splitting chunks, include the header information in each chunk -- even if the content beneath the header had to be split.
@hemslo has an implementation example at https://github.com/hemslo/chat-search/blob/90794a6c1e288942893ab7f222c375fbf7612380/app/dependencies/document_transformer.py#L51
# What is Clowder? ## Clowder is a aaa ## Clowder is b bbb ... ccc
The final chunks should be:
# What is Clowder? ## Clowder is a aaa
and
# What is Clowder? ## Clowder is b bbb
# What is Clowder? ## Clowder is b ccc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When splitting chunks, include the header information in each chunk -- even if the content beneath the header had to be split.
@hemslo has an implementation example at https://github.com/hemslo/chat-search/blob/90794a6c1e288942893ab7f222c375fbf7612380/app/dependencies/document_transformer.py#L51
The final chunks should be:
and
and
The text was updated successfully, but these errors were encountered: