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
Thanks for reporting! Yes this is a current bug in the vec0 parser, we only support a-z + A-Z + 0-9 + _ characters, and don't properly escape double quotes.
Will add more verbose parsing in the future, hopefully so any valid SQLite identifier can be used in column names.
CREATE VIRTUAL TABLE "test" USING vec0("embedding" FLOAT[8])
throws error: vec0 constructor error: Could not parse '"embedding" FLOAT[8]'The text was updated successfully, but these errors were encountered: