File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
content/develop/get-started Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,17 @@ This quick start guide helps you to:
23233 . Create vector embeddings and store vectors
24244 . Query data and perform a vector search
2525
26+ {{< note >}}This guide uses [ RedisVL] ({{< relref "/develop/clients/redis-vl" >}}),
27+ which is a Python client library for Redis that is highly specialized for
28+ vector processing. You may also be interested in the vector query examples
29+ for our other client libraries:
30+
31+ - [ ` redis-py ` (Python)] ({{< relref "/develop/clients/redis-py/vecsearch" >}})
32+ - [ ` NRedisStack ` (C#/.NET)] ({{< relref "/develop/clients/dotnet/vecsearch" >}})
33+ - [ ` node-redis ` (JavaScript/Node.js)] ({{< relref "/develop/clients/nodejs/vecsearch" >}})
34+ - [ ` jedis ` (Java)] ({{< relref "/develop/clients/jedis/vecsearch" >}})
35+ - [ ` go-redis ` (Go)] ({{< relref "/develop/clients/go/vecsearch" >}})
36+ {{< /note >}}
2637
2738## Understand vector databases
2839
You can’t perform that action at this time.
0 commit comments