updateVectors

abstract suspend fun updateVectors(name: String, points: List<PointVectors>, wait: Boolean = false)

Update the vectors of existing points, keeping their payload.

qdrant.updateVectors("docs", listOf(PointVectors(PointId.num(1), VectorData.Dense(newEmbedding))))