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
Execute sql DROP TABLE IF EXISTS entities_vec got error below, only exists when sqlite-vec version is 0.1.6. When I change version to 0.1.5 it works.
Error recreating tables: (sqlite3.OperationalError) SQL logic error
[SQL: DROP TABLE IF EXISTS entities_vec]
(Background on this error at: https://sqlalche.me/e/20/e3q8)
The text was updated successfully, but these errors were encountered:
Execute sql
DROP TABLE IF EXISTS entities_vec
got error below, only exists whensqlite-vec
version is0.1.6
. When I change version to0.1.5
it works.Error recreating tables: (sqlite3.OperationalError) SQL logic error [SQL: DROP TABLE IF EXISTS entities_vec] (Background on this error at: https://sqlalche.me/e/20/e3q8)
The text was updated successfully, but these errors were encountered: