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
- Some type validations were moved to the backend for performance reasons. In these cases a 4xx ApiException will be returned instead of an ApiTypeError.
@@ -34,6 +36,5 @@
34
36
-`Index.info` has been removed. See `Index.describe_index_stats()` as an alternative.
35
37
- The `Index()` constructor no longer validates index existence. This is instead done on all operations executed using the Index instance.
0 commit comments