You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrate/redisvl/_index.md
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,20 @@
1
1
---
2
+
aliases:
3
+
- /integrate/redisvl/api
4
+
- /integrate/redisvl/api/cache
5
+
- /integrate/redisvl/api/filter
6
+
- /integrate/redisvl/api/query
7
+
- /integrate/redisvl/api/schema
8
+
- /integrate/redisvl/api/searchindex
9
+
- /integrate/redisvl/api/vectorizer
10
+
- /integrate/redisvl/overview
11
+
- /integrate/redisvl/overview/cli
12
+
- /integrate/redisvl/user-guide
13
+
- /integrate/redisvl/user-guide/get-started
14
+
- /integrate/redisvl/user-guide/json-v-hashes
15
+
- /integrate/redisvl/user-guide/query-filter
16
+
- /integrate/redisvl/user-guide/semantic-caching
17
+
- /integrate/redisvl/user-guide/vectorizers
2
18
categories:
3
19
- docs
4
20
- integrate
@@ -8,7 +24,7 @@ categories:
8
24
- rc
9
25
- oss
10
26
- clients
11
-
description: This is the Redis vector library.
27
+
description: This is the Redis vector library (RedisVL).
12
28
group: library
13
29
hidden: false
14
30
linkTitle: RedisVL
@@ -19,4 +35,12 @@ title: RedisVL
19
35
type: integration
20
36
weight: 1
21
37
---
38
+
RedisVL is a powerful, dedicated Python client library for Redis that enables seamless integration and management of high-dimensional vector data.
39
+
Built to support machine learning and artificial intelligence workflows, RedisVL simplifies the process of storing, searching, and analyzing vector embeddings, which are commonly used for tasks like recommendation systems, semantic search, and anomaly detection.
22
40
41
+
Key features of RedisVL include:
42
+
43
+
- Vector Similarity Search: Efficiently find nearest neighbors in high-dimensional spaces using algorithms like HNSW (Hierarchical Navigable Small World).
44
+
- Integration with AI Frameworks: RedisVL works seamlessly with popular frameworks such as TensorFlow, PyTorch, and Hugging Face, making it easy to deploy AI models.
45
+
- Scalable and Fast: Leveraging Redis's in-memory architecture, RedisVL provides low-latency access to vector data, even at scale.
46
+
- By bridging the gap between data storage and AI model deployment, RedisVL empowers developers to build intelligent, real-time applications with minimal infrastructure complexity.
0 commit comments