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
- Users can manage collections using ``create_collection`` , ``describe_collection`` and ``delete_collection`` calls.
9
+
- Users can specify additional ``source_collection`` parameter during index creation to create index from a collection
10
+
- The ```scale_index``` call is now deprecated in favor of ```configure_index``` , users can now modify both ``pod_type`` and ```replicas``` on existing indexes.
11
+
- Added support for vertical scaling. This can be done by changing ```pod_type ``` via the ```configure_index``` call or during index creation.
12
+
- Updated dependency requirements for grpc client.
0 commit comments