From f30700628686b4fb5ffb06c68b3a7244c2dd4996 Mon Sep 17 00:00:00 2001 From: cobaltburn <81337170+cobaltburn@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:31:22 -0500 Subject: [PATCH] Update vector.mdx (#791) --- .../version-latest/surrealql/functions/database/vector.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc-surrealdb_versioned_docs/version-latest/surrealql/functions/database/vector.mdx b/doc-surrealdb_versioned_docs/version-latest/surrealql/functions/database/vector.mdx index 9cecc2d46..c015ac7c6 100644 --- a/doc-surrealdb_versioned_docs/version-latest/surrealql/functions/database/vector.mdx +++ b/doc-surrealdb_versioned_docs/version-latest/surrealql/functions/database/vector.mdx @@ -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: @@ -450,4 +450,4 @@ RETURN vector::similarity::pearson([1,2,3], [1,5,7]); 0.9819805060619659f ``` -

\ No newline at end of file +