mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-22 09:15:31 -04:00
1017e5cee2
Adding a client to fetch datasets, examples, and runs from a LCP instance and run objects over them.
7 lines
121 B
Python
7 lines
121 B
Python
"""LangChain+ Client."""
|
|
|
|
|
|
from langchain.client.langchain import LangChainPlusClient
|
|
|
|
__all__ = ["LangChainPlusClient"]
|