Omna · Python
Semantic Search Over CSV Files
Skip the ETL into a vector DB — query the CSV directly.
The API
import polars as pl, omna
pl.read_csv("tickets.csv").omna.search("refund request", top_k=10)Try it now
pip install omna
Omna · Python
Skip the ETL into a vector DB — query the CSV directly.
import polars as pl, omna
pl.read_csv("tickets.csv").omna.search("refund request", top_k=10)pip install omna