<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mem0 on GAO AI Blog</title><link>https://blog.gao-ai.com/tags/mem0/</link><description>Recent content in Mem0 on GAO AI Blog</description><generator>Hugo -- gohugo.io</generator><language>ja</language><copyright>© ガオ株式会社 All Rights Reserved.</copyright><lastBuildDate>Fri, 26 Jun 2026 10:00:00 +0900</lastBuildDate><atom:link href="https://blog.gao-ai.com/tags/mem0/index.xml" rel="self" type="application/rss+xml"/><item><title>記憶でエージェントを改善するLLMOps 〜 mem0をVertex AI + pgvectorで検証する</title><link>https://blog.gao-ai.com/posts/mem0-memory-layer-gcp-self-host/</link><pubDate>Fri, 26 Jun 2026 10:00:00 +0900</pubDate><guid>https://blog.gao-ai.com/posts/mem0-memory-layer-gcp-self-host/</guid><description>&lt;p&gt;こんにちは。ガオ株式会社の黒澤です。この記事では、AIエージェントに記憶を持たせるメモリレイヤー &lt;a href="https://mem0.ai/" target="_blank" rel="noopener noreferrer"&gt;mem0&lt;/a&gt;
 を Google Cloud 上で動かし、その挙動を検証します。&lt;/p&gt;
&lt;p&gt;結論を先に述べると、mem0 は会話から「ユーザーごとの事実」を LLM で抽出して保存し、後から関連する記憶をベクトル検索で取り出してプロンプトに渡します。再学習も検索基盤の作り込みも要らず、&lt;code&gt;add&lt;/code&gt; と &lt;code&gt;search&lt;/code&gt; だけでユーザー単位の記憶が溜まっていきます。今回は LLM・Embedder ともに Google Cloud の Vertex AI（Gemini Enterprise Agent Platform、旧 Vertex AI）を API キーなしで呼び、保存先を pgvector（PostgreSQL）とする構成で、記憶の保存・想起から、記憶を使うエージェント、複数エージェント間での共有まで動かしました。&lt;/p&gt;</description></item></channel></rss>