docs: Add all available HF/sentence transformers embedding models list (#1134)

Solves -  https://github.com/lancedb/lancedb/issues/968
This commit is contained in:
Ayush Chaurasia
2024-03-26 19:04:09 +05:30
committed by Weston Pace
parent f97c7dad8c
commit b916f5f132
3 changed files with 156 additions and 19 deletions

View File

@@ -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"