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
* regenerate client
* regen grpc client
* document build process
* work from Zein in #272
* update rest client with optional field
* code refactor and better naming
* remove shapely as a dependency
* fix typing
---------
Co-authored-by: zzzz-vincent <wenzishen.vincent@hotmail.com>
Co-authored-by: generall <andrey@vasnetsov.com>
description="Interior lines (if present) bound holes within the surface each GeoLineString must consist of a minimum of 4 points, and the first and last points must be the same.",
497
+
)
498
+
499
+
474
500
classGeoRadius(BaseModel, extra="forbid"):
475
501
"""
476
502
Geo filter request Matches coordinates inside the circle of `radius` and center with coordinates `center`
@@ -1618,7 +1644,7 @@ class UpdateCollection(BaseModel, extra="forbid"):
1618
1644
1619
1645
vectors: Optional["VectorsConfigDiff"] =Field(
1620
1646
default=None,
1621
-
description="Vector data parameters to update. It is possible to provide one config for single vector mode and list of configs for multiple vectors mode.",
1647
+
description="Map of vector data parameters to update for each named vector. To update parameters in a collection having a single unnamed vector, use an empty string as name.",
0 commit comments