Omna · Python

A pgvector Alternative for Python

pgvector is the right answer when your data already lives in Postgres and your users hit it through an API. For analytical Python pipelines, Omna is lighter.

The API

df.omna.search("query", top_k=5)

Try it now

pip install omna