Omna · Python
Rust-Powered Vector Search for Python
A Rust kernel for embedding, indexing, and ANN search — exposed as one-line methods on Polars and Pandas DataFrames.
The API
import polars as pl, omna
pl.read_parquet("docs.parquet").omna.search("query", top_k=5)Try it now
pip install omna