Blog

Product updates, engineering deep dives, benchmarks, and practical retrieval stories.

More articles

15 articles
From rg to zg: Local Search Beyond Keywords
Engineering

From rg to zg: Local Search Beyond Keywords

zg is now open source: local-first search for humans and agents, combining semantic retrieval, BM25, and ripgrep.

Read article
Announcing Zvec v0.7.0
Release

Announcing Zvec v0.7.0

πŸŽ‰ Release

Read article
One Query, Diverse Results: How Zvec Group-By Search Works
Engineering

One Query, Diverse Results: How Zvec Group-By Search Works

Zvec v0.6.0 adds Group-By Search, letting a single vector query return diverse, grouped results while keeping latency predictable through on-demand HNSW graph expansion.

Read article
DiskANN: Scaling Vector Databases to Hundreds of Millions of Vectors
Engineering

DiskANN: Scaling Vector Databases to Hundreds of Millions of Vectors

Zvec introduces DiskANN in v0.6.0, reducing the memory cost of vectors by an order of magnitude by storing the raw vectors and graph structure on SSD and keeping only a PQ-compressed map in memory.

Read article
Data Preprocessing: Zvec's Speed Gains After the Index Plateau
Engineering

Data Preprocessing: Zvec's Speed Gains After the Index Plateau

Zvec v0.6.0 introduces random rotation, reducing quantization error for INT8/INT4 methods through data preprocessing.

Read article
Announcing Zvec v0.6.0
Release

Announcing Zvec v0.6.0

πŸŽ‰ Release

Read article
When Vectors Meet Keywords: The Design and Implementation of Zvec Native Full-Text Search
Engineering

When Vectors Meet Keywords: The Design and Implementation of Zvec Native Full-Text Search

Zvec introduced native full-text search in v0.5.0, bringing keyword recall, BM25 scoring, phrase matching, and Boolean queries into the vector database while supporting hybrid recall with vector search.

Read article
Zvec on Mobile: On-Device Intelligent Photo Search
Applications

Zvec on Mobile: On-Device Intelligent Photo Search

Zvec 0.4.0 brings mobile support and a Dart/Flutter SDK. This post uses PocketSearch to show how Zvec powers on-device local retrieval on Android and iOS.

Read article
Announcing Zvec v0.5.0
Release

Announcing Zvec v0.5.0

πŸŽ‰ Release

Read article
Zvec Officially Supports Windows: Local Vector Search Across All PCs
Applications

Zvec Officially Supports Windows: Local Vector Search Across All PCs

Starting with 0.3.0, Zvec covers Windows, macOS, and Linux β€” bringing local semantic search to the entire desktop ecosystem.

Read article
From C API to Rust Crate: A Guide to AI-Assisted Binding Development for the Zvec Vector Database
Engineering

From C API to Rust Crate: A Guide to AI-Assisted Binding Development for the Zvec Vector Database

Rapidly building Rust bindings for Zvec with the help of AI-assisted programming tools.

Read article
Announcing Zvec v0.4.0
Release

Announcing Zvec v0.4.0

πŸŽ‰ Release

Read article
Demystifying Embedded Vector Databases: A Tour of Zvec's Architecture
Engineering

Demystifying Embedded Vector Databases: A Tour of Zvec's Architecture

An in-depth analysis of Zvec's overall architecture and key design decisions.

Read article
Announcing Zvec v0.3.0
Release

Announcing Zvec v0.3.0

πŸŽ‰ Release

Read article
Zvec: The SQLite of Vector Databases
Engineering

Zvec: The SQLite of Vector Databases

πŸš€ Zvec is officially open-sourced!

Read article