mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
75ffe51bbe
--------- Co-authored-by: Erick Friis <erick@langchain.dev>
5 lines
144 B
Python
5 lines
144 B
Python
from langchain_ibm.embeddings import WatsonxEmbeddings
|
|
from langchain_ibm.llms import WatsonxLLM
|
|
|
|
__all__ = ["WatsonxLLM", "WatsonxEmbeddings"]
|