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

No such function: vector #1495

Open
filipjnc opened this issue Jun 21, 2024 · 5 comments
Open

No such function: vector #1495

filipjnc opened this issue Jun 21, 2024 · 5 comments

Comments

@filipjnc
Copy link

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
Copy link

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

@filipjnc
Copy link
Author

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
Copy link
Contributor

haaawk commented Jun 27, 2024

Did you create your db using:

turso group create default --version vector

or updated existing group using:

turso group update default --version vector

?

@filipjnc
Copy link
Author

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

@haaawk
Copy link
Contributor

haaawk commented Jul 4, 2024

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

Not at the moment.

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

No branches or pull requests

3 participants