This repository was archived by the owner on Apr 23, 2026. It is now read-only.
feat(rag): Add lab rag convert CLI command - #2902
Merged
Merged
Conversation
Contributor
|
This pull request has merge conflicts that must be resolved before it can be |
bbrowning
reviewed
Jan 13, 2025
dmartinol
reviewed
Jan 14, 2025
dmartinol
reviewed
Jan 14, 2025
dmartinol
reviewed
Jan 14, 2025
dmartinol
reviewed
Jan 14, 2025
dmartinol
reviewed
Jan 14, 2025
dmartinol
reviewed
Jan 14, 2025
dmartinol
reviewed
Jan 14, 2025
cdoern
reviewed
Jan 16, 2025
cdoern
left a comment
Contributor
There was a problem hiding this comment.
just reviewing the tests. These align with the team's expectations of basic unit tests for a new implementation, no major concerns from me
dmartinol
reviewed
Jan 16, 2025
dmartinol
reviewed
Jan 16, 2025
nathan-weinberg
self-requested a review
January 16, 2025 15:21
jwm4
marked this pull request as ready for review
January 16, 2025 19:31
jwm4
force-pushed
the
jwm4-rag-convert
branch
from
January 16, 2025 21:04
180a27e to
1f01cf2
Compare
jwm4
marked this pull request as draft
January 16, 2025 21:06
jwm4
marked this pull request as ready for review
January 17, 2025 00:58
nathan-weinberg
approved these changes
Jan 17, 2025
nathan-weinberg
left a comment
Contributor
There was a problem hiding this comment.
I have one question for Charlie about the testdata but otherwise this is looking good to me - approving from side
cdoern
reviewed
Jan 17, 2025
cdoern
left a comment
Contributor
There was a problem hiding this comment.
nothing major, I appreciate using the new config_class and the added comments to some of the existing assertions, doc strings, etc.
Signed-off-by: Bill Murdock <bmurdock@redhat.com>
jwm4
force-pushed
the
jwm4-rag-convert
branch
from
January 17, 2025 18:07
306054b to
be9101b
Compare
Contributor
Author
|
Commits are squashed now. |
11 tasks
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.