GITBOOK-92: Fix: Change case of "Langfuse"

pull/149/head
allen 2024-07-07 15:27:24 +00:00 committed by gitbook-bot
parent 2415fdfb80
commit f82a8f8eb4
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 5 additions and 6 deletions

View File

@ -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)
<!-- TODO: change gong-ju.md to tools/readme.md in cn en jp -->
* [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 <a href="#development" id="development"></a>
## 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)
* [Privacy Policy](https://dify.ai/privacy)

View File

@ -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**