Uses of Interface
io.metaloom.qdrant.client.http.model.point.PointsUpsertRequest
Packages that use PointsUpsertRequest
Package
Description
-
Uses of PointsUpsertRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type PointsUpsertRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.upsertPoints(String collectionName, PointsUpsertRequest request, boolean wait) -
Uses of PointsUpsertRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type PointsUpsertRequestModifier and TypeMethodDescriptionPointMethods.upsertPoints(String collectionName, PointsUpsertRequest request, boolean wait) Perform insert + updates on points. -
Uses of PointsUpsertRequest in io.metaloom.qdrant.client.http.model.point
Classes in io.metaloom.qdrant.client.http.model.point that implement PointsUpsertRequest