instruct embeddings docs (#1131)

This commit is contained in:
Harrison Chase 2023-02-17 16:14:49 -08:00 committed by GitHub
parent 8c5fbab72d
commit ee3590cb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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