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
I'm unable to persist a vector column with embeddings. I followed the turso guide here here for defining the types And the Drizzle documentation. I've also taken inspiration from this blog post for the setup with expo.
Bug report
I'm unable to persist a vector column with embeddings. I followed the turso guide here here for defining the types And the Drizzle documentation. I've also taken inspiration from this blog post for the setup with expo.
I've open an issue here drizzle-team/drizzle-orm#3899
Expected behaviour
I can insert a vector into my sqlite database
Libs and versions
"@libsql/client": "^0.14.0"
"expo": "^52.0.23"
"expo-sqlite": "~15.0.5"
"drizzle-orm": "^0.38.3"
@op-engineering/op-sqlite": "^11.2.12
Steps
Observation
In the insert operation in 6)
title
anddata
are stored just alright; however, theembedding
field is an empty array.The text was updated successfully, but these errors were encountered: