Python client questions

Hello! is there a way to use the python client to query vector similarity? only way ive found is to auth with psycopg and query using raw sql. Thanks!
1 Reply
silentworks
silentworks4w ago
Or you can create a postgres function and use the .rpc method. Another way is to use the dedicated vecs python client which is supposed to be for vector database stuff. https://supabase.com/blog/vecs
Supabase Vecs: a vector client for Postgres
Introducing Supabase Vecs, a PostgreSQL vector client

Did you find this page helpful?