mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 22:59:57 +00:00
docs: Add all available HF/sentence transformers embedding models list (#1134)
Solves - https://github.com/lancedb/lancedb/issues/968
This commit is contained in:
committed by
Weston Pace
parent
f97c7dad8c
commit
b916f5f132
@@ -14,7 +14,7 @@ class CrossEncoderReranker(Reranker):
|
||||
|
||||
Parameters
|
||||
----------
|
||||
model : str, default "cross-encoder/ms-marco-TinyBERT-L-6"
|
||||
model_name : str, default "cross-encoder/ms-marco-TinyBERT-L-6"
|
||||
The name of the cross encoder model to use. See the sentence transformers
|
||||
documentation for a list of available models.
|
||||
column : str, default "text"
|
||||
|
||||
Reference in New Issue
Block a user