mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
community: Fix word spelling in Text2vecEmbeddings
(#27183)
Fix word spelling in `Text2vecEmbeddings`
This commit is contained in:
parent
92ae61bcc8
commit
f3925d71b9
@ -10,7 +10,7 @@ class Text2vecEmbeddings(Embeddings, BaseModel):
|
||||
"""text2vec embedding models.
|
||||
|
||||
Install text2vec first, run 'pip install -U text2vec'.
|
||||
The gitbub repository for text2vec is : https://github.com/shibing624/text2vec
|
||||
The github repository for text2vec is : https://github.com/shibing624/text2vec
|
||||
|
||||
Example:
|
||||
.. code-block:: python
|
||||
|
Loading…
Reference in New Issue
Block a user