May 8, 2026
MongoDB Support for LangGraph.js Long-Term Memory
What it is: LangGraph.js now supports MongoDB as the backend for long-term agent memory, adding to the short-term memory (Checkpointers) already available. The MongoDB Memory Store keeps and retrieves cross-session data, with support for semantic memory search powered by either an client-side embeddings provider or MongoDB Atlas Automated Embeddings, which generates and indexes vector embeddings server-side via Voyage AI models.Who it's for: JavaScript and TypeScript developers building LangGraph agents and want a unified database for conversation history, long-term memory, and semantic search.Why it matters: MongoDB is now a first-class option at every layer of LangGraph.js memory. Teams already running on MongoDB can now keep agent memory in the same database as their operational data: no additional infrastructure for conversation state, long-term storage, or vector search. Semantic memory search lets agents retrieve memories based on meaning, surfacing past context that matches the current conversation. Automated Embeddings removes the last piece of friction: instead of provisioning and calling a separate embedding service, MongoDB handles vectorization server-side, keeping application code focused on agent logic.How to get started: See LangGraph.js Memory documentation for step-by-step examples covering MongoDB checkpointers, stores, and semantic search or head directly to our official tutorial.
AI-powered toolingAI RetrievalMongoDB AI Frameworks
May 7, 2026
MongoDB 8.3
What it is: The latest MongoDB version with security hardening, availability, and performance improvements, and expanded query expressions for native type coercion and string manipulations.Who it's for: Users looking for enhanced price-performance.Why it matters: MongoDB 8.3 delivers compounding efficiency gains: better performance per dollar, lower operational friction, and faster app development by optimizing core database fundamentals while adding new search, vector search, and query capabilities.How to get started: Upgrade your Atlas clusters to the latest version with Auto Upgrade or download the Enterprise Advanced and Community versions of MongoDB 8.3 from the MongoDB download center. Please check MongoDB 8.3 release notes for more details.
SecurityAvailabilityDurabilityMongoDB AtlasMongoDB Community EditionMongoDB Enterprise AdvancedMongoDB Atlas for GovernmentCloud ManagerKubernetes Operator (Enterprise & Atlas)Ops Manager
May 7, 2026
Now in Public Preview: Automated Embedding in MongoDB Vector Search on Atlas
What it is: Automated Embedding enables developers to build semantic search in minutes using Voyage AI models, without needing external pipelines or machine learning expertise. With a single click, vector embeddings are generated directly in the database and remain synchronized as the underlying data changes.Who it's for: Atlas developers who want to build semantic search without managing external embedding pipelines or machine learning infrastructure. This is useful for teams building RAG applications, recommendation engines, or AI agents who need embeddings to stay in sync as data changes.Why it matters: Building semantic search traditionally requires standing up separate embedding pipelines, managing model integrations, and keeping vectors in sync as data changes. Automated Embedding eliminates that overhead entirely. Embeddings are generated and updated automatically at the field level, in near real-time, with token usage and index health visible directly in the Atlas UI.How to get started: Automated Embeddings is now available in MongoDB Vector Search on Atlas. Learn more in the documentation.
AI RetrievalMulti-cloudMongoDB AtlasVoyage AI by MongoDBVector SearchMongoDB Atlas SearchHybrid SearchSearch NodesEmbedding ModelsMongoDB AI Frameworks