Omna · Python
Semantic Search Over Parquet Files
Parquet is the lingua franca of analytical Python. Omna lets you query it semantically without exporting to a vector DB.
The API
import polars as pl, omna
pl.read_parquet("docs.parquet").omna.search("force majeure", top_k=5)Try it now
pip install omna