mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 02:31:16 +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
|
||||
- Improved cost estimation
|
||||
|
||||
@@ -17,7 +17,7 @@ Supports L2 distance, inner product, and cosine distance
|
||||
Compile and install the extension (supports Postgres 9.6+)
|
||||
|
||||
```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
|
||||
make
|
||||
make install # may need sudo
|
||||
|
||||
Reference in New Issue
Block a user