<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LLM记忆 on Text Matrix</title><link>https://txtmix.com/tags/llm%E8%AE%B0%E5%BF%86/</link><description>Recent content in LLM记忆 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/llm%E8%AE%B0%E5%BF%86/index.xml" rel="self" type="application/rss+xml"/><item><title>cognee：把知识图谱塞进 LLM 长期记忆的开源引擎怎么工作</title><link>https://txtmix.com/posts/tech/topoteretes-cognee-graph-rag-llm-memory-engine-guide/</link><pubDate>Sun, 28 Jun 2026 21:14:10 +0800</pubDate><guid>https://txtmix.com/posts/tech/topoteretes-cognee-graph-rag-llm-memory-engine-guide/</guid><description>&lt;h1 id="cognee把知识图谱塞进-llm-长期记忆的开源引擎怎么工作">cognee：把知识图谱塞进 LLM 长期记忆的开源引擎怎么工作&lt;/h1>
&lt;p>&lt;code>cognee&lt;/code> 这个仓库真正解决的不是「让 LLM 记住对话」，而是&lt;strong>让 Agent 拥有一个可独立部署、可换数据库、可改 Schema 的长期记忆层&lt;/strong>。24k+ Star、Apache-2.0、Python 1.2.2（2026-06-26 发布），它把传统 RAG 的「向量检索 → 文档片段」改写成「图谱实体 + 关系 + 嵌入」三元召回，并对外同时暴露 &lt;code>add/cognify/search&lt;/code>（V1 任务流水线 API）与 &lt;code>remember/recall/improve/forget&lt;/code>（V2 记忆语义 API）。理解它要先拆清它里面其实并行着三套互相独立但被同一份数据编织在一起的机制：任务流水线、知识图谱本体、以及多源召回路由。&lt;/p></description></item></channel></rss>