pub struct LangChainAdapter;Expand description
LangChain framework adapter.
Detects LangChain projects by looking for:
pyproject.tomlwithlangchaindependencyrequirements.txtcontaininglangchainorlanggraphlanggraph.jsonconfiguration file- Python files importing
from langchain/from langchain_core/from langgraph
Trait Implementations§
Source§impl Adapter for LangChainAdapter
impl Adapter for LangChainAdapter
Auto Trait Implementations§
impl Freeze for LangChainAdapter
impl RefUnwindSafe for LangChainAdapter
impl Send for LangChainAdapter
impl Sync for LangChainAdapter
impl Unpin for LangChainAdapter
impl UnsafeUnpin for LangChainAdapter
impl UnwindSafe for LangChainAdapter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more