0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-08 17:44:18 +00:00

11 Commits

Author SHA1 Message Date
bd25344573 add tests and refine error messages 2024-08-13 18:08:08 +04:00
244a34a16f fix bug in cosine distance 2024-08-13 17:21:38 +04:00
8a2a019b1b add implementation of float8 vector type (int8 quantization) 2024-08-13 16:22:40 +04:00
30a198e962 refine error messages 2024-08-12 17:36:02 +04:00
e0035d6e17 add more tests 2024-08-12 17:25:29 +04:00
1a704d8ba4 fix test 2024-08-12 17:19:40 +04:00
307139fda9 add conversion tests 2024-08-12 16:15:24 +04:00
4a57f02b78 add simple conversion test 2024-08-12 15:20:52 +04:00
9981d607a7 refine errors even more 2024-07-26 18:54:58 +04:00
ad766c429a refine errors for vector search 2024-07-26 18:38:50 +04:00
be1fca578f feat(vector): add basic functions (vector/vector_extract etc) ()
* add basic functions for working with f32/f64 vectors

* add header file

* fix comment style

* add generic code for working with vectors

* register vector functions

* fix edge cases in vector extract impl

* add static flag for vector (will be used later)

* add basic TCL-based tests

* guard vector functions with SQLITE_OMIT_VECTOR

* adjust build scripts

* delete libsql_vector_idx from this branch

* add one more test

* update bundles

* fix asserts

* fix constants (#define-s are universal but const int doesn't recognized by all compilers)

* update bundles

* review fixes

* build bundles

* add comment about linking math library
2024-07-08 08:27:33 +00:00