mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
instruct embeddings docs (#1131)
This commit is contained in:
parent
8c5fbab72d
commit
ee3590cb61
@ -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…
Reference in New Issue
Block a user