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

feat: implemented chunking of docs #10

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

romanchyla
Copy link

Implemented the basic recognition of chunks - this will work as long as a regex can be constructed which identifies valid start/end tags; will also work on non xml content - but it will fail if there is a nested structure, such as //article/list/foo/article - in which case the parser should decide to parse the xml document and go through the top level elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant