benbjurstrom.com/pgvector-for...
benbjurstrom.com/pgvector-for...
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
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
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).
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).