Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse vector index syntax #365

Merged
merged 1 commit into from
Sep 16, 2024
Merged

parse vector index syntax #365

merged 1 commit into from
Sep 16, 2024

Conversation

jycor
Copy link

@jycor jycor commented Sep 16, 2024

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)

@jycor jycor merged commit 9d4d4a0 into main Sep 16, 2024
4 checks passed
@jycor jycor deleted the james/vector branch September 16, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants