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
In sqlite-vec I found it useful to have the serialization of the tf.Tensor as query parameter instead of having to do it by hand (this is specific for python)
how to convert embedding for INSERT or match?
It's not clear the usage of vector_quantize and vector_quantize_preload: when I should execute it? what's required for? If I don't use it after the index I don't get any results
Readme
I would move the entries in the last Notes section in the respective function description
In the load extension section what do you mean with "Or embed it directly into your application"?
In(this is specific for python)sqlite-vecI found it useful to have the serialization of thetf.Tensoras query parameter instead of having to do it by handvector_quantizeandvector_quantize_preload: when I should execute it? what's required for? If I don't use it after the index I don't get any resultsReadme