From 87700edca85202b1dc80bb7aeff3f02eea40ad87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Coss=C3=ADo?= Date: Tue, 3 Dec 2024 13:06:46 -0600 Subject: [PATCH] fix typo in snippet --- qdrant-landing/content/documentation/concepts/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdrant-landing/content/documentation/concepts/search.md b/qdrant-landing/content/documentation/concepts/search.md index 0f7f04cab..ca9637ca5 100644 --- a/qdrant-landing/content/documentation/concepts/search.md +++ b/qdrant-landing/content/documentation/concepts/search.md @@ -687,7 +687,7 @@ Example: ```http POST /collections/{collection_name}/points/query { - "": [0.2, 0.1, 0.9, 0.7], + "query": [0.2, 0.1, 0.9, 0.7], "with_vectors": true, "with_payload": true }