Skip to content

huqianghui/mindforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

198 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mindforge

A personal knowledge forge — notes on AI engineering, cloud architecture, philosophy of technology, and the craft of building with modern tools.

This vault captures reading notes, technical deep-dives, and reflections from an architect's perspective. Topics span AI-native development workflows, context engineering, ontology-driven data platforms, and DevOps practices.

Wiki Knowledge Graph

LLM-wiki

View Live Graph — Interactive force-directed visualization of the personal knowledge wiki, covering concepts, methods, decisions, and their typed relations.

Click any node to inspect its claims, confidence scores, and connections. Filter by node type, relation type, or search by keyword.


使用手册 / How to Use

本仓库是一个 Obsidian 个人知识库(Personal Knowledge Compiler),由三层构成:

  • 文章与笔记Notes/ Azure/ paper/ book/ product/)—— 长文与阅读笔记
  • 日记daily-work-item/)—— 每日工作流水
  • LLM Wikiwiki/)—— 从日记与文章中编译出的结构化知识:概念 / 方法 / 决策 + 带证据和置信度的 Claims

概览统计

维度 数量
文章与笔记 113(Notes 92 / paper 10 / book 4 / product 4 / Azure 3)
日记 85
Wiki 页面 79 concepts + 15 methods + 7 decisions
Claims(带证据的论断) 402
知识图谱 101 节点 / 327 关系 / 9 种关系类型

统计由 wiki/scripts/export-graph.py 自动生成,更新于 2026-07-03。

1. 语义搜索(qmd)

本地混合搜索引擎(BM25 + 向量 + LLM 重排),已索引全部 .md 文件:

qmd query "如何做知识提取"              # 推荐:智能扩展 + 语义 + 重排
qmd search "RAFT" -c mindforge         # 纯关键词,找专有名词最快
qmd get qmd://mindforge/wiki/index.md  # 直接取文档

索引数据存于 ~/.cache/qmd/index.sqlite(不进 git,源文件始终是本 vault)。改动内容后跑 qmd embed 刷新向量。

2. 浏览知识图谱

  • 在线View Live Graph —— 力导向交互图,点节点看 Claims / 置信度 / 关联,支持类型筛选与关键词搜索
  • 数据源wiki/wiki-graph.json(节点 + 关系 + 分类);可视化前端在 wiki/visualizer/
  • 重新生成python3 wiki/scripts/export-graph.py(扫描 concepts/methods/decisions 重建 JSON)

3. 阅读 Wiki

入口 wiki/index.md——含完整的概念 / 方法 / 决策索引。知识以 Claim 为单元:每条论断带证据来源、置信度(0.0~1.0)、生命周期状态(active / conflicting / outdated / stale)。9 种类型化关系(implements / grounds / extends / …)定义见 wiki/_relations.md

4. 维护命令(Claude Code skills)

/extract-knowledge 提取知识 · /evolve-wiki 演进维护 · /detect-conflict 查冲突 · /knowledge-gap 找差距 · /weekly-review 周报。完整工作流见 wiki/index.md


Articles

Notes/AI

Notes/AI/Context-Engineering

Notes/AI/Claude-Code

Notes/AI/agent

Notes/AI/agent-lightning

Notes/AI/SkillOpt

Notes/AI/Loop-Engineering

Notes/AI/vibe-coding

Notes/AI/voice

Notes/AI/RAG

Notes/AI/inference

Notes/AI/Design-Tools

Notes/DevOps

Notes/tool

Azure

book

product

paper


License

Personal knowledge notes. Feel free to reference with attribution.

About

AI, Azure, Philosophy & Engineering musings — an Obsidian-powered digital forge for deep thinking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors