加载嵌入模型#

langchain_community.embeddings.self_hosted_hugging_face.load_embedding_model(model_id: str, instruct: bool = False, device: int = 0) Any[source]#

加载嵌入模型。

Parameters:
  • model_id (str)

  • instruct (bool)

  • 设备 (整数)

Return type:

任何