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:
23
23
3 . Create vector embeddings and store vectors
24
24
4 . Query data and perform a vector search
25
25
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 >}}
26
37
27
38
## Understand vector databases
28
39
You can’t perform that action at this time.
0 commit comments