weaviate-python-client
weaviate-python-client copied to clipboard
Add `user_provided_vectors` as an alternative to `none` in NamedVectors
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.