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
Removed init_from parameter from collection creation
Removed vectors_count from collection info
REST: Added explicit return types for all API methods
gRPC: [Breaking] Updated @connectrpc/connect dependency to v2
gRPC: Added option to disable gRPC channel compression
gRPC: Deprecated data, indices, and vectors_count from VectorOutput. So, introduced helpers for getting each variant: toDenseVector, toSparseVector, toMultiDenseVector.