pub async fn scroll_points(
__arg0: State<Arc<AppState>>,
__arg1: Path<String>,
__arg2: Json<ScrollRequest>,
) -> impl IntoResponseExpand description
Scroll through collection points with cursor-based pagination.
pub async fn scroll_points(
__arg0: State<Arc<AppState>>,
__arg1: Path<String>,
__arg2: Json<ScrollRequest>,
) -> impl IntoResponseScroll through collection points with cursor-based pagination.