# Rust-Powered Vector Search for Python

> A Rust kernel exposed to Python via PyO3 — semantic search at Rust speed, with a Pythonic API.

Canonical: https://omna.dev/rust-vector-search-python

Rust kernel + Python bindings = ~12ms p50 on 1M rows on a laptop, with no GIL contention on the hot path.
