February 19, 2026
Now GA: Port Mapping for Google Private Service Connect (PSC) on MongoDB Atlas
What it is: Google Private Service Connect (PSC) port-mapping enables consumer virtual machines to target specific service ports on a producer virtual machine - this capability is now added to MongoDB Atlas. Who it’s for: This feature is for Cloud Architects and DevOps teams managing Atlas deployments on Google Cloud using Private Service Connect (PSC) who need to optimize network resource usage and simplify connection management.Why it matters: Private Service Connect (PSC) Port-mapping reduces infrastructure complexity and resource consumption by eliminating the need for multiple service endpoints, forwarding rules, and IP addresses. This improvement streamlines configuration and management, removing the requirement for complex scripts or full redeployments when scaling services. It also makes the PSC deployment faster.How to get started: Click the documentation link below for a step-by-step guide on how to get started with Private Service Connect (PSC) port-mapping in Atlas.
DevOps ToolingSecurityMulti-cloudMongoDB AtlasTerraform Provider for MongoDBMulti-cloud Clusters
January 15, 2026
Now in Public Preview: Automated Embedding in Vector Search (in Community Edition)
What it is: Automated text embedding allows MongoDB Community users to create vector search indexes that automatically generate, store, and query text embeddings using Voyage AI models. This feature eliminates the need for manual embedding pipelines by managing the transformation of documents into vectors directly through a new autoEmbed field type in vectorSearch index definitions. Use with your favorite MongoDB language drivers, AI frameworks like LangChain and LangGraph, and the MongoDB MCP server.Who it’s for: This is for MongoDB Community Edition developers who want to implement semantic search but lack the specialized machine learning infrastructure to manage external embedding generation. It specifically serves teams looking to rapidly build AI-native applications or migrate to the latest embedding models with minimal integration complexity.Why it matters: The integration simplifies the developer workflow by replacing a multi-step, error-prone manual process with a single-click experience for semantic search. By handling vector synchronization and query embedding automatically, the product reduces maintenance overhead and accelerates the time to market for local and on-premises AI applications.How to get started:Automated Embedding in MongoDB Vector Search in Community Edition is available now, with MongoDB Atlas and MongoDB Vector Search in Enterprise Edition access coming soon. Jump in with our quick start guide.
AI RetrievalMongoDB Community EditionVoyage AI by MongoDBMongoDB Atlas SearchVector SearchEmbedding ModelsHybrid SearchSearch NodesMongoDB AI Frameworks
January 15, 2026
The Voyage 4 Series Now Available
What it is:The Voyage 4 series is a new generation of text embedding models consisting of voyage-4-large, voyage-4, voyage-4-lite, and the open-weights voyage-4-nano. All models in the series share a compatible embedding space, eliminating the constraint of using the same embedding model at both document indexing and query time. Users can index with voyage-4-large for maximum retrieval quality, then query with any Voyage 4 model to optimize quality-latency-cost tradeoffs per use case.Who it’s for: These new models are designed to serve teams seeking even more accurate retrieval, as well as the new wave of AI developers building context-engineered agents and AI systems with long-term memory.Why it matters: Previous generations of embedding models required using identical models to embed both queries and documents. By sharing embedding spaces between models, the Voyage 4 model series enables flexibility in the way embeddings are generated: for example, using voyage-4-large for document/chunk embeddings and voyage-4-lite for query embeddings.How to get started:Sign up, generate a model API key, and get 200M free tokens on our latest models. Dive into the documentation and start building with the quick start.
AI RetrievalAI-powered toolingMongoDB AtlasVoyage AI by MongoDBEmbedding Models