Skip to content

Commit 7fff483

Browse files
Update for redisvl 0.6.0
1 parent 0fb4a2d commit 7fff483

25 files changed

+11922
-0
lines changed
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)