Skip to content

Commit 72c63d6

Browse files
committed
tweak headings
1 parent 8809bf6 commit 72c63d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/current/v25.2/vector-indexes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ CREATE TABLE items (
6565
);
6666
~~~
6767

68-
### Prefix columns
68+
### Define prefix columns
6969

7070
You can create a vector index with one or more *prefix columns* to pre-filter the search space. This is especially useful for tables containing millions of vectors or more.
7171

@@ -102,7 +102,7 @@ WHERE department_id = 100 AND category_id >= 200
102102

103103
For an example, refer to [Create and query a vector index](#create-and-query-a-vector-index).
104104

105-
### Vector index opclass
105+
### Specify an opclass
106106

107107
You can optionally specify an opclass. If not specified, the default is `vector_l2_ops`:
108108

0 commit comments

Comments
 (0)