mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
b90e25f786
Add support for calling HuggingFace embedding models using the HuggingFaceHub Inference API. New class mirrors the existing HuggingFaceHub LLM implementation. Currently only supports 'sentence-transformers' models. Closes #86
2 lines
45 B
Python
2 lines
45 B
Python
"""All unit tests for Embeddings objects."""
|