Skip to content

SQL Anywhere 0.4.0 — collaborative vector index + Docker

Choose a tag to compare

@kwhorne kwhorne released this 11 Jul 09:23
· 10 commits to main since this release
50a46ba

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 ×
    inline embed(). 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.
    See docs/COLLABORATIVE_VECTOR.md and examples/collab_vector.rs.
  • Multi-arch Docker images. sqld container images for linux/amd64 and
    linux/arm64 are now published to ghcr.io/kwhorne/sqlanywhere-server:
    docker run -p 8080:8080 -d ghcr.io/kwhorne/sqlanywhere-server:0.4.0

Prebuilt downloads (attached below)

  • sqld binaries — macOS Apple Silicon, Ubuntu Intel, Ubuntu ARM
  • crsqlite CRDT extensions — same platforms
  • Docker images — Intel + ARM (from ghcr)

Full changelog: https://github.com/kwhorne/sql-anywhere/blob/main/CHANGELOG.md