From e092a5e2b91c0455d05fd0dce0e53f814b447b72 Mon Sep 17 00:00:00 2001 From: Marc Klingen Date: Tue, 17 Sep 2024 13:54:48 +0200 Subject: [PATCH] nit: add link --- pages/changelog/2024-09-17-prompt-linking-langchain.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/changelog/2024-09-17-prompt-linking-langchain.mdx b/pages/changelog/2024-09-17-prompt-linking-langchain.mdx index 17efc1f9b..62618cc56 100644 --- a/pages/changelog/2024-09-17-prompt-linking-langchain.mdx +++ b/pages/changelog/2024-09-17-prompt-linking-langchain.mdx @@ -9,11 +9,9 @@ ogImage: /images/changelog/2024-09-17-prompt-link-langchain-trace.png import { ChangelogHeader } from "@/components/changelog/ChangelogHeader"; - - -We have just released one of the most requested features for Langfuse prompt management: linking Langfuse prompts to Langchain executions to benefit from detailed insight on prompt usage. +We have just released one of the [most requested](https://github.com/orgs/langfuse/discussions/2237) features for Langfuse prompt management: linking Langfuse prompts to Langchain executions to benefit from detailed insight on prompt usage. With the link established between a prompt managed in Langfuse and its corresponding Langchain executions, the performance of each given prompt can be tracked on the Langfuse platform. @@ -27,4 +25,4 @@ In the trace view on the Langfuse platform you will notice your prompt link appe - [Python Cookbook Prompt Management with Langchain](/docs/prompts/example-langchain) - [JS Cookbook Prompt Management with Langchain](/docs/prompts/example-langchain-js) - [Python SDK release](https://github.com/langfuse/langfuse-python/releases/tag/v2.49.0) -- [JS SDK release](https://github.com/langfuse/langfuse-js/releases/tag/v3.25.0) \ No newline at end of file +- [JS SDK release](https://github.com/langfuse/langfuse-js/releases/tag/v3.25.0)