Skip to content

Commit 1b03cdd

Browse files
docs
1 parent 644f846 commit 1b03cdd

File tree

4 files changed

+44
-3
lines changed

4 files changed

+44
-3
lines changed

docs/api/cache.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
********
3-
LLMCache
3+
LLM Cache
44
********
55

66
SemanticCache

docs/api/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ filter
1818
vectorizer
1919
reranker
2020
cache
21+
router
2122
```
2223

docs/api/query.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
Query
44
*****
55

6+
.. _query_api:
7+
8+
69
VectorQuery
710
===========
811

9-
.. _query_api:
10-
1112
.. currentmodule:: redisvl.query
1213

1314

docs/api/router.rst

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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:

0 commit comments

Comments
 (0)