weaviate-python-client icon indicating copy to clipboard operation
weaviate-python-client copied to clipboard

Add `user_provided_vectors` as an alternative to `none` in NamedVectors

Open databyjp opened this issue 1 year ago • 0 comments

The client API uses .none() method to indicate user-provided vectors. This has caused some confusion with users in the past.

An additional, user_provided_vectors method is proposed with the exact same functionality.

databyjp avatar Feb 25 '25 10:02 databyjp