mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
Update COMPAT.md
This commit is contained in:
12
COMPAT.md
12
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 | |
|
||||
|
||||
Reference in New Issue
Block a user