Skip to content

Commit 9cfb689

Browse files
author
Davide Mauri
committed
updated comments
1 parent c1a81ca commit 9cfb689

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

DiskANN/Wikipedia/004a-generate-search-vector-local.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
44
The following code loads a pre-generated embedding for the text
55
"The foundation series by Isaac Asimov" using the "ada2-text-embedding" model
6-
Uncomment the following text if you don't have access to a OpenAI model,
7-
otherwise it is recommended to use the new "ai_generate_embedding" function
8-
by using the code in the file '004c-generate-search-vector-openai.sql'
6+
in case if you don't have access to a OpenAI model, it is recommended
7+
to use the new "ai_generate_embedding" function by using the code in the file '004c-generate-search-vector-openai.sql'
98
*/
109
use WikipediaTest
1110
go

DiskANN/Wikipedia/004b-generate-search-vector-github.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
44
The following code loads a pre-generated embedding for the text
55
"The foundation series by Isaac Asimov" using the "ada2-text-embedding" model
6-
Uncomment the following text if you don't have access to a OpenAI model,
7-
otherwise it is recommended to use the new "ai_generate_embedding" function
8-
by using the code in the "Option 2" section below
6+
in case if you don't have access to a OpenAI model, it is recommended
7+
to use the new "ai_generate_embedding" function by using the code in the file '004c-generate-search-vector-openai.sql'
98
*/
109
use WikipediaTest
1110
go

0 commit comments

Comments
 (0)