updateVectors
Update the vectors of existing points, keeping their payload.
qdrant.updateVectors("docs", listOf(PointVectors(PointId.num(1), VectorData.Dense(newEmbedding))))Content copied to clipboard
Update the vectors of existing points, keeping their payload.
qdrant.updateVectors("docs", listOf(PointVectors(PointId.num(1), VectorData.Dense(newEmbedding))))