Skip to content

Commit f0325f8

Browse files
DOC-4911 replaced incorrect mention of RedisVL
1 parent d5fd0f0 commit f0325f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/clients/go/vecsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ for _, doc := range results.Docs {
294294
```
295295

296296
The code is now ready to run, but note that it may take a while to complete when
297-
you run it for the first time (which happens because RedisVL must download the
298-
`all-MiniLM-L6-v2` model data before it can
297+
you run it for the first time (which happens because `huggingfacetransformer`
298+
must download the `all-MiniLM-L6-v2` model data before it can
299299
generate the embeddings). When you run the code, it outputs the following text:
300300

301301
```

0 commit comments

Comments
 (0)