From 281f05f23acc7f1411bb2c7e97b00b0c13b98dd1 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 16 Oct 2025 21:55:46 +0200 Subject: [PATCH] Update documentation for mem0ai v1.0.0 upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version to 1.2.0 - Update architecture diagram to show v1.0.0 - Update Technology Stack with new versions - Add recent updates about v1.0.0 upgrade - Document Neo4j 5.28+ requirement - Document OpenAI 2.x support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 125efb4..400d585 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ Clients (n8n, Claude Code, Custom Apps) │ HTTP/SSE+stdio │ FastAPI │ └─────────────────┴───────────────────┘ ↓ -Mem0 Core Library (v0.1.118) +Mem0 Core Library (v1.0.0) ↓ -┌─────────────────┬───────────────────┬───────────────────┐ -│ Supabase │ Neo4j │ OpenAI │ -│ Vector Store │ Graph Store │ Embeddings+LLM │ -│ pgvector │ Cypher Queries │ text-embedding-3 │ -└─────────────────┴───────────────────┴───────────────────┘ +┌─────────────────┬───────────────────┬──────────────────────┐ +│ Supabase │ Neo4j 5.28+ │ OpenAI / Ollama │ +│ Vector Store │ Graph Store │ Embeddings+LLM │ +│ pgvector │ Cypher Queries │ Async by default │ +└─────────────────┴───────────────────┴──────────────────────┘ ``` ## Quick Start @@ -250,9 +250,9 @@ t6_mem0_v2/ ## Technology Stack -- **Core**: mem0ai library (v0.1.118+) +- **Core**: mem0ai library v1.0.0 (async by default, v1.1 API) - **Vector DB**: Supabase with pgvector -- **Graph DB**: Neo4j 5.x +- **Graph DB**: Neo4j 5.28+ - **LLM Options**: - OpenAI API (GPT-4o-mini, text-embedding-3-small) - Ollama (Llama 3.1, Mistral, nomic-embed-text) @@ -321,11 +321,14 @@ Proprietary - All rights reserved --- **Status**: Phase 2 Complete - Production Ready with Ollama Support -**Version**: 1.1.1 +**Version**: 1.2.0 **Last Updated**: 2025-10-16 ## Recent Updates +- **2025-10-16**: ✅ Upgraded to mem0ai v1.0.0 (async by default, v1.1 API, improved retrieval) +- **2025-10-16**: ✅ Updated Neo4j to 5.28+ (required by langchain-memgraph) +- **2025-10-16**: ✅ Removed OpenAI version upper limit (now supports OpenAI 2.x) - **2025-10-16**: ✅ Fixed timezone configuration (Europe/Prague) - **2025-10-16**: ✅ Fixed mem0 library hardcoded US/Pacific timezone - **2025-10-16**: ✅ Added missing ollama Python library dependency