Files
langchain-python/langchain/client/__init__.py
T
Zander Chase 1017e5cee2 Add LCP Client (#4198)
Adding a client to fetch datasets, examples, and runs from a LCP
instance and run objects over them.
2023-05-05 16:28:56 -07:00

7 lines
121 B
Python

"""LangChain+ Client."""
from langchain.client.langchain import LangChainPlusClient
__all__ = ["LangChainPlusClient"]