Getting Started¶
This section walks you through setting up your environment, installing the gem, building the native extension, and running your first vector search.
- Prerequisites — Install the required system dependencies (CMake, ICU4C, a C++17 compiler).
- Installation — Install the gem. Pre-building the C++ library with Homebrew makes
gem install zvecfinish in ~10 seconds instead of ~10 minutes. - Quick Start — Define a schema, create a collection, insert documents, and query by vector similarity.