pgvector
pgvector.bsky.social
pgvector
@pgvector.bsky.social
Open-source vector similarity search for Postgres. github.com/pgvector
Reposted by pgvector
Here’s a quick guide on adding vector similarity search to your Laravel applications using pgvector and Laravel scout.

benbjurstrom.com/pgvector-for...
Simple Vector Similarity Search For Laravel | Ben Bjurstrom
What if you wanted to search your data by a concept. Not a keyword. But rather something more abstract, like a category? How would you accomplish that?
benbjurstrom.com
November 18, 2024 at 3:02 PM
Reposted by pgvector
New video: Getting Started with pgvector.

I explain why pgvector is awesome, how to use it to build multi-tenant apps and some underrated features you need to know about.

I'm a huge fan of pgvector, and I'm excited to introduce more people to it:

youtu.be/psxR23HOGbI
Getting Started with PGVector
YouTube video by Nile
youtu.be
November 8, 2024 at 12:14 AM
Reposted by pgvector
@pgvector 0.8.0 was just released

The main shout-out is "Iterative Index Scans". In vector databases, approximate indexes speed things up but can miss some results when using filters. Iterative scans fix this by scanning just enough of the index until it finds enough results (within set limits).
November 13, 2024 at 7:43 PM