Closed jycor closed 2 months ago
Supports the following syntax:
create table t (v blob, vector index(v))
create vector index vec on t(v)
alter table t add vector index vec on t(v)
Supports the following syntax:
create table t (v blob, vector index(v))
create vector index vec on t(v)
alter table t add vector index vec on t(v)