From f82a8f8eb4f4f95c8da701f4b8ed27267fc23257 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 7 Jul 2024 15:27:24 +0000 Subject: [PATCH] GITBOOK-92: Fix: Change case of "Langfuse" --- en/SUMMARY.md | 7 +++---- .../monitoring/integrate-external-ops-tools/README.md | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/en/SUMMARY.md b/en/SUMMARY.md index b599107..68e1832 100644 --- a/en/SUMMARY.md +++ b/en/SUMMARY.md @@ -64,7 +64,6 @@ * [Sync Data from Website](guides/knowledge-base/sync-from-website.md) * [Maintain Knowledge Base via API](guides/knowledge-base/maintain-dataset-via-api.md) * [External Data Tool](guides/knowledge-base/external-data-tool.md) - * [Tools](guides/tools/README.md) * [Quick Tool Integration](guides/tools/quick-tool-integration.md) * [Advanced Tool Integration](guides/tools/advanced-tool-integration.md) @@ -85,7 +84,7 @@ * [Data Analysis](guides/monitoring/analysis.md) * [Integrate External Ops Tools](guides/monitoring/integrate-external-ops-tools/README.md) * [Integrate LangSmith](guides/monitoring/integrate-external-ops-tools/integrate-langsmith.md) - * [Integrate LangFuse](guides/monitoring/integrate-external-ops-tools/integrate-langfuse.md) + * [Integrate Langfuse](guides/monitoring/integrate-external-ops-tools/integrate-langfuse.md) * [Extension](guides/extension/README.md) * [API-Based Extension](guides/extension/api-based-extension/README.md) * [External Data Tool](guides/extension/api-based-extension/external-data-tool.md) @@ -103,7 +102,7 @@ * [Seek Support](community/support.md) * [Become a Contributor](community/contribution.md) -## Development +## Development * [Backend](development/backend/README.md) * [DifySandbox](development/backend/sandbox/README.md) @@ -130,4 +129,4 @@ * [Open Source License](policies/open-source.md) * [User Agreement](policies/agreement/README.md) * [Terms of Service](https://dify.ai/terms) - * [Privacy Policy](https://dify.ai/privacy) \ No newline at end of file + * [Privacy Policy](https://dify.ai/privacy) diff --git a/en/guides/monitoring/integrate-external-ops-tools/README.md b/en/guides/monitoring/integrate-external-ops-tools/README.md index ecabdee..53db273 100644 --- a/en/guides/monitoring/integrate-external-ops-tools/README.md +++ b/en/guides/monitoring/integrate-external-ops-tools/README.md @@ -10,11 +10,11 @@ While LLMs (Large Language Models) possess exceptional reasoning and text genera * **Debugging complexity** introduced by chain calls, agents, and tools * Understanding complex user intents -Tools like LangSmith and LangFuse, known as LLMOps tools, provide comprehensive tracking and deep evaluation capabilities for LLM applications, offering developers complete lifecycle support from prototyping to production and operations. +Tools like LangSmith and Langfuse, known as LLMOps tools, provide comprehensive tracking and deep evaluation capabilities for LLM applications, offering developers complete lifecycle support from prototyping to production and operations. * #### Prototyping Phase -In the prototyping phase, LLM applications typically involve rapid experimentation with prompt testing, model selection, RAG (Retrieval-Augmented Generation) strategies, and other parameter combinations. Quickly understanding the model's execution performance is crucial in this stage. Integrating LangFuse allows tracking of every step of Dify application execution, providing clear visibility and debugging information, enabling developers to quickly pinpoint issues and reduce debugging time. +In the prototyping phase, LLM applications typically involve rapid experimentation with prompt testing, model selection, RAG (Retrieval-Augmented Generation) strategies, and other parameter combinations. Quickly understanding the model's execution performance is crucial in this stage. Integrating Langfuse allows tracking of every step of Dify application execution, providing clear visibility and debugging information, enabling developers to quickly pinpoint issues and reduce debugging time. * **Testing Phase**