v1.2.4
ogx-ai/ogxv1.2.4Aug 20, 2026by skamenan7
AI Summary
This release ensures vector store metadata is persisted to the configured KV store for Milvus, Chroma, and Weaviate, allowing stores to survive server restarts. It also updates the UI lockfile to use the client version 1.2.3.
Key Highlights
- Persist vector store metadata to KV store
- Update UI lockfile to use ogx-client 1.2.3
Full Release Notes
## Fixes - Persist vector store metadata to the configured KV store for Milvus, Chroma, and Weaviate so registered vector stores remain queryable after server restarts and across worker instances. ([#6371](https://github.com/ogx-ai/ogx/pull/6371), backport [#6420](https://github.com/ogx-ai/ogx/pull/6420)) ## Maintenance - Update the UI lockfile to use `ogx-client` 1.2.3. ([#6407](https://github.com/ogx-ai/ogx/pull/6407)) **Full changelog:** https://github.com/ogx-ai/ogx/compare/v1.2.3...v1.2.4