← Back to changelog Max Deichmann
Max Deichmann
April 8, 2024
Support for LangChain async, batch and streaming interfaces
 Max Deichmann
Max DeichmannWith this release, Langfuse Tracing integrates natively with all LangChain interfaces on Python and JS.
Available as of v2.22.0 of the Langfuse Python SDK. Check out the integration docs for more details on how to use Langfuse with LangChain.
Thanks to @noble-varghese for your contribution on this!
Overview of supported Langchain interfaces
| Feature/interface | Python | JS/TS | 
|---|---|---|
| LCEL | ✅ | ✅ | 
| invoke() | ✅ | ✅ | 
| run() | ✅ | ✅ | 
| call() | ✅ | ✅ | 
| predict() | ✅ | ✅ | 
| async | ✅ | ✅ | 
| batch() | ✅ | (✅) | 
| streaming | ✅ | ✅ |