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

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