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
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/vecsSupabase Vecs: a vector client for Postgres
Introducing Supabase Vecs, a PostgreSQL vector client