You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fea] Added skip_embedding() precept for vector fields. Check embedding configuration for details
[fix] Fixed auto-embedding statistics in #perfstats after vector index update
Replication
[fea] Added queued_namespace_syncs field into #replicationstats. It shows current WAL/force-sync queue size for each node
[fea] Improved namespaces sync ordering. Now replicator tries to achieve better vectors data sharing
[fea] Extended admissible_replication_tokens functionality: now those tokens may be used on leader to protect it from role switch by other node (useful in scenarios, when follower has to become new leader)
Go connector
[fix] Fixed panic in case of inner join with closed namespace
C++ connector
[fea] Added support for array-fields setting via Item::operator[]