0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-13 10:42:56 +00:00

3 Commits

Author SHA1 Message Date
d08d663fa3 diskann vector binary format ()
* diskann vector binary format

* remove changes from another branch

* build bundles

* fix bundle

* add const to the signatures

* build bundles

* slightly change interface for BlobSpot

* build bundles

* add isInitialized flag to the BlobSpot

* fix comment

* fix method name in the header file

* review fixes

* build bundles
2024-07-16 09:25:55 +00: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
bf899d0b9a restructure repository 2023-10-16 13:58:16 +02:00