From 45518c1b3aa0342678ec1875889903e374801704 Mon Sep 17 00:00:00 2001 From: qdrant Date: Fri, 31 Mar 2023 13:32:00 +0000 Subject: [PATCH] docs auto-sync --- qdrant-landing/content/documentation/points.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qdrant-landing/content/documentation/points.md b/qdrant-landing/content/documentation/points.md index 5a2608736..464266406 100644 --- a/qdrant-landing/content/documentation/points.md +++ b/qdrant-landing/content/documentation/points.md @@ -565,7 +565,7 @@ Among others, for example, we can highlight the following scenarios: * Determining the number of pages for pagination * Debugging the query execution speed -REST API ([Schema](https://qdrant.github.io/qdrant/redoc/index.html#operation/scroll_points)): +REST API ([Schema](https://qdrant.github.io/qdrant/redoc/index.html#tag/points/operation/count_points)): ```http POST /collections/{collection_name}/points/count @@ -586,9 +586,9 @@ POST /collections/{collection_name}/points/count ``` ```python -client.scroll( +client.count( collection_name="{collection_name}", - scroll_filter=models.Filter( + count_filter=models.Filter( must=[ models.FieldCondition( key="color",