hey! anyone having problems using custom node ids with Qdrant? if I leave the default node id of type UUID, the node is ingested fine, but if I customize the id to any other value, I get a very weird error:
Plain Text
qdrant_client.http.exceptions.UnexpectedResponse: Unexpected Response: 400 (Bad Request)
Raw response content:
b'{"status":{"error":"Format error in JSON body: data did not match any variant of untagged enum PointInsertOperations"},"time":0.0}'