Skip to content

Commit ead6712

Browse files
committed
chore: update CHANGELOG and version to 0.3.3
1 parent 43394a3 commit ead6712

6 files changed

Lines changed: 80 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.3] - 2026-03-05
6+
7+
### 🚀 New Features
8+
- **NEW**: Parent-Child Chunking — implement parent-child chunking strategy for enhanced context management with hierarchical chunk retrieval
9+
- **NEW**: Knowledge Base Pinning — support pinning frequently-used knowledge bases for quick access
10+
- **NEW**: Fallback Response — add fallback response handling and UI indicators when no relevant results are found
11+
- **NEW**: Image Icon Detection — add image icon detection and filtering functionality for document processing
12+
- **NEW**: Passage Cleaning for Rerank — add passage cleaning functionality for rerank model to improve relevance scoring
13+
- **NEW**: ListChunksByParentIDs — add ListChunksByParentIDs method and enhance chunk merging logic for parent-child retrieval
14+
- **NEW**: GetUserByTenantID — add GetUserByTenantID functionality to user repository and service
15+
16+
### ⚡ Improvements
17+
- Enhanced Docker setup with entrypoint script and skill management
18+
- Enhanced storage engine connectivity check with auto-creation of buckets
19+
- Enhanced MinerU response handling for document parsing
20+
- Enhanced sidebar functionality and UI responsiveness
21+
- Updated chunk size configurations for knowledge base processing
22+
- Enforced maximum length for tool names in MCPTool for safety
23+
- Updated theme and UI styles across components for visual consistency
24+
- Updated at-icon SVG and enhanced input field component
25+
- Standardized border styles and adjusted component styles for improved consistency
26+
27+
### 🐛 Bug Fixes
28+
- Fixed cleanupCtx created at startup potentially expiring before shutdown
29+
530
## [0.3.2] - 2026-03-04
631

732
### 🚀 New Features
@@ -646,6 +671,7 @@ All notable changes to this project will be documented in this file.
646671
- Docker Compose for quick startup and service orchestration.
647672
- MCP server support for integrating with MCP-compatible clients.
648673

674+
[0.3.3]: https://github.com/Tencent/WeKnora/tree/v0.3.3
649675
[0.3.2]: https://github.com/Tencent/WeKnora/tree/v0.3.2
650676
[0.3.1]: https://github.com/Tencent/WeKnora/tree/v0.3.1
651677
[0.3.0]: https://github.com/Tencent/WeKnora/tree/v0.3.0

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img src="https://img.shields.io/badge/License-MIT-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="License">
2323
</a>
2424
<a href="./CHANGELOG.md">
25-
<img alt="Version" src="https://img.shields.io/badge/version-0.3.2-2e6cc4?labelColor=d4eaf7">
25+
<img alt="Version" src="https://img.shields.io/badge/version-0.3.3-2e6cc4?labelColor=d4eaf7">
2626
</a>
2727
</p>
2828

@@ -50,6 +50,18 @@ It adopts a modular architecture that combines multimodal preprocessing, semanti
5050

5151
## ✨ Latest Updates
5252

53+
**v0.3.3 Highlights:**
54+
55+
- 🧩 **Parent-Child Chunking**: Hierarchical parent-child chunking strategy for enhanced context management and more accurate retrieval
56+
- 📌 **Knowledge Base Pinning**: Pin frequently-used knowledge bases for quick access
57+
- 🔄 **Fallback Response**: Fallback response handling with UI indicators when no relevant results are found
58+
- 🖼️ **Image Icon Detection**: Automatic image icon detection and filtering in document processing
59+
- 🧹 **Passage Cleaning for Rerank**: Passage cleaning for rerank model to improve relevance scoring accuracy
60+
- 🐳 **Docker & Skill Management**: Enhanced Docker setup with entrypoint script and skill management
61+
- 🗄️ **Storage Auto-Creation**: Storage engine connectivity check with auto-creation of buckets
62+
- 🎨 **UI Consistency**: Standardized border styles, updated theme and component styles across the application
63+
-**Chunk Size Tuning**: Updated chunk size configurations for knowledge base processing
64+
5365
**v0.3.2 Highlights:**
5466

5567
- 🔍 **Knowledge Search**: New "Knowledge Search" entry point with semantic retrieval, supporting bringing search results directly into the conversation window

README_CN.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img src="https://img.shields.io/badge/License-MIT-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="License">
2323
</a>
2424
<a href="./CHANGELOG.md">
25-
<img alt="版本" src="https://img.shields.io/badge/version-0.3.2-2e6cc4?labelColor=d4eaf7">
25+
<img alt="版本" src="https://img.shields.io/badge/version-0.3.3-2e6cc4?labelColor=d4eaf7">
2626
</a>
2727
</p>
2828

@@ -50,6 +50,18 @@
5050

5151
## ✨ 最新更新
5252

53+
**v0.3.3 版本亮点:**
54+
55+
- 🧩 **父子分块策略**:层级化的父子分块策略,增强上下文管理和检索精度
56+
- 📌 **知识库置顶**:支持置顶常用知识库,快速访问
57+
- 🔄 **兜底回复**:无相关结果时的兜底回复处理及UI指示
58+
- 🖼️ **图片图标检测**:文档处理中的图片图标自动检测与过滤
59+
- 🧹 **Rerank段落清洗**:Rerank模型段落清洗功能,提升相关性评分准确度
60+
- 🐳 **Docker与技能管理**:增强Docker设置,新增入口脚本和技能管理
61+
- 🗄️ **存储桶自动创建**:存储引擎连通性检查增强,支持自动创建存储桶
62+
- 🎨 **UI一致性优化**:统一边框样式、更新主题和组件样式,全面提升视觉一致性
63+
-**分块尺寸调优**:更新知识库处理中的分块大小配置
64+
5365
**v0.3.2 版本亮点:**
5466

5567
- 🔍 **知识搜索**:新增"知识搜索"入口,支持语义检索,可将检索结果直接带入对话窗口

README_JA.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img src="https://img.shields.io/badge/License-MIT-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="License">
2323
</a>
2424
<a href="./CHANGELOG.md">
25-
<img alt="バージョン" src="https://img.shields.io/badge/version-0.3.0-2e6cc4?labelColor=d4eaf7">
25+
<img alt="バージョン" src="https://img.shields.io/badge/version-0.3.3-2e6cc4?labelColor=d4eaf7">
2626
</a>
2727
</p>
2828

@@ -50,6 +50,18 @@
5050

5151
## ✨ 最新アップデート
5252

53+
**v0.3.3 バージョンのハイライト:**
54+
55+
- 🧩 **親子チャンキング**:階層型の親子チャンキング戦略により、コンテキスト管理と検索精度を強化
56+
- 📌 **ナレッジベースのピン留め**:よく使うナレッジベースをピン留めして素早くアクセス
57+
- 🔄 **フォールバックレスポンス**:関連する結果がない場合のフォールバックレスポンス処理とUIインジケーター
58+
- 🖼️ **画像アイコン検出**:ドキュメント処理における画像アイコンの自動検出とフィルタリング
59+
- 🧹 **Rerankパッセージクリーニング**:Rerankモデルのパッセージクリーニング機能で関連性スコアの精度を向上
60+
- 🐳 **Docker・スキル管理**:エントリポイントスクリプトとスキル管理によるDocker環境の強化
61+
- 🗄️ **バケット自動作成**:ストレージエンジン接続チェックの強化、バケットの自動作成をサポート
62+
- 🎨 **UI一貫性**:ボーダースタイルの統一、テーマとコンポーネントスタイルの更新で視覚的一貫性を向上
63+
-**チャンクサイズ最適化**:ナレッジベース処理のチャンクサイズ設定を更新
64+
5365
**v0.3.0 バージョンのハイライト:**
5466

5567
- 🏢 **共有スペース**:共有スペース管理、メンバー招待、メンバー間でのナレッジベースとAgentの共有、テナント分離検索

README_KO.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img src="https://img.shields.io/badge/License-MIT-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="License">
2323
</a>
2424
<a href="./CHANGELOG.md">
25-
<img alt="버전" src="https://img.shields.io/badge/version-0.3.0-2e6cc4?labelColor=d4eaf7">
25+
<img alt="버전" src="https://img.shields.io/badge/version-0.3.3-2e6cc4?labelColor=d4eaf7">
2626
</a>
2727
</p>
2828

@@ -50,21 +50,27 @@
5050

5151
## ✨ 최신 업데이트
5252

53+
**v0.3.3 하이라이트:**
54+
55+
- 🧩 **부모-자식 청킹**: 계층적 부모-자식 청킹 전략으로 컨텍스트 관리 및 검색 정확도 강화
56+
- 📌 **지식베이스 고정**: 자주 사용하는 지식베이스를 고정하여 빠른 접근 지원
57+
- 🔄 **폴백 응답**: 관련 결과가 없을 때 폴백 응답 처리 및 UI 표시기
58+
- 🖼️ **이미지 아이콘 감지**: 문서 처리 시 이미지 아이콘 자동 감지 및 필터링
59+
- 🧹 **Rerank 패시지 클리닝**: Rerank 모델의 패시지 클리닝 기능으로 관련성 점수 정확도 향상
60+
- 🐳 **Docker 및 스킬 관리**: 엔트리포인트 스크립트와 스킬 관리로 Docker 설정 강화
61+
- 🗄️ **버킷 자동 생성**: 스토리지 엔진 연결 확인 강화, 버킷 자동 생성 지원
62+
- 🎨 **UI 일관성**: 테두리 스타일 통일, 테마 및 컴포넌트 스타일 업데이트로 시각적 일관성 향상
63+
-**청크 크기 최적화**: 지식베이스 처리를 위한 청크 크기 구성 업데이트
64+
5365
**v0.3.0 하이라이트:**
5466

5567
- 🏢 **공유 공간**: 멤버 초대, 멤버 간 지식베이스/에이전트 공유, 테넌트 격리 검색을 지원하는 공유 공간
5668
- 🧩 **Agent Skills**: 스마트 추론 에이전트를 위한 사전 로드 스킬과 샌드박스 기반 보안 격리 실행 환경 제공
5769
- 🤖 **커스텀 에이전트**: 지식베이스 선택 모드(전체/지정/비활성화)와 함께 커스텀 에이전트 생성, 설정, 선택 지원
58-
- 📊 **데이터 분석 에이전트**: CSV/Excel 분석용 DataSchema 도구를 포함한 내장 데이터 분석 에이전트 제공
5970
- 🧠 **사고 모드**: LLM과 에이전트의 사고 모드 지원 및 사고 내용 지능형 필터링
6071
- 🔍 **웹 검색 제공자**: DuckDuckGo 외에 Bing, Google 검색 제공자 추가
61-
- 📋 **FAQ 강화**: 일괄 임포트 드라이런, 유사 질문, 검색 결과 매칭 질문, 대용량 임포트 객체 스토리지 오프로딩
62-
- 🔑 **API Key 인증**: Swagger 문서 보안과 함께 API Key 인증 메커니즘 제공
63-
- 📎 **입력창 내 선택**: 입력창에서 지식베이스/파일을 직접 선택하고 @멘션 표시 지원
6472
- ☸️ **Helm Chart**: Neo4j GraphRAG 지원을 포함한 Kubernetes 배포용 완전한 Helm Chart 제공
65-
- 🌍 **국제화(i18n)**: 한국어(한국어) 언어 지원 추가
66-
- 🔒 **보안 강화**: SSRF 안전 HTTP 클라이언트, 향상된 SQL 검증, MCP stdio 전송 보안, 샌드박스 실행
67-
-**인프라**: Qdrant 벡터 DB 지원, Redis ACL, 로그 레벨 설정, Ollama 임베딩 최적화, `DISABLE_REGISTRATION` 제어
73+
- 🔒 **보안 강화**: SSRF 안전 HTTP 클라이언트, 향상된 SQL 검증, MCP stdio 전송 보안
6874

6975
**v0.2.0 하이라이트:**
7076

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2
1+
0.3.3

0 commit comments

Comments
 (0)