Creating embeddings from your pg tables
Something I struggle with is understanding how to approach creating embeddings from structured data already in the database for similarity search.
There are plenty of options for creating embeddings from unstructured data (text, PDF, images etc), but ideally there would be a way to generate embeddings from your tables to enable a matching process (in my case matching job candidates to job vacancies).
I just discovered this extension which looks promising https://github.com/tembo-io/pg_vectorize but can't add it to my supabase account.
How do you approach this?
There are plenty of options for creating embeddings from unstructured data (text, PDF, images etc), but ideally there would be a way to generate embeddings from your tables to enable a matching process (in my case matching job candidates to job vacancies).
I just discovered this extension which looks promising https://github.com/tembo-io/pg_vectorize but can't add it to my supabase account.
How do you approach this?
GitHub
The simplest way to orchestrate vector search on Postgres - GitHub - tembo-io/pg_vectorize: The simplest way to orchestrate vector search on Postgres