From cb034547783131822b61e8969e7f0e3032bcaee4 Mon Sep 17 00:00:00 2001 From: "zhanghaobo@kanzhun.com" Date: Thu, 18 Jun 2026 14:31:22 +0800 Subject: [PATCH] docs(python): correct scalar index type count --- python/python/lance/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/lance/dataset.py b/python/python/lance/dataset.py index 45dc1b253d3..033d315abe8 100644 --- a/python/python/lance/dataset.py +++ b/python/python/lance/dataset.py @@ -3168,7 +3168,7 @@ def create_scalar_index( ) - There are 5 types of scalar indices available today. + There are 7 types of scalar indices available today. * ``BTREE``. The most common type is ``BTREE``. This index is inspired by the btree data structure although only the first few layers of the btree