From ebfd5c100f4692c72ea18ad4b6c2c89a2f86cd26 Mon Sep 17 00:00:00 2001 From: Andrey Vasnetsov Date: Sun, 13 Oct 2024 21:07:49 +0200 Subject: [PATCH] Update explore.md (#1234) --- qdrant-landing/content/documentation/concepts/explore.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qdrant-landing/content/documentation/concepts/explore.md b/qdrant-landing/content/documentation/concepts/explore.md index 8defe64fb..2cc98c597 100644 --- a/qdrant-landing/content/documentation/concepts/explore.md +++ b/qdrant-landing/content/documentation/concepts/explore.md @@ -1533,7 +1533,7 @@ POST /collections/{collection_name}/points/search/matrix/offsets ```python from qdrant_client import QdrantClient, models -client.search_matrix_pairs( +client.search_matrix_offsets( collection_name="{collection_name}", sample=10, limit=2, @@ -1663,4 +1663,4 @@ Returns "ids": [1, 2, 3, 4, 5, 6, 7, 8] } } -``` \ No newline at end of file +```