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

Allow JSON-esque outputs through `str/repr`

Open databyjp opened this issue 1 year ago • 1 comments

Some users have queried how they can produce a JSON-type output in the v4 API.

It may be a nice QoL improvement if this was possible, e.g. through a str/repr function or something like a to_dict() method. Not yet clear what this should look like / how much information this should print to balance verbosity and convenience.

databyjp avatar Feb 16 '24 12:02 databyjp

This would be amazing, especially for results with cross references.

mjsteele12 avatar Sep 25 '24 17:09 mjsteele12