-
Notifications
You must be signed in to change notification settings - Fork 449
feat(rag): Add lab rag convert CLI command #2902
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
Conversation
|
This pull request has merge conflicts that must be resolved before it can be |
cdoern
left a comment
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.
just reviewing the tests. These align with the team's expectations of basic unit tests for a new implementation, no major concerns from me
180a27e to
1f01cf2
Compare
nathan-weinberg
left a comment
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.
I have one question for Charlie about the testdata but otherwise this is looking good to me - approving from side
cdoern
left a comment
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.
nothing major, I appreciate using the new config_class and the added comments to some of the existing assertions, doc strings, etc.
cdoern
left a comment
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.
lgtm. @jwm4 can you squash the commits and then I will remove the hold?
Signed-off-by: Bill Murdock <[email protected]>
306054b to
be9101b
Compare
|
Commits are squashed now. |
Adds new
ilab rag convertcommand which takes in input documents from a taxonomy or a directory of original document files (e.g., PDFs) and outputs Docling JSON for each input document.Issue resolved by this Pull Request:
Resolves #2890
Dev Docs related to this Pull Request:
Link to Dev Doc or PR: instructlab/dev-docs#161
Checklist:
conventional commits.