Added upgrade notes [skip ci]

This commit is contained in:
Andrew Kane
2022-11-02 15:20:53 -07:00
parent 386a3b5dd5
commit 4c3332fc4d
2 changed files with 19 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
## 0.3.1 (unreleased)
If upgrading from 0.2.7 or 0.3.0, [recreate](https://github.com/pgvector/pgvector#0-3-1) all `ivfflat` indexes after upgrading to ensure all data is indexed.
- Fixed issue with inserts silently corrupting `ivfflat` indexes (introduced in 0.2.7)
- Fixed segmentation fault with index creation when lists > 6500
- Fixed issue with uninitialized pages
## 0.3.0 (2022-10-15)