feat: add zhipu_ocr and remove knowledgebase#212
Open
TNCNBO wants to merge 4 commits intoHKUDS:mainfrom
Open
Conversation
…ntext handling - Remove RelevanceAnalyzer agent and consolidate workflow to two core agents - Rename knowledge_context parameter to context for broader applicability - Make context parameter optional in GenerateAgent.process() with sensible default - Update agent documentation to reflect simplified responsibilities - Relax numpy version constraint in requirements.txt for better compatibility - Add comprehensive test suite for question generation and mimic functionality - Include sample exam PDF for testing question extraction and generation - Simplify prompt templates to use generic "Context" instead of "Knowledge" - Update all agent imports and exports to remove RelevanceAnalyzer references
…on generation pipeline - Add Zhipu GLM-OCR PDF parser implementation with layout analysis and image extraction - Introduce configurable PDF parser selection (zhipu/mineru) in question config - Increase max parallel questions from 1 to 50 for improved throughput - Extend LLM request timeouts from 120s to 600s for longer-running operations - Add comprehensive test suite for PDF parsing, OCR, extraction, and full pipeline flows - Update exam mimic workflow to dynamically select parser based on configuration - Enhance API responses with parser type information in status messages - Export new Zhipu parser from question tools module
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
A clear and concise description of the changes.
Related Issues
Module(s) Affected
agentsapiconfigcoreknowledgeloggingservicestoolsutilsweb(Frontend)docs(Documentation)scriptstests...Checklist
pre-commit run --all-filesand fixed any issues.Additional Notes
Add any other context or screenshots about the pull request here.