Hi there,
I have noticed that the shorthand function for creating a payload index asynchronously is missing a case statement. Therefore, I get an IllegalArgumentException when I try to create an index with the payload schema type UUID.
java.lang.IllegalArgumentException: Invalid schemaType: 'Uuid'
at io.qdrant.client.QdrantClient.createPayloadIndexAsync(QdrantClient.java:2163)
I can confirm that manually creating the builder creates the index as intended.
Regards,
canleon
Hi there,
I have noticed that the shorthand function for creating a payload index asynchronously is missing a case statement. Therefore, I get an IllegalArgumentException when I try to create an index with the payload schema type UUID.
I can confirm that manually creating the builder creates the index as intended.
Regards,
canleon