SQL Anywhere 0.4.0 — collaborative vector index + Docker
SQL Anywhere 0.4.0 — collaborative vector index + Docker
Highlights
- Collaborative, syncable vector index (experimental). The flagship
vector-native edge combination: CRDT offline merge × DiskANN vector search ×
inlineembed(). Several devices build a semantic index offline and
independently, merge conflict-free, and afterwards every device can
vector-search over every device's documents — a shared knowledge base that
lives on the edge and syncs offline, with no central server.
Seedocs/COLLABORATIVE_VECTOR.mdandexamples/collab_vector.rs. - Multi-arch Docker images.
sqldcontainer images forlinux/amd64and
linux/arm64are now published toghcr.io/kwhorne/sqlanywhere-server:docker run -p 8080:8080 -d ghcr.io/kwhorne/sqlanywhere-server:0.4.0
Prebuilt downloads (attached below)
sqldbinaries — macOS Apple Silicon, Ubuntu Intel, Ubuntu ARMcrsqliteCRDT extensions — same platforms- Docker images — Intel + ARM (from ghcr)
Full changelog: https://github.com/kwhorne/sql-anywhere/blob/main/CHANGELOG.md