Feature/vlminference issue#33
Merged
Merged
Conversation
- Add LangGraph checkpointing for resumable execution - SQLite-based persistent checkpoints - Auto-generated thread IDs from image paths - Checkpoint management utilities (list, show, delete, clear) - Resume from checkpoint support - Add CLI checkpointing options - --checkpoint: Enable checkpointing - --checkpoint-dir: Custom checkpoint directory - --thread-id: Custom thread ID - --resume: Resume from existing checkpoint - --list-checkpoints, --show-checkpoint, --delete-checkpoint, --clear-checkpoints - --resume-checkpoint: Direct resume from thread ID - Fix bugs - Fix async kwargs mutation in api_pool.py (kwargs.pop modifying original dict) - Fix error list mutation in flow.py (state errors list being modified in place) - Move imports to top of file in flow.py (PEP8) - Remove global logging.basicConfig from api_pool.py (library code) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add eval/ module for Table QA evaluation - dataset.py: Load QA data, create eval datasets (JSON/JSONL) - metrics.py: Evaluation metrics (EM, F1, BLEU, Contains Match) - inference.py: Inference clients (vLLM, OpenAI, Anthropic/Claude) - evaluate.py: Main evaluation pipeline - cli.py: CLI interface for prepare/run/evaluate commands - Add run_claude_public.sh for Claude Sonnet with public domain 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Closed
Collaborator
Author
|
@choijhyeok 님 혹시 시간 되실 때 확인해주세요! 이 버전에서 notion db 붙이는 기능이 도입되면 좋을 것 같습니다 |
added 2 commits
January 7, 2026 14:12
…o-Lab/TableMagnifier into feature/vlminference-issue
Collaborator
|
해당 버전 dev merge 이후 origin branch에 붓겠습니다! |
choijhyeok
approved these changes
Jan 11, 2026
Collaborator
choijhyeok
left a comment
There was a problem hiding this comment.
기존 의존성 설정 merge 후 해당 내용 merge 했습니다.
여기에 notion 적용시켜서 PR 올리겠습니다.
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.
Uh oh!
There was an error while loading. Please reload this page.