asg017 / sqlite-vec

A vector search SQLite extension that runs anywhere!
Apache License 2.0
4.3k stars 136 forks source link

`vec0` allow UPDATE's on non-floatt32 vectors #53

Open asg017 opened 4 months ago

asg017 commented 4 months ago

Inside vec0Update_UpdateVectorColumn

Can't update non f32, bc subtypes are stripped from UPDATEs. Options include:

  1. create a less strict vector_from_value
  2. wait for this to resolve: https://sqlite.org/forum/forumpost/65317ce9c6