Omna · Python
GDPR-Compliant Semantic Search
Article 5(1)(c) of the GDPR demands data minimisation. The simplest way to comply is to never transmit personal data in the first place. Omna runs in-process.
The API
import polars as pl, omna
pl.read_parquet("eu_customers.parquet").omna.search("churn signals", top_k=5)Try it now
pip install omna