Skip to content

Releases: rust-dd/react-native-qdrant-edge

v0.2.0

30 Mar 00:28
f9d25a4

Choose a tag to compare

  • Full React hooks API: useShard, useUpsert, useDelete, useSearch, useQuery, useRetrieve, useScroll, useCount, useShardInfo
  • Example app with 3 tabs: Basic CRUD, Emoji Similarity Search, Benchmark
  • Automated Rust build on npm install / expo prebuild / native build
  • Prebuilt binaries included in npm package (no Rust toolchain required)
  • parking_lot::Mutex for better FFI performance
  • Auto-generated C headers via cbindgen

v0.1.0

28 Mar 22:45
32ddf4f

Choose a tag to compare

react-native-qdrant-edge v0.1.0

Embedded vector search for React Native powered by Qdrant Edge (Rust) and Nitro Modules.

Highlights

  • In-process HNSW vector search on iOS and Android -- no server, fully offline
  • Prebuilt native binaries included (no Rust toolchain required)
  • Expo and bare React Native support
  • Full React hooks API

API

  • createShard / loadShard -- create or reload persistent vector stores
  • upsert / deletePoints / setPayload -- data operations
  • search / query -- nearest-neighbor and advanced search with filtering
  • retrieve / scroll / count -- retrieval and pagination
  • flush / optimize / close -- lifecycle management
  • React hooks: useShard, useUpsert, useDelete, useSearch, useQuery, useRetrieve, useScroll, useCount, useShardInfo

Install

npm install react-native-qdrant-edge react-native-nitro-modules

Supported platforms

  • iOS arm64 (device) + arm64/x86_64 (simulator)
  • Android arm64-v8a + x86_64