File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,15 @@ CohereReranker
1212.. autoclass :: CohereReranker
1313 :show-inheritance:
1414 :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
88
99 * - Class
1010 - Description
11- * - ` SearchIndex < # searchindex_api>`_
11+ * - :ref: ` searchindex_api `
1212 - Primary class to write, read, and search across data structures in Redis.
13- * - ` AsyncSearchIndex < # asyncsearchindex_api>`_
13+ * - :ref: ` asyncsearchindex_api `
1414 - Async version of the SearchIndex to write, read, and search across data structures in Redis.
1515
16+ .. _searchindex_api :
17+
1618SearchIndex
1719===========
1820
19- .. _searchindex_api :
20-
2121.. currentmodule :: redisvl.index
2222
2323.. autoclass :: SearchIndex
2424 :inherited-members:
2525 :members:
2626
27+ .. _asyncsearchindex_api :
28+
2729AsyncSearchIndex
2830================
2931
30- .. _asyncsearchindex_api :
31-
3232.. currentmodule :: redisvl.index
3333
3434.. autoclass :: AsyncSearchIndex
Original file line number Diff line number Diff line change 7979html_logo = "_static/Redis_Favicon_32x32_Red.png"
8080html_favicon = "_static/Redis_Favicon_32x32_Red.png"
8181html_context = {
82- "github_user" : "Redis " ,
83- "github_repo" : "Redis-VL -python" ,
82+ "github_user" : "redis " ,
83+ "github_repo" : "redis-vl -python" ,
8484 "github_version" : "main" ,
8585 "doc_path" : "docs" ,
8686}
You can’t perform that action at this time.
0 commit comments