mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 19:18:48 +00:00
**Description:** Updates the Confident AI integration documentation to use modern patterns and improve code quality. This change: - Replaces deprecated `DeepEvalCallbackHandler` with the new `CallbackHandler` from `deepeval.integrations.langchain` - Updates installation and authentication instructions to match current best practices - Adds modern integration examples using LangChain's latest patterns - Removes deprecated metrics and outdated code examples - Updates code samples to follow current best practices The changes make the documentation more maintainable and ensure users follow the recommended integration patterns. **Issue:** Fixes #32444 **Dependencies:** - deepeval - langchain - langchain-openai **Twitter handle:** @Muwinuddin --------- Co-authored-by: Mason Daugherty <mason@langchain.dev> Co-authored-by: Mason Daugherty <github@mdrxy.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide