You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/current/v25.2/vector-indexes.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ CREATE TABLE items (
65
65
);
66
66
~~~
67
67
68
-
### Prefix columns
68
+
### Define prefix columns
69
69
70
70
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.
71
71
@@ -102,7 +102,7 @@ WHERE department_id = 100 AND category_id >= 200
102
102
103
103
For an example, refer to [Create and query a vector index](#create-and-query-a-vector-index).
104
104
105
-
### Vector index opclass
105
+
### Specify an opclass
106
106
107
107
You can optionally specify an opclass. If not specified, the default is `vector_l2_ops`:
0 commit comments