| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - ## 0.3.0 (unreleased) | ||
| 1 | + ## 0.3.0 (2024-06-25) | ||
| 2 | 2 | ||
| 3 | 3 | - Added support for `halfvec` and `sparsevec` types | |
| 4 | 4 | - Added `taxicab`, `hamming`, and `jaccard` distances for Sequel | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -110,7 +110,7 @@ Get the nearest neighbors to a record | |||
| 110 | 110 | item.nearest_neighbors(:embedding, distance: "euclidean").limit(5) | |
| 111 | 111 | ``` | |
| 112 | 112 | ||
| 113 | - Also supports `inner_product` and `cosine` distance | ||
| 113 | + Also supports `inner_product`, `cosine`, `taxicab`, `hamming`, and `jaccard` distance | ||
| 114 | 114 | ||
| 115 | 115 | Get the nearest neighbors to a vector | |
| 116 | 116 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | module Pgvector | |
| 2 | - VERSION = "0.2.2" | ||
| 2 | + VERSION = "0.3.0" | ||
| 3 | 3 | end | |
| Back | FazBrowse Home | New Git URL |
0 commit comments