mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-15 00:56:54 +08:00
Increased max dimensions for vector from 1024 to 16000 and increased max dimensions for index from 1024 to 2000
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
- Changed text representation for vector elements to match `real`
|
||||
- Changed storage for vector from `plain` to `extended`
|
||||
- Increased max dimensions for vector from 1024 to 16000
|
||||
- Increased max dimensions for index from 1024 to 2000
|
||||
- Improved accuracy of text parsing for certain inputs
|
||||
- Added `avg` aggregate for vector
|
||||
- Added experimental support for Windows
|
||||
|
||||
Reference in New Issue
Block a user