tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
8.59k stars 224 forks source link

No such function: vector #1495

Open filipjnc opened 1 week ago

filipjnc commented 1 week ago

According to this post, libsql should have native support for vectors. However, when I try to insert a vector like described in the post via libsql client I get LibsqlError: SQLITE_ERROR: no such function: vector. Any advice?

Version: "@libsql/client": "^0.6.2"

lojik-ng commented 1 week ago

I am facing the same issue with Typescript. Were you able to find a solution?

filipjnc commented 1 week ago

I am facing the same issue with Typescript. Were you able to find a solution?

Not yet, hoping for a hint from the community or the turso team.

haaawk commented 6 days ago

Did you create your db using:

turso group create default --version vector

or updated existing group using:

turso group update default --version vector

?

filipjnc commented 3 days ago

@haaawk I didn't create it on turso but locally. Does this command apply locally as well?