File tree 3 files changed +20
-8
lines changed
3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,15 @@ CohereReranker
12
12
.. autoclass :: CohereReranker
13
13
:show-inheritance:
14
14
:members:
15
+
16
+
17
+ HFCrossEncoderReranker
18
+ ========================
19
+
20
+ .. _hfcrossencoderreranker_api :
21
+
22
+ .. currentmodule :: redisvl.utils.rerank.hf_cross_encoder
23
+
24
+ .. autoclass :: HFCrossEncoderReranker
25
+ :show-inheritance:
26
+ :members:
Original file line number Diff line number Diff line change @@ -8,27 +8,27 @@ Search Index Classes
8
8
9
9
* - Class
10
10
- Description
11
- * - ` SearchIndex < # searchindex_api>`_
11
+ * - :ref: ` searchindex_api `
12
12
- Primary class to write, read, and search across data structures in Redis.
13
- * - ` AsyncSearchIndex < # asyncsearchindex_api>`_
13
+ * - :ref: ` asyncsearchindex_api `
14
14
- Async version of the SearchIndex to write, read, and search across data structures in Redis.
15
15
16
+ .. _searchindex_api :
17
+
16
18
SearchIndex
17
19
===========
18
20
19
- .. _searchindex_api :
20
-
21
21
.. currentmodule :: redisvl.index
22
22
23
23
.. autoclass :: SearchIndex
24
24
:inherited-members:
25
25
:members:
26
26
27
+ .. _asyncsearchindex_api :
28
+
27
29
AsyncSearchIndex
28
30
================
29
31
30
- .. _asyncsearchindex_api :
31
-
32
32
.. currentmodule :: redisvl.index
33
33
34
34
.. autoclass :: AsyncSearchIndex
Original file line number Diff line number Diff line change 79
79
html_logo = "_static/Redis_Favicon_32x32_Red.png"
80
80
html_favicon = "_static/Redis_Favicon_32x32_Red.png"
81
81
html_context = {
82
- "github_user" : "Redis " ,
83
- "github_repo" : "Redis-VL -python" ,
82
+ "github_user" : "redis " ,
83
+ "github_repo" : "redis-vl -python" ,
84
84
"github_version" : "main" ,
85
85
"doc_path" : "docs" ,
86
86
}
You can’t perform that action at this time.
0 commit comments