langchain-huggingface: 0.1.2#

chat_models#

chat_models.huggingface.ChatHuggingFace

将Hugging Face的LLM作为ChatModels使用。

chat_models.huggingface.TGI_MESSAGE(role, ...)

发送到TextGenInference API的消息。

chat_models.huggingface.TGI_RESPONSE(...)

来自TextGenInference API的响应。

embeddings#

embeddings.huggingface.HuggingFaceEmbeddings

HuggingFace 的 sentence_transformers 嵌入模型。

embeddings.huggingface_endpoint.HuggingFaceEndpointEmbeddings

HuggingFaceHub 嵌入模型。

llms#