erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.88k stars 735 forks source link

pgvector updates #491

Closed ankane closed 7 months ago

ankane commented 7 months ago

Hi, this PR makes two updates to pgvector:

  1. Fixes could not resize shared memory segment error with pgvector 0.6.0 and Docker by explicitly disabling parallel index builds (max_parallel_maintenance_workers change)
  2. Updates Postgres from 14 to 16 (which requires the GRANT change)
maumueller commented 7 months ago

Thanks!

ankane commented 7 months ago

Thanks @maumueller!