Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/python/lance/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading