Skip to content

Commit ee2d16d

Browse files
committed
review comment
1 parent b99d750 commit ee2d16d

File tree

1 file changed

+2
-2
lines changed
  • docs/getting-started/example-datasets

1 file changed

+2
-2
lines changed

docs/getting-started/example-datasets/laion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To run a brute-force approximate nearest neighbor search, run:
108108
SELECT url, caption FROM laion ORDER BY cosineDistance(image_embedding, {target:Array(Float32)}) LIMIT 10
109109
```
110110

111-
`target` is an array of 512 elements and a client parameter. A convenient way to obtain such arrays will be presented at the end of the article. For now, we can run the embedding of a random Lego set picture as `target`.
111+
`target` is an array of 512 elements and a client parameter. A convenient way to obtain such arrays will be presented at the end of the article. For now, we can run the embedding of a random LEGO set picture as `target`.
112112

113113
**Result**
114114

@@ -293,7 +293,7 @@ if __name__ == '__main__':
293293
Fetch an example image to search :
294294

295295
```shell
296-
# get a random image of a Lego set
296+
# get a random image of a LEGO set
297297
$ wget http://cdn.firstcry.com/brainbees/images/products/thumb/191325a.jpg
298298
```
299299

0 commit comments

Comments
 (0)