File tree 4 files changed +44
-3
lines changed
4 files changed +44
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
********
3
- LLMCache
3
+ LLM Cache
4
4
********
5
5
6
6
SemanticCache
Original file line number Diff line number Diff line change 18
18
vectorizer
19
19
reranker
20
20
cache
21
+ router
21
22
```
22
23
Original file line number Diff line number Diff line change 3
3
Query
4
4
*****
5
5
6
+ .. _query_api :
7
+
8
+
6
9
VectorQuery
7
10
===========
8
11
9
- .. _query_api :
10
-
11
12
.. currentmodule :: redisvl.query
12
13
13
14
Original file line number Diff line number Diff line change
1
+
2
+ ********
3
+ Semantic Router
4
+ ********
5
+
6
+ .. _semantic_router_api :
7
+
8
+
9
+ Semantic Router
10
+ =============
11
+
12
+ .. currentmodule :: redisvl.extensions.router
13
+
14
+ .. autoclass :: SemanticRouter
15
+ :show-inheritance:
16
+ :members:
17
+ :inherited-members:
18
+
19
+
20
+ Routing Config
21
+ ===============
22
+
23
+ .. currentmodule :: redisvl.extensions.router
24
+
25
+ .. autoclass :: RoutingConfig
26
+ :show-inheritance:
27
+ :members:
28
+ :inherited-members:
29
+
30
+
31
+ Route
32
+ =====
33
+
34
+ .. currentmodule :: redisvl.extensions.router
35
+
36
+ .. autoclass :: Route
37
+ :show-inheritance:
38
+ :members:
39
+ :inherited-members:
You can’t perform that action at this time.
0 commit comments