Skip to content

Releases: setsu2420/Personal-KnowledgeBase

v1.2.0 - Thinking Chain, Mermaid/KaTeX, Dark Mode, Multi-turn + Desktop App

Choose a tag to compare

@setsu2420 setsu2420 released this 15 Jul 11:05

🆕 New Features

  • 🧠 Thinking chain display (collapsible reasoning process)
  • 📊 Mermaid diagram rendering (flowcharts, sequence, class, ER)
  • 📐 KaTeX math formula rendering (inline and block)
  • 🌙 Dark mode support (auto-detect via prefers-color-scheme)
  • 💬 Multi-turn conversation history (10-turn context window)
  • 🔍 Project selector with search/filter
  • 🏗️ Vite code splitting for faster load
  • 🖥️ macOS desktop app (.dmg distributable)

🔧 Fixes

  • Fix thinking SSE cross-chunk detection (pendingBuf accumulation)
  • Fix Mermaid 11.x async API compatibility
  • Fix Vite 8.x manualChunks function signature
  • Fix image lazy loading

⚡ Infrastructure

  • 16 DB performance indexes
  • HikariCP pool optimization (max 20, min-idle 5)
  • Gzip compression, Keep-alive timeout
  • Auto-updater latest.json

v1.0.0

Choose a tag to compare

@setsu2420 setsu2420 released this 06 Jul 08:18

智能情报分析平台 v1.0.0

首个公开发布版本。

下载

平台 文件
macOS (Apple Silicon) 智能情报分析平台_1.0.0_aarch64.dmg

环境要求

  • macOS 10.15+ (Apple Silicon)
  • Java 21+ (后端运行依赖)
  • LLM API 密钥 (DeepSeek / OpenAI / SiliconFlow 等)

主要功能

  • Graph-RAG 智能问答(知识图谱增强检索)
  • 深度研究(多步推理 + 跨资料综合)
  • 四信号知识图谱 + Louvain 社区检测
  • 矛盾检测与方向建议
  • 多格式文档管理(PDF/Word/Excel/图片OCR)
  • 双空间架构(前台分析 + 后台管理)
  • 向量语义搜索(FAISS + Embedding)
  • 桌面应用(系统托盘、全局快捷键、自动更新)

已知限制

  • 仅提供 macOS ARM64 版本
  • 首次启动需要配置 LLM API 密钥