chore(release): v0.7.0 — Web UI 대개편 + 파싱 리뷰 + 성능 최적화 - #141
Conversation
v0.6.5 이후 28커밋. 웹 UI 대개편(가상화·리치 렌더링·live 그래프·Sessions Linear/반응형 + 달력/정렬/필터) + Graph Insights + ingest 파싱 서브시스템 전면 리뷰(23건 확정 → 21건 반영) + 벡터/그래프 성능 최적화. - workspace version 0.6.5 → 0.7.0 - CHANGELOG.md v0.7.0 섹션 추가 - README(ko/en/ja/zh): 기본 임베딩 표기 bge-m3 → qwen3-embedding:0.6b 정정 (버전이력 행은 보존), ko Web UI 표에 신규 기능(달력/정렬/필터·가상화·리치렌더) 반영 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LVEL1SnCQBtUMeWVy99ebj
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughCHANGELOG.md에 v0.7.0 릴리스 항목이 추가되고 Cargo.toml 버전이 0.7.0으로 갱신되었습니다. 4개 언어 README에서 기본 임베딩 모델 표기가 qwen3-embedding:0.6b/BAAI/bge-m3로 정리되었고, 한국어 README에는 Web UI 기능 설명이 확장되었습니다. Changes릴리스 노트 및 버전 갱신
README 임베딩 모델 및 Web UI 문서 업데이트
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: documentation, release Suggested reviewers: 없음 poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Code Review
This pull request bumps the project version to v0.7.0 and updates the documentation (CHANGELOG.md and various language versions of README.md) to reflect major Web UI enhancements, ingest parsing subsystem improvements, performance optimizations, and a change in the default embedding model to qwen3-embedding:0.6b. The review feedback highlights minor inconsistencies and typos in the updated documentation, specifically suggesting to standardize the embedding model name in README.md and to correct a mixed-language typo in the Japanese README.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| | --------------- | ------------------------------------------------------------ | | ||
| | 멀티 에이전트 수집 | Claude Code, Codex CLI, Gemini CLI, claude.ai, ChatGPT 세션 수집 | | ||
| | 하이브리드 검색 | SQLite FTS5 BM25 + BGE-M3 벡터 검색 + RRF 결합 | | ||
| | 하이브리드 검색 | SQLite FTS5 BM25 + qwen3-embedding 벡터 검색 + RRF 결합 | |
There was a problem hiding this comment.
| | 韓国語 NLP | Lindera ko-dic + Kiwi-rs 形態素解析 | | ||
| | プラットフォーム | macOS, Windows (x86_64), Linux (CI) | | ||
| | エンベディング | Ollama BGE-M3 (1024次元) / ONNX Runtime (オプション) | | ||
| | エンベディング | Ollama `qwen3-embedding:0.6b` (1024次元、デフォルト) / ONNX Runtime `BAAI/bge-m3` (オプション) | |
There was a problem hiding this comment.
README.ja.md 파일의 표에서 'Embedding'을 의미하는 단어가 일본어 가타카나(エン)와 한국어 한글(베딩)이 혼용된 エン베딩으로 잘못 표기되어 있습니다. 일본어 문서의 일관성을 위해 이를 エンベディング으로 수정하는 것이 좋습니다.
| | エンベディング | Ollama `qwen3-embedding:0.6b` (1024次元、デフォルト) / ONNX Runtime `BAAI/bge-m3` (オプション) | | |
| | エンベディング | Ollama `qwen3-embedding:0.6b` (1024次元、デフォルト) / ONNX Runtime `BAAI/bge-m3` (オプション) | |
주요 기능 표의 임베딩 표기를 문서 내 다른 위치(qwen3-embedding:0.6b)와 통일. (ja 한글 혼입 지적은 오탐 — 전부 エンベディング 가타카나로 정상.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LVEL1SnCQBtUMeWVy99ebj
v0.6.5 이후 28커밋을 묶는 minor 릴리즈. CI green 확인 후 머지 →
v0.7.0태그 push 로 release.yml(3-플랫폼 바이너리) 트리거.변경
bge-m3→qwen3-embedding:0.6b정정 (ONNX 경로는 bge-m3 유지, 버전이력 행 보존). ko Web UI 표에 신규 기능(달력·정렬·필터 / 가상화 / 리치 렌더링) 반영.릴리즈 하이라이트 (v0.6.5 → v0.7.0)
검증
cargo check0.7.0 OK, README markdownlint 대상(MD013/MD060 off)에 안전.머지/태그 (규칙)
git tag v0.7.0push → release 빌드Summary by CodeRabbit
qwen3-embedding:0.6b로 안내되고, ONNX/ort 경로는BAAI/bge-m3로 정정되었습니다.