<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>知识图谱 on Text Matrix</title><link>https://txtmix.com/tags/%E7%9F%A5%E8%AF%86%E5%9B%BE%E8%B0%B1/</link><description>Recent content in 知识图谱 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:20:36 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/%E7%9F%A5%E8%AF%86%E5%9B%BE%E8%B0%B1/index.xml" rel="self" type="application/rss+xml"/><item><title>agentmemory：基于真实世界基准的AI编码Agent持久记忆方案</title><link>https://txtmix.com/posts/tech/agentmemory-persistent-memory-ai-coding-agent/</link><pubDate>Thu, 14 May 2026 16:09:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/agentmemory-persistent-memory-ai-coding-agent/</guid><description>&lt;h1 id="agentmemory基于真实世界基准的ai编码agent持久记忆方案">agentmemory：基于真实世界基准的AI编码Agent持久记忆方案&lt;/h1>
&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>&lt;strong>agentmemory&lt;/strong> 由 rohitg00 开发，星数 &lt;strong>8,294&lt;/strong>，Forks 700，是一个为 AI 编码 Agent 提供持久记忆能力的开源库，基于自研的 &lt;a href="https://github.com/iii-hq/iii" target="_blank" rel="noopener noreffer ">iii&lt;/a> 引擎构建。&lt;/p>
&lt;p>项目解决了 AI 编码 Agent 面临的核心痛点：每次新会话都要重新向 Agent 解释上下文。agentmemory 让 Agent 记住一切，核心指标出色：R@5 检索精度 95.2%，Token 节省 92%，提供 51 个 MCP 工具和 12 个自动 Hook，零外部数据库依赖。&lt;/p></description></item><item><title>Graphify：如何将任意文件夹转化为可查询的知识图谱</title><link>https://txtmix.com/posts/tech/graphify-knowledge-graph-code-docs-guide/</link><pubDate>Thu, 30 Apr 2026 11:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/graphify-knowledge-graph-code-docs-guide/</guid><description>&lt;h1 id="graphify如何将任意文件夹转化为可查询的知识图谱">Graphify：如何将任意文件夹转化为可查询的知识图谱&lt;/h1>
&lt;blockquote>
&lt;p>Graphify 是一个由 Python 驱动、本地运行的 AI 编码助手技能，能将代码、文档、PDF、图片甚至视频转化为可查询的知识图谱。38,379 GitHub Stars、MIT 许可证、Python 3.10+ 即可运行，无需 Neo4j、无需服务器。在 Karpathy 的混合语料（52 个文件）测试中，每个查询的 token 消耗比直接读取原始文件降低 &lt;strong>71.5 倍&lt;/strong>。&lt;/p>&lt;/blockquote></description></item><item><title>GitNexus：为零服务器代码智能分析而生的知识图谱引擎</title><link>https://txtmix.com/posts/tech/gitnexus-zero-server-code-intelligence-engine/</link><pubDate>Wed, 29 Apr 2026 20:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/gitnexus-zero-server-code-intelligence-engine/</guid><description>&lt;h1 id="gitnexus为零服务器代码智能分析而生的知识图谱引擎">GitNexus：为零服务器代码智能分析而生的知识图谱引擎&lt;/h1>
&lt;h2 id="什么是-gitnexus">什么是 GitNexus？&lt;/h2>
&lt;p>&lt;strong>GitNexus&lt;/strong>（&lt;a href="https://github.com/abhigyanpatwari/GitNexus" target="_blank" rel="noopener noreffer ">abhigyanpatwari/GitNexus&lt;/a>）是一个&lt;strong>客户端知识图谱创建工具&lt;/strong>，可以将任意代码仓库索引为交互式知识图谱，让 AI 智能体在编程时获得完整的架构级代码理解。&lt;/p></description></item><item><title>RAG-Anything：港大开源的全能多模态 RAG 框架，一站式处理文本/图片/表格/公式</title><link>https://txtmix.com/posts/tech/rag-anything-hku-multimodal-rag/</link><pubDate>Mon, 27 Apr 2026 01:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/rag-anything-hku-multimodal-rag/</guid><description>&lt;h1 id="rag-anything港大开源的全能多模态-rag-框架一站式处理文本图片表格公式">RAG-Anything：港大开源的全能多模态 RAG 框架，一站式处理文本/图片/表格/公式&lt;/h1>
&lt;p>传统 RAG 系统只能处理纯文本，遇到图片、表格、公式就傻眼了。现代文档越来越多元——论文里有图表，金融报告里有数据表格，产品手册里有公式——传统 text-focused RAG 根本处理不了。&lt;/p></description></item><item><title>TensorLogic：Pedro Domingos论文实现·神经符号统一推理框架·FB15k-237基准MRR 0.347</title><link>https://txtmix.com/posts/tech/tensorlogic-ai-unified-reasoning-guide/</link><pubDate>Fri, 24 Apr 2026 19:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/tensorlogic-ai-unified-reasoning-guide/</guid><description>&lt;h1 id="tensorlogicpedro-domingos论文实现神经符号统一推理框架fb15k-237基准mrr-0347">TensorLogic：Pedro Domingos论文实现·神经符号统一推理框架·FB15k-237基准MRR 0.347&lt;/h1>
&lt;h2 id="一项目概述">一、项目概述&lt;/h2>
&lt;h3 id="11-tensorlogic是什么">1.1 TensorLogic是什么&lt;/h3>
&lt;p>&lt;strong>TensorLogic&lt;/strong> 是一个基于 &lt;strong>&amp;ldquo;Tensor Logic: The Language of AI&amp;rdquo;&lt;/strong> 论文（Pedro Domingos, arXiv:2510.12269）的 &lt;strong>Python实现&lt;/strong>，旨在通过 &lt;strong>Tensor方程&lt;/strong> 统一 &lt;strong>神经推理&lt;/strong> 和 &lt;strong>符号推理&lt;/strong>，为AI提供一种结合神经网络学习能力与逻辑推理可解释性的新范式。&lt;/p></description></item><item><title>RAG-Anything：港大开源多模态RAG框架，一站式处理文本/图像/表格/公式</title><link>https://txtmix.com/posts/tech/rag-anything-multimodal-rag-framework/</link><pubDate>Wed, 22 Apr 2026 16:25:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/rag-anything-multimodal-rag-framework/</guid><description>&lt;h1 id="rag-anything港大开源多模态rag框架一站式处理文本图像表格公式">RAG-Anything：港大开源多模态RAG框架，一站式处理文本/图像/表格/公式&lt;/h1>
&lt;h2 id="-概述">🎯 概述&lt;/h2>
&lt;p>&lt;strong>RAG-Anything&lt;/strong> 是香港大学（HKUDS）开发的&lt;strong>下一代多模态 RAG（检索增强生成）框架&lt;/strong>。它能够一站式处理&lt;strong>文本、图像、表格、公式、图表&lt;/strong>等多种类型的文档内容，构建多模态知识图谱，实现跨模态检索与智能问答。&lt;/p></description></item><item><title>Cognee：16K Stars的AI Agent记忆引擎——让大模型拥有持续学习的知识图谱</title><link>https://txtmix.com/posts/tech/cognee-ai-agent-memory-knowledge-engine/</link><pubDate>Fri, 17 Apr 2026 16:32:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/cognee-ai-agent-memory-knowledge-engine/</guid><description>&lt;h1 id="cognee16k-stars的ai-agent记忆引擎">Cognee：16K Stars的AI Agent记忆引擎&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：LLM应用开发者、RAG系统工程师、AI Agent研究者、企业知识管理
&lt;strong>前置知识&lt;/strong>：Python基础、LLM API使用经验、对RAG有基本了解
&lt;strong>技术栈&lt;/strong>：Python 3.10-3.13 / 向量数据库 / 图数据库 / Pydantic
&lt;strong>难度定位&lt;/strong>：⭐⭐⭐⭐ 专家设计&lt;/p></description></item><item><title>MemPalace：47.3k Stars史上最高分AI记忆系统，96.6% R@5零API调用</title><link>https://txtmix.com/posts/tech/mempalace-ai-memory-system-guide/</link><pubDate>Mon, 13 Apr 2026 10:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/mempalace-ai-memory-system-guide/</guid><description>&lt;h1 id="mempalace473k-stars史上最高分ai记忆系统">MemPalace：47.3k Stars史上最高分AI记忆系统&lt;/h1>
&lt;h2 id="项目概述">项目概述&lt;/h2>
&lt;p>&lt;strong>MemPalace&lt;/strong>是由milla-jovovich团队开发的开源AI记忆系统，核心特点是「基于记忆宫殿（Method of Loci）原理，让AI记住一切」。与传统的记忆系统不同，MemPalace不依赖云API、不需要订阅、完全本地运行，且在LongMemEval（长程记忆评估基准）基准测试中取得了&lt;strong>史上最高分96.6%&lt;/strong>。&lt;/p></description></item><item><title>Rowboat完全指南：将工作转为知识图谱的AI同事</title><link>https://txtmix.com/posts/tech/rowboat-ai-knowledge-graph-coworker-guide/</link><pubDate>Sat, 11 Apr 2026 00:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/rowboat-ai-knowledge-graph-coworker-guide/</guid><description>&lt;h1 id="rowboat完全指南将工作转为知识图谱的ai同事">Rowboat完全指南：将工作转为知识图谱的AI同事&lt;/h1>
&lt;h2 id="1-学习目标">§1 学习目标&lt;/h2>
&lt;p>通过本文，您将掌握：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>理解Rowboat的核心价值&lt;/strong>：为什么将工作转为知识图谱是AI办公的新范式&lt;/li>
&lt;li>&lt;strong>掌握全部集成能力&lt;/strong>：Gmail、Google Calendar、Fireflies等&lt;/li>
&lt;li>&lt;strong>熟练使用知识图谱&lt;/strong>：Obsidian兼容、本地存储、背链&lt;/li>
&lt;li>&lt;strong>理解架构设计&lt;/strong>：长期记忆、知识关联、本地优先&lt;/li>
&lt;li>&lt;strong>掌握进阶用法&lt;/strong>：私有化部署、自定义LLM、MCP集成&lt;/li>
&lt;/ol>
&lt;hr>
&lt;h2 id="2-项目概述">§2 项目概述&lt;/h2>
&lt;h3 id="21-什么是rowboat">2.1 什么是Rowboat？&lt;/h3>
&lt;p>&lt;strong>Rowboat&lt;/strong>是开源AI同事工具，将您的工作（邮件、会议、决策）转化为&lt;strong>持久的知识图谱&lt;/strong>，然后Agent能够基于这些上下文采取行动。&lt;/p></description></item></channel></rss>