Skip to content

Commit e467daf

Browse files
update for redisvl 0.6.0 (#2027)
* Update for redisvl 0.6.0
1 parent 59b9130 commit e467daf

27 files changed

+11979
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
categories:
3+
- docs
4+
- integrate
5+
- stack
6+
- oss
7+
- rs
8+
- rc
9+
- oss
10+
- clients
11+
description: This is the Redis vector library (RedisVL).
12+
group: library
13+
hidden: false
14+
linkTitle: 0.6.0
15+
summary: RedisVL provides a powerful, dedicated Python client library for using Redis
16+
as a vector database. Leverage Redis's speed, reliability, and vector-based semantic
17+
search capabilities to supercharge your application.
18+
title: RedisVL
19+
type: integration
20+
weight: 1
21+
bannerText: This documentation applies to version 0.6.0.
22+
bannerChildren: true
23+
url: '/develop/ai/redisvl/0.6.0/'
24+
---
25+
RedisVL is a powerful, dedicated Python client library for Redis that enables seamless integration and management of high-dimensional vector data.
26+
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.
27+
28+
Key features of RedisVL include:
29+
30+
- Vector Similarity Search: Efficiently find nearest neighbors in high-dimensional spaces using algorithms like HNSW (Hierarchical Navigable Small World).
31+
- Integration with AI Frameworks: RedisVL works seamlessly with popular frameworks such as TensorFlow, PyTorch, and Hugging Face, making it easy to deploy AI models.
32+
- Scalable and Fast: Leveraging Redis's in-memory architecture, RedisVL provides low-latency access to vector data, even at scale.
33+
- By bridging the gap between data storage and AI model deployment, RedisVL empowers developers to build intelligent, real-time applications with minimal infrastructure complexity.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
linkTitle: RedisVL API
3+
title: RedisVL API
4+
weight: 5
5+
hideListLinks: true
6+
url: '/develop/ai/redisvl/0.6.0/api/'
7+
---
8+
9+
10+
Reference documentation for the RedisVL API.
11+
12+
13+
14+
* [Schema](schema/)
15+
* [IndexSchema](schema/#indexschema)
16+
* [Defining Fields](schema/#defining-fields)
17+
* [Supported Field Types and Attributes](schema/#supported-field-types-and-attributes)
18+
* [Search Index Classes](searchindex/)
19+
* [SearchIndex](searchindex/#searchindex)
20+
* [AsyncSearchIndex](searchindex/#asyncsearchindex)
21+
* [Query](query/)
22+
* [VectorQuery](query/#vectorquery)
23+
* [VectorRangeQuery](query/#vectorrangequery)
24+
* [HybridQuery](query/#hybridquery)
25+
* [TextQuery](query/#textquery)
26+
* [FilterQuery](query/#filterquery)
27+
* [CountQuery](query/#countquery)
28+
* [Filter](filter/)
29+
* [FilterExpression](filter/#filterexpression)
30+
* [Tag](filter/#tag)
31+
* [Text](filter/#text)
32+
* [Num](filter/#num)
33+
* [Geo](filter/#geo)
34+
* [GeoRadius](filter/#georadius)
35+
* [Vectorizers](vectorizer/)
36+
* [HFTextVectorizer](vectorizer/#hftextvectorizer)
37+
* [OpenAITextVectorizer](vectorizer/#openaitextvectorizer)
38+
* [AzureOpenAITextVectorizer](vectorizer/#azureopenaitextvectorizer)
39+
* [VertexAITextVectorizer](vectorizer/#vertexaitextvectorizer)
40+
* [CohereTextVectorizer](vectorizer/#coheretextvectorizer)
41+
* [BedrockTextVectorizer](vectorizer/#bedrocktextvectorizer)
42+
* [CustomTextVectorizer](vectorizer/#customtextvectorizer)
43+
* [VoyageAITextVectorizer](vectorizer/#voyageaitextvectorizer)
44+
* [Rerankers](reranker/)
45+
* [CohereReranker](reranker/#coherereranker)
46+
* [HFCrossEncoderReranker](reranker/#hfcrossencoderreranker)
47+
* [VoyageAIReranker](reranker/#voyageaireranker)
48+
* [LLM Cache](cache/)
49+
* [SemanticCache](cache/#semanticcache)
50+
* [Embeddings Cache](cache/#embeddings-cache)
51+
* [EmbeddingsCache](cache/#embeddingscache)
52+
* [LLM Message History](message_history/)
53+
* [SemanticMessageHistory](message_history/#semanticmessagehistory)
54+
* [MessageHistory](message_history/#messagehistory)
55+
* [Semantic Router](router/)
56+
* [Semantic Router](router/#semantic-router-api)
57+
* [Routing Config](router/#routing-config)
58+
* [Route](router/#route)
59+
* [Route Match](router/#route-match)
60+
* [Distance Aggregation Method](router/#distance-aggregation-method)
61+
* [Threshold Optimizers](threshold_optimizer/)
62+
* [CacheThresholdOptimizer](threshold_optimizer/#cachethresholdoptimizer)
63+
* [RouterThresholdOptimizer](threshold_optimizer/#routerthresholdoptimizer)

0 commit comments

Comments
 (0)