feat: openviking upload zip and extract on serverside, for add-resource a local dir#249
Merged
qin-ctx merged 23 commits intovolcengine:mainfrom Feb 23, 2026
Merged
feat: openviking upload zip and extract on serverside, for add-resource a local dir#249qin-ctx merged 23 commits intovolcengine:mainfrom
qin-ctx merged 23 commits intovolcengine:mainfrom
Conversation
…y - add top-level wait/status/health commands
- Add parse/parsers/media/utils.py with media helpers - Refactor ImageParser.parse(), AudioParser.parse(), VideoParser.parse() to remove content understanding, keep only metadata extraction - Update SemanticProcessor._generate_single_file_summary() to handle media types and call media utils for summary generation - Update TreeBuilder._get_base_uri() to use media utils - Update ResourceNode.get_abstract() and get_overview() to check meta for abstract/overview - Add debug logs and error handling
…ummary - Add _generate_text_summary function for text file processing - Update media utils functions to accept llm_sem and use it to limit concurrent calls - Update _generate_single_file_summary to call _generate_text_summary and media utils functions - Fix import ordering - Fix issue where _generate_file_summaries was creating a new semaphore, now each _generate_single_file_summary handles its own
…fig system improvements
|
openviking seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
ZaynJarvis
reviewed
Feb 22, 2026
ZaynJarvis
reviewed
Feb 22, 2026
ZaynJarvis
approved these changes
Feb 23, 2026
qin-ptr
approved these changes
Feb 23, 2026
qin-ctx
approved these changes
Feb 23, 2026
qin-ctx
approved these changes
Feb 23, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Related Issue
Type of Change
Changes Made
Testing
Checklist
Screenshots (if applicable)
Additional Notes
fix: #168