Skip to content

Commit b346029

Browse files
authored
INT: remove RedisVL docs and point to new RTD site (#1047)
* INT: remove RedisVL docs and point to new RTD site * Added aliases * Apply review comments.
1 parent 0fc6e3c commit b346029

File tree

20 files changed

+59
-4498
lines changed

20 files changed

+59
-4498
lines changed

content/develop/ai/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Redis stores and indexes vector embeddings that semantically represent unstructu
1414

1515
| Vector | RAG | RedisVL |
1616
| :-- | :-- | :-- |
17-
| {{<image filename="images/ai-cube.png" alt="AI Redis icon.">}}[Redis vector database quick start guide]({{< relref "/develop/get-started/vector-database" >}}) |{{<image filename="images/ai-brain.png" alt="AI Redis icon.">}} [Retrieval-Augmented Generation quick start guide]({{< relref "/develop/get-started/rag" >}}) | {{<image filename="images/ai-lib.png" alt="AI Redis icon.">}}[Redis vector Python client library documentation]({{< relref "/integrate/redisvl/overview/" >}}) |
17+
| {{<image filename="images/ai-cube.png" alt="AI Redis icon.">}}[Redis vector database quick start guide]({{< relref "/develop/get-started/vector-database" >}}) |{{<image filename="images/ai-brain.png" alt="AI Redis icon.">}} [Retrieval-Augmented Generation quick start guide]({{< relref "/develop/get-started/rag" >}}) | {{<image filename="images/ai-lib.png" alt="AI Redis icon.">}}[Redis vector Python client library documentation]({{< relref "/integrate/redisvl/" >}}) |
1818

1919
#### Overview
2020

content/integrate/redisvl/_index.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
---
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
218
categories:
319
- docs
420
- integrate
@@ -8,7 +24,7 @@ categories:
824
- rc
925
- oss
1026
- clients
11-
description: This is the Redis vector library.
27+
description: This is the Redis vector library (RedisVL).
1228
group: library
1329
hidden: false
1430
linkTitle: RedisVL
@@ -19,4 +35,12 @@ title: RedisVL
1935
type: integration
2036
weight: 1
2137
---
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.
2240

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.

content/integrate/redisvl/api/_index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/integrate/redisvl/api/cache.md

Lines changed: 0 additions & 206 deletions
This file was deleted.

0 commit comments

Comments
 (0)