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

Add config types to weaviate.output

Open dirkkul opened this issue 1 year ago • 1 comments
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

dirkkul avatar Mar 18 '24 04:03 dirkkul

Implemented in https://github.com/weaviate/weaviate-python-client/pull/973

tsmith023 avatar Mar 22 '24 16:03 tsmith023