8000 improved heading · sirmnemonic/azure-sql-db-openai@12be68a · GitHub
[go: up one dir, main page]

Skip to content

Commit 12be68a

Browse files
committed
improved heading
1 parent f73b3b7 commit 12be68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cross apply
4242

4343
The script `./vector-embeddings/02-create-vectors-table.sql` does exactly that. It creates two tables, one for the title embeddings and one for the content embeddings, and the creates a clustered columnstore on those tables to enable efficient vector processing.
4444

45-
## Find similar articles calculating cosine distance
45+
## Find similar articles by calculating cosine distance
4646

4747
The third script `./vector-embeddings/03-find-similar-articles.sql` starts invoking OpenAI to get the vector embeddings of an arbitrary text.
4848

0 commit comments

Comments
 (0)
0