instruct embeddings docs (#1131)

searx-api
Harrison Chase 1 year ago committed by GitHub
parent 8c5fbab72d
commit ee3590cb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,8 @@ class HuggingFaceEmbeddings(BaseModel, Embeddings):
class HuggingFaceInstructEmbeddings(BaseModel, Embeddings):
"""Wrapper around sentence_transformers embedding models.
To use, you should have the ``sentence_transformers`` python package installed.
To use, you should have the ``sentence_transformers``
and ``InstructorEmbedding`` python package installed.
Example:
.. code-block:: python

Loading…
Cancel
Save