Skip to content

Commit

Permalink
Update vector.mdx (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltburn authored Aug 27, 2024
1 parent bb467a3 commit f307006
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ The `vector::project` function computes the projection of one vector onto anothe


```surql title="API DEFINITION"
vector::project(array) -> array
vector::project(array, array) -> array
```
The following example shows this function, and its output, when used in a [`RETURN`](/docs/surrealdb/surrealql/statements/return) statement:
Expand Down Expand Up @@ -450,4 +450,4 @@ RETURN vector::similarity::pearson([1,2,3], [1,5,7]);
0.9819805060619659f
```

<br /><br />
<br /><br />

0 comments on commit f307006

Please sign in to comment.