mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Updated readme and changelog for 0.4.0 [skip ci]
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## 0.4.0 (unreleased)
|
## 0.4.0 (unreleased)
|
||||||
|
|
||||||
If upgrading with Postgres < 13, see [this note](#040).
|
If upgrading with Postgres < 13, see [this note](https://github.com/pgvector/pgvector#040).
|
||||||
|
|
||||||
- Changed text representation for vector elements to match `real`
|
- Changed text representation for vector elements to match `real`
|
||||||
- Changed storage for vector from `plain` to `extended`
|
- Changed storage for vector from `plain` to `extended`
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Supports L2 distance, inner product, and cosine distance
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Compile and install the extension (supports Postgres 10+)
|
Compile and install the extension (supports Postgres 11+)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --branch v0.3.2 https://github.com/pgvector/pgvector.git
|
git clone --branch v0.3.2 https://github.com/pgvector/pgvector.git
|
||||||
|
|||||||
Reference in New Issue
Block a user