0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-03 16:35:48 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
0d8ca0c715 rename BFLOAT16 to FLOATB16 everywhere 2024-08-22 12:59:26 +04:00
74346590f3 implement and integrate bfloat16 2024-08-22 12:32:49 +04:00
f8128d27e6 float16 implementation 2024-08-22 00:48:30 +04:00
8a2a019b1b add implementation of float8 vector type (int8 quantization) 2024-08-13 16:22:40 +04:00
7a0fa8c19f rename vector1bit.c -> vectorfloat1bit.c 2024-08-13 11:33:58 +04:00
39e30ead5e add 1bit vector type 2024-08-08 14:56:42 +04:00
37fc1a1d88 integrate diskann to the sqlite code ()
* integrate diskann to the sqlite code

* cleanup code a bit and add more comments

* make parsing code resilient to spaces inside FLOAT typename

* fixup

* fix bugs related to deletes in diskann

* small cleanup

* rename macro

* slightly cleanup vtab code

* slightly improve vectorIndex code

* make code less hacky

* add strange test

* build bundles

* return unit test for diskann pieces

* add one more test

* don't run search on first insertion

* review fixes

* disable index creation in non-normal parse modes

* build bundles
2024-07-19 16:57:11 +00:00
e2d12b0ac1 Vector aux functions ()
* implement auxilary functions for vector index

* fix some render method names

* build bundles

* review fixes

* build bundles
2024-07-17 08:11:38 +00:00
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
0dfca64aa3 Merge tag 'version-3.44.0' into HEAD 2023-11-15 14:46:34 +01:00
bf899d0b9a restructure repository 2023-10-16 13:58:16 +02:00