We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fd0f0 commit f0325f8Copy full SHA for f0325f8
content/develop/clients/go/vecsearch.md
@@ -294,8 +294,8 @@ for _, doc := range results.Docs {
294
```
295
296
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
+you run it for the first time (which happens because `huggingfacetransformer`
+must download the `all-MiniLM-L6-v2` model data before it can
299
generate the embeddings). When you run the code, it outputs the following text:
300
301
0 commit comments