mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 07:36:55 +08:00
Version bump to 0.1.2 [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
## 0.1.2 (unreleased)
|
## 0.1.2 (2021-04-26)
|
||||||
|
|
||||||
- Vectorized distance calculations
|
- Vectorized distance calculations
|
||||||
- Improved cost estimation
|
- Improved cost estimation
|
||||||
|
|||||||
@@ -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.1 https://github.com/ankane/pgvector.git
|
git clone --branch v0.1.2 https://github.com/ankane/pgvector.git
|
||||||
cd pgvector
|
cd pgvector
|
||||||
make
|
make
|
||||||
make install # may need sudo
|
make install # may need sudo
|
||||||
|
|||||||
Reference in New Issue
Block a user