From 2bfeb3f30fe5fe3d549c327e85fe2da95b8a2dc7 Mon Sep 17 00:00:00 2001 From: Yifeng-Sigma Date: Mon, 8 Jul 2024 14:49:52 -0500 Subject: [PATCH] fix comments for setPayload (#76) * fix comments * modify comments --- packages/js-client-rest/src/qdrant-client.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/js-client-rest/src/qdrant-client.ts b/packages/js-client-rest/src/qdrant-client.ts index e3f8a31..7921c39 100644 --- a/packages/js-client-rest/src/qdrant-client.ts +++ b/packages/js-client-rest/src/qdrant-client.ts @@ -833,9 +833,7 @@ export class QdrantClient { } /** - * Overwrites payload of the specified points - * After this operation is applied, only the specified payload will be present in the point. - * The existing payload, even if the key is not specified in the payload, will be deleted. + * Sets payload values for specified points. * @param collection_name Name of the collection * @param {object} args * - wait: Await for the results to be processed.