community: Fix word spelling in Text2vecEmbeddings (#27183)

Fix word spelling in `Text2vecEmbeddings`
This commit is contained in:
ZhangShenao 2024-10-16 00:28:48 +08:00 committed by GitHub
parent 92ae61bcc8
commit f3925d71b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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