Hacker News new | ask | show | jobs
by swalsh 1175 days ago
Postgres has an extension as well (pgvector). I've been using it, great performance, great scaling options (though I'm not even close to testing the limits) and gives you the full flexibility of Postgres.

It's easy enough to define a docker compose file, and deploy it to my environments.

2 comments

That’s what I’m setting up now. What do you use to creat the embedding? OpenAI? Which model?
How does it scale with the number of rows?