From a9d2ef387828ed0532b4d7a16088765633a6be69 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 28 Jan 2025 14:26:09 +0200 Subject: [PATCH] Update COMPAT.md --- COMPAT.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/COMPAT.md b/COMPAT.md index f3b6f1a50..f7082afa1 100644 --- a/COMPAT.md +++ b/COMPAT.md @@ -616,3 +616,15 @@ The `regexp` extension is compatible with [sqlean-regexp](https://github.com/nal | regexp_substr(source, pattern) | Yes | | | regexp_capture(source, pattern[, n]) | No | | | regexp_replace(source, pattern, replacement) | No | | + +### Vector + +The `vector` extension is compatible with libSQL native vector search. + +| Function | Status | Comment | +|------------------------------------------------|--------|---------| +| vector(x) | Yes | | +| vector32(x) | Yes | | +| vector64(x) | Yes | | +| vector_extract(x) | Yes | | +| vector_distance_cos(x, y) | Yes | |