TextEmbedEmbeddings()A class to handle embedding requests to the TextEmbed API.
Example:
.. code-block:: python
from langchain_community.embeddings import TextEmbedEmbeddings
embeddings = TextEmbedEmbeddings( model="sentence-transformers/clip-ViT-B-32", api_url="http://localhost:8000/v1", api_key="<API_KEY>" )
For more information: https://github.com/kevaldekivadiya2415/textembed/blob/main/docs/setup.md