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
For example, insert with wrong vector dimension should fail with error but instead in some configuration it just silently completes but no row is actually inserted.
The text was updated successfully, but these errors were encountered:
@sivukhin It would be really super duper nice if you could take a look at this somehow :-) We are seeing some issues with these silent failures, and it's so hard to debug the issue without the error surfacing. Let me know if there's anything we can do!
Seems like op-sqlite (starting from the release https://github.com/OP-Engineering/op-sqlite/releases/tag/10.0.0) do not properly return errors from LibSQL vector search specific statements.
For example, insert with wrong vector dimension should fail with error but instead in some configuration it just silently completes but no row is actually inserted.
The text was updated successfully, but these errors were encountered: