mobile-vector-search-ios
Installation
SKILL.md
Platform-agnostic concepts: shared/mobile/vector-search-concepts.md
On-Device Vector Search — Couchbase Lite iOS/macOS
Vector search runs entirely on-device — no network required. Requires Enterprise Edition and the Vector Search extension.
Setup
Add to your Package.swift or Podfile:
// Swift Package Manager
.package(url: "https://github.com/couchbase/couchbase-lite-ios-ee", from: "4.x.x")
// target dependency: "CouchbaseLiteSwift-EE-VectorSearch"
Enable before opening any database: