Christian Gjedrem
Christian Gjedrem
In my case ``` client = chromadb.HttpClient(host='127.0.0.1', port=8000, settings=Settings(allow_reset=True, anonymized_telemetry=False)) print(client.heartbeat()) ``` did work while this ``` client = chromadb.HttpClient(host='localhost', port=8000, settings=Settings(allow_reset=True, anonymized_telemetry=False)) print(client.heartbeat()) ``` did not. Hope that helps
I am using this serialization which is very easy and handy for the newest Microsoft Graph 5.74.0. Since the newest changes the .AdditionalDataProperty is as many mentioned, here an UntypedObject...