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
fix: validate reindex arguments before use (#2098 review)
Validate the tenants argument of update_property_index and
rebuild_property_index as str | List[str] | None before the csv join so
invalid input raises WeaviateInvalidInputError instead of a raw
TypeError, matching the library's _validate_input idiom already applied
to property_name/index_name. Document the WeaviateInvalidInputError in
the affected docstrings and cover the validation with mock tests.
0 commit comments