weaviate-python-client
weaviate-python-client copied to clipboard
Add config types to weaviate.output
trafficstars
We return a typed config-class from collection.config.get(). The types are currently only available under weaviate.classes because we are using the config-class also as input. We should also add them to weaviate.output to make our typings more consistent
Implemented in https://github.com/weaviate/weaviate-python-client/pull/973