sql-docs
sql-docs copied to clipboard
Update example in Vector article
Update vector-search-transact-sql.md
I think there is a mistake in Example 2, line 158:
te SIMILAR_TO value should refer to column v of type vector in the table alias t (temporary table #t):
SIMILAR_TO = qv.v,
Instead of variable:
SIMILAR_TO = @QV,