Uses of Class
io.metaloom.qdrant.client.http.model.point.PointStruct
Packages that use PointStruct
-
Uses of PointStruct in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointStructModifier and TypeMethodDescriptionstatic PointStructPointStruct.of(float... vectorComponent) static PointStructPointStruct.setId(long id) PointStruct.setPayload(com.fasterxml.jackson.databind.JsonNode json) PointStruct.setPayload(Payload payload) PointStruct.setPayload(String json) PointStruct.setVector(float... vector) PointStruct.setVector(VectorData vector) Methods in io.metaloom.qdrant.client.http.model.point that return types with arguments of type PointStructMethods in io.metaloom.qdrant.client.http.model.point with parameters of type PointStructModifier and TypeMethodDescriptionPointsListUpsertRequest.addPoint(PointStruct point) PointsListUpsertRequest.setPoints(PointStruct... points) Method parameters in io.metaloom.qdrant.client.http.model.point with type arguments of type PointStruct