Version 11.12.0¶
This page contains the new features, enhancements, and fixed issues for DataRobot's Self-Managed AI Platform 11.12.0 release.
Agentic AI¶
Memory service embedding models ship in the container image¶
The memory service now bakes its embedding models (text embedding and reranking) into the service container image. Pods start without downloading model weights, which significantly reduces embedding-service startup time and removes the service's dependency on egress to the DataRobot GenAI CDN. The container image grows by approximately 0.7 GB.
Behavior change for offline clusters: The memory service no longer requires embedding model weights in blob storage, and its installation no longer depends on the Generative AI service static files migration. Existing installations require no action—the models arrive with the upgraded container image. To restore the legacy download flow, set memoryservice.embeddingService.modelsBakedIn: false. See Memory service for details.