mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-16 09:30:59 +08:00
Version bump to 0.1.1 [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
## 0.1.1 (unreleased)
|
## 0.1.1 (2021-04-25)
|
||||||
|
|
||||||
- Added binary representation for `COPY`
|
- Added binary representation for `COPY`
|
||||||
- Marked functions as `PARALLEL SAFE`
|
- Marked functions as `PARALLEL SAFE`
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -17,7 +17,7 @@ Supports L2 distance, inner product, and cosine distance
|
|||||||
Compile and install the extension (supports Postgres 9.6+)
|
Compile and install the extension (supports Postgres 9.6+)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --branch v0.1.0 https://github.com/ankane/pgvector.git
|
git clone --branch v0.1.1 https://github.com/ankane/pgvector.git
|
||||||
cd pgvector
|
cd pgvector
|
||||||
make
|
make
|
||||||
make install # may need sudo
|
make install # may need sudo
|
||||||
@@ -136,6 +136,16 @@ Libraries that use pgvector:
|
|||||||
|
|
||||||
- [Neighbor](https://github.com/ankane/neighbor) (Ruby)
|
- [Neighbor](https://github.com/ankane/neighbor) (Ruby)
|
||||||
|
|
||||||
|
## Upgrading
|
||||||
|
|
||||||
|
### 0.1.1
|
||||||
|
|
||||||
|
Follow the [installation instructions](#installation) and run:
|
||||||
|
|
||||||
|
```sql
|
||||||
|
ALTER EXTENSION vector UPDATE TO '0.1.1';
|
||||||
|
```
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
Thanks to:
|
Thanks to:
|
||||||
|
|||||||
Reference in New Issue
Block a user