Skip to content

Commit

Permalink
fix whitespace in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ttanay committed Aug 17, 2023
1 parent 11fcf72 commit a76372b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ A duckdb extension to add support for vectors([not the duckdb internal represent

## Vector Distance
This extension adds support for vector distances using the function `list_distance`.
The third argument to this function is the distance algorithm to be used.
The third argument to this function is the distance algorithm to be used.
Note: The distance algorithm should be a binary aggregate.
Eg:
Eg:
```sql
SELECT list_distance([1, 1, 1], [1, 1, 3], 'dot_product') FROM vectors;
----
Expand Down

0 comments on commit a76372b

Please sign in to comment.