Skip to content

1.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 May 14:09
2e211e8

sqlite-memory v1.2.1

Packages

  • Apple XCFramework (iOS + iOS Simulator + macOS):
    • memory-apple-xcframework-remote - Remote embeddings only
    • memory-apple-xcframework-local - Local embeddings (llama.cpp + Metal GPU)
    • memory-apple-xcframework-full - Both remote and local
  • Android AAR (arm64-v8a + x86_64):
    • memory-android-aar - Contains all 3 variants: memory_remote.so, memory_local.so, memory_full.so

Build Variants

  • remote: Remote embeddings only (smallest, requires network)
  • local: Local embeddings only via llama.cpp (no network required)
  • full: Both remote and local embeddings (most flexible)

What's Changed

  • Fix local embedding context rebuilds and batch safety by @andinux in #7

Full Changelog: 1.2.0...1.2.1