Skip to content

Releases: sqliteai/sqlite-memory

0.7.2

04 Mar 19:55

Choose a tag to compare

sqlite-memory v0.7.2

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)

Full Changelog: 0.7.1...0.7.2

0.7.1

04 Mar 17:14

Choose a tag to compare

sqlite-memory v0.7.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)

Full Changelog: 0.7.0...0.7.1

0.7.0

04 Mar 15:36
1f92a43

Choose a tag to compare

sqlite-memory v0.7.0

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

New Contributors

  • @Gioee made their first contribution in #1

Full Changelog: https://github.com/sqliteai/sqlite-memory/commits/0.7.0