Skip to content

Commit 1cd9c2e

Browse files
committed
Updated readme [skip ci]
1 parent e6fa51a commit 1cd9c2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ let neighbors = items::table
229229
.load::<Item>(&mut conn)?;
230230
```
231231

232-
Also supports `max_inner_product` and `cosine_distance`
232+
Also supports `max_inner_product`, `cosine_distance`, `l1_distance` (unreleased), `hamming_distance` (unreleased), and `jaccard_distance` (unreleased)
233233

234234
Get the distances
235235

@@ -253,6 +253,10 @@ Use `vector_ip_ops` for inner product and `vector_cosine_ops` for cosine distanc
253253

254254
Use the `serde` feature to enable serialization
255255

256+
## Half Vectors (unreleased)
257+
258+
Use the `halfvec` feature to enable half vectors
259+
256260
## Reference
257261

258262
Convert a vector to a `Vec<f32>`

0 commit comments

Comments
 (0)