Google Cloud 推出 Always-On Memory Agent,用连续 LLM 整合替代 RAG 与嵌入

Google Cloud’s Always-On Memory Agent Replaces RAG and Embeddings With Continuous LLM Consolidation on Gemini 3.1 Flash-Lite

精选理由

Google Cloud 搞了个新代理,不用向量数据库,直接用 Gemini 3.1 Flash-Lite 做记忆整合,比 RAG 更简单高效。

AI 摘要

Google Cloud 发布了 Always-On Memory Agent 参考实现,基于 Gemini 3.1 Flash-Lite 构建。该代理不使用向量数据库或嵌入,而是通过持续 LLM 整合将结构化记忆写入 SQLite。它包含 Ingest、Consolidate 和 Query 三个子代理,由编排器路由。这一方法直接替代了传统 RAG 和嵌入技术,实现 24/7 不间断的记忆管理。

图片来源 · marktechpost
原文 · marktechpost

Google Cloud’s Always-On Memory Agent Replaces RAG and Embeddings With Continuous LLM Consolidation on Gemini 3.1 Flash-Lite

Google Cloud's generative-ai repository ships the Always-On Memory Agent, a reference implementation that treats memory as a running process. Built on Google ADK and Gemini 3.1 Flash-Lite, it uses no vector database and no embeddings. Instead, an orchestrator routes to Ingest, Consolidate, and Query sub-agents that read, connect, and write structured memory into SQLite 24/7. The post Google Cloud’s Always-On Memory Agent Replaces RAG and Embeddings With Continuous LLM Consolidation on Gemini 3.1 Flash-Lite appeared first on MarkTechPost .