0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-27 08:04:24 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Nikita Sivukhin
2be18a8e0f feature in one commit 2024-07-15 21:08:14 +04:00
Nikita Sivukhin
156cc67ad0 diskann vector binary format 2024-07-12 16:55:34 +04:00
Sivukhin Nikita
be1fca578f feat(vector): add basic functions (vector/vector_extract etc) (#1531)
* 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
Piotr Sarna
0dfca64aa3 Merge tag 'version-3.44.0' into HEAD 2023-11-15 14:46:34 +01:00
ad hoc
e7ca93a902 fix ci 2023-10-16 15:25:18 +02:00
ad hoc
bf899d0b9a restructure repository 2023-10-16 13:58:16 +02:00