From 4c9e7bbdc05d02977ef88242241a0b7aa73ff093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannik=20Maierh=C3=B6fer?= <48529566+jannikmaierhoefer@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:33:14 +0200 Subject: [PATCH] docs: add prompt management plugin to Langfuse integration page --- .../integrate-langfuse.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx b/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx index e3ddac89..030c9078 100644 --- a/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx +++ b/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx @@ -637,3 +637,13 @@ It will be automatically generated by the script. Found an error or have suggestions? Let us know + +### Langfuse Prompt Management + +The [Langfuse Prompt Management Plugin](https://github.com/gao-ai-com/dify-plugin-langfuse) (community maintained) lets you use prompts that are [managed and versioned in Langfuse](https://langfuse.com/docs/prompts/get-started) in your Dify applications, enhancing your LLM application development workflow. Key features include: + +- **Get Prompt:** Fetch specific prompts managed in Langfuse. +- **Search Prompts:** Search for prompts in Langfuse using various filters. +- **Update Prompt:** Create new versions of prompts in Langfuse and set tags/labels. + +This integration streamlines the process of managing and versioning your prompts, contributing to more efficient development and iteration cycles. You can find the plugin and installation instructions [here](https://github.com/gao-ai-com/dify-plugin-langfuse).