Files
nexus/wiki/entities/Thoth.md
2026-04-28 12:03:10 +08:00

40 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Thoth"
type: entity
tags: [AI-Memory, Context-Substrate, Knowledge-Graph, Dream-Cycle, FAISS]
sources: [ai-memory-tools-two-camps]
last_updated: 2026-04-15
---
## Basic Info
- **Type**: 产品 / AI Memory Tool
- **GitHub**: 145 stars
- **Category**: Camp 2 — Context Substrate
- **Infrastructure**: FAISS
## Summary
小项目但发现了整个领域中架构最深邃的方案之一。Thoth 构建了一个包含 10 种实体类型、由 67 种有向类型化关系连接的个人知识图谱。Dream Cycle 是夜间四阶段过程——重复合并、描述富化、关系推断、置信度衰减。
## Core Architecture
- 10 种实体类型
- 67 种有向类型化关系typed directional relations
- FAISS 向量搜索 + 每次 LLM 调用前一跳图扩展
- 三层反污染机制防止跨实体事实串扰
## Dream Cycle四阶段夜间整合
1. **重复合并**:相似度 ≥ 0.93 的重复项合并
2. **描述富化**:从对话上下文中丰富描述
3. **关系推断**:推断共现实体之间的关系
4. **置信度衰减**:超过 90 天的关系置信度衰减
## Why Only 145 Stars
因为需要用户认真对待 Camp 2 论点,肯为自己的上下文设置知识图谱——大多数人不愿意。大多数人想要一键安装的内存后端。
## Worth Watching
Thoth 的架构是整个 Camp 2 领域最接近自动化知识图谱构建和维护的方案,其反污染机制和置信度衰减是独特的创新。
## Connections
- [[ai-memory-tools-two-camps]] ← 来源 ← Thoth 是架构最深邃的 Camp 2 工具
- [[Context-Substrate]] ← 属于 ← Thoth 是 Context Substrate 范式的代表工具
- [[Dream-Cycle]] ← 实现 ← Thoth 实现了 Dream Cycle 四阶段夜间整合