Skip to content

Commit d436da5

Browse files
committed
Updated readme [skip ci]
1 parent b83298a commit d436da5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -303,20 +303,6 @@ l2_distance(i.embedding, [1, 2, 3])
303303
l2_distance(i.embedding, ^Pgvector.new([1, 2, 3]))
304304
```
305305

306-
### 0.2.0
307-
308-
Vectors are now returned as `Pgvector` structs instead of lists. Get a list with:
309-
310-
```elixir
311-
vector |> Pgvector.to_list()
312-
```
313-
314-
or an Nx tensor with:
315-
316-
```elixir
317-
vector |> Pgvector.to_tensor()
318-
```
319-
320306
## History
321307

322308
View the [changelog](https://github.com/pgvector/pgvector-elixir/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)