asg017 / sqlite-vss

A SQLite extension for efficient vector search, based on Faiss!
MIT License
1.59k stars 59 forks source link

Fix error handling in various vss_*() functions #40

Closed penberg closed 1 year ago

penberg commented 1 year ago

Let's return early if vector a is not a vector instead of setting an error, but continuing to execute the function.

asg017 commented 1 year ago

Thank you @penberg !