diff --git a/cookbook/integration_dspy.ipynb b/cookbook/integration_dspy.ipynb index 2a75f5c6..360951a2 100644 --- a/cookbook/integration_dspy.ipynb +++ b/cookbook/integration_dspy.ipynb @@ -17,7 +17,7 @@ "\n", "Langfuse can help with running DSPy projects by providing a centralized observability platform for debugging and monitoring.\n", "\n", - "**Note**: This is a community contributed integration ([initial PR](https://github.com/stanfordnlp/dspy/pull/1186) by [@xucailiang](https://github.com/xucailiang)). DSPy documentation covering the integration can be found [here](https://dspy-docs.vercel.app/api/language_model_clients/langfuse). If you encounter issues or want to contribute to the integration, please open an issue or PR.\n", + "**Note**: This is a community contributed integration ([initial PR](https://github.com/stanfordnlp/dspy/pull/1186) by [@xucailiang](https://github.com/xucailiang)). DSPy documentation can be found [here](https://dspy-docs.vercel.app/intro/). If you encounter issues or want to contribute to the integration, please open an issue or PR.\n", "\n", "---\n", "\n", diff --git a/pages/blog/langchain-integration.mdx b/pages/blog/langchain-integration.mdx index 8d0966b1..8880c52c 100644 --- a/pages/blog/langchain-integration.mdx +++ b/pages/blog/langchain-integration.mdx @@ -20,7 +20,7 @@ import GetStartedLangchainJsEnv from "@/components-mdx/get-started-langchain-js- authors={["maxdeichmann", "marcklingen"]} /> -For teams building their LLM app with Langchain, adopting Langfuse just got easier. We added a `CallbackHandler` to the Langfuse Python SDK that natively integrates with [Langchain Callbacks](https://python.langchain.com/docs/modules/callbacks/). +For teams building their LLM app with Langchain, adopting Langfuse just got easier. We added a `CallbackHandler` to the Langfuse Python SDK that natively integrates with [Langchain Callbacks](https://python.langchain.com/docs/how_to/#callbacks). ## 🪢 + 🦜🔗 → 🤌 diff --git a/pages/docs/integrations/dspy.md b/pages/docs/integrations/dspy.md index e62d7114..d1654f94 100644 --- a/pages/docs/integrations/dspy.md +++ b/pages/docs/integrations/dspy.md @@ -9,7 +9,7 @@ This cookbook demonstrates how to use [DSPy](https://github.com/stanfordnlp/dspy Langfuse can help with running DSPy projects by providing a centralized observability platform for debugging and monitoring. -**Note**: This is a community contributed integration ([initial PR](https://github.com/stanfordnlp/dspy/pull/1186) by [@xucailiang](https://github.com/xucailiang)). DSPy documentation covering the integration can be found [here](https://dspy-docs.vercel.app/api/language_model_clients/langfuse). If you encounter issues or want to contribute to the integration, please open an issue or PR. +**Note**: This is a community contributed integration ([initial PR](https://github.com/stanfordnlp/dspy/pull/1186) by [@xucailiang](https://github.com/xucailiang)). DSPy documentation can be found [here](https://dspy-docs.vercel.app/intro/). If you encounter issues or want to contribute to the integration, please open an issue or PR. --- diff --git a/pages/docs/integrations/langchain/tracing.mdx b/pages/docs/integrations/langchain/tracing.mdx index 01388f83..0ae7f18e 100644 --- a/pages/docs/integrations/langchain/tracing.mdx +++ b/pages/docs/integrations/langchain/tracing.mdx @@ -11,7 +11,7 @@ import GetStartedLangchainJsEnv from "@/components-mdx/get-started-langchain-js- # Observability & Tracing for Langchain (Python & JS/TS) -[Langfuse Tracing](/docs/tracing) integrates with Langchain using Langchain Callbacks ([Python](https://python.langchain.com/docs/modules/callbacks/), [JS](https://js.langchain.com/docs/modules/callbacks/)). Thereby, the Langfuse SDK automatically creates a nested trace for every run of your Langchain applications. This allows you to log, analyze and debug your LangChain application. +[Langfuse Tracing](/docs/tracing) integrates with Langchain using Langchain Callbacks ([Python](https://python.langchain.com/docs/how_to/#callbacks), [JS](https://js.langchain.com/docs/how_to/#callbacks)). Thereby, the Langfuse SDK automatically creates a nested trace for every run of your Langchain applications. This allows you to log, analyze and debug your LangChain application.