How to fix Postgres error "operator does not exist" using pgvector – Postgresql
I have a Postgres function to find the top 10 most relevant vectors. I called this function from a supabase serverless function, but logs returned 500. The error I get is related to the <#> operator. It seems that PostgreSQL…