mirror of https://github.com/langgenius/dify.git
docs: Update Opik intergration docs (#32336)
This commit is contained in:
parent
0ab4e16335
commit
504138bb23
|
|
@ -56,7 +56,7 @@
|
||||||
<a href="./docs/bn-BD/README.md"><img alt="README in বাংলা" src="https://img.shields.io/badge/বাংলা-d9d9d9"></a>
|
<a href="./docs/bn-BD/README.md"><img alt="README in বাংলা" src="https://img.shields.io/badge/বাংলা-d9d9d9"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Dify is an open-source platform for developing LLM applications. Its intuitive interface combines agentic AI workflows, RAG pipelines, agent capabilities, model management, observability features, and more—allowing you to quickly move from prototype to production.
|
Dify is an open-source LLM app development platform. Its intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features (including [Opik](https://www.comet.com/docs/opik/integrations/dify), [Langfuse](https://docs.langfuse.com), and [Arize Phoenix](https://docs.arize.com/phoenix)) and more, letting you quickly go from prototype to production. Here's a list of the core features:
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://trendshift.io/repositories/2152" target="_blank"><img src="https://trendshift.io/api/badge/repositories/2152" alt="langgenius%2Fdify | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
<a href="https://trendshift.io/repositories/2152" target="_blank"><img src="https://trendshift.io/api/badge/repositories/2152" alt="langgenius%2Fdify | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||||
</p>
|
</p>
|
||||||
Dify is an open-source LLM app development platform. Its intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production. Here's a list of the core features:
|
Dify is an open-source LLM app development platform. Its intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features (including [Opik](https://www.comet.com/docs/opik/integrations/dify), [Langfuse](https://docs.langfuse.com), and [Arize Phoenix](https://docs.arize.com/phoenix)) and more, letting you quickly go from prototype to production. Here's a list of the core features:
|
||||||
</br> </br>
|
</br> </br>
|
||||||
|
|
||||||
**1. Workflow**:
|
**1. Workflow**:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ export const docURL = {
|
||||||
[TracingProvider.phoenix]: 'https://docs.arize.com/phoenix',
|
[TracingProvider.phoenix]: 'https://docs.arize.com/phoenix',
|
||||||
[TracingProvider.langSmith]: 'https://docs.smith.langchain.com/',
|
[TracingProvider.langSmith]: 'https://docs.smith.langchain.com/',
|
||||||
[TracingProvider.langfuse]: 'https://docs.langfuse.com',
|
[TracingProvider.langfuse]: 'https://docs.langfuse.com',
|
||||||
[TracingProvider.opik]: 'https://www.comet.com/docs/opik/tracing/integrations/dify#setup-instructions',
|
[TracingProvider.opik]: 'https://www.comet.com/docs/opik/integrations/dify',
|
||||||
[TracingProvider.weave]: 'https://weave-docs.wandb.ai/',
|
[TracingProvider.weave]: 'https://weave-docs.wandb.ai/',
|
||||||
[TracingProvider.aliyun]: 'https://help.aliyun.com/zh/arms/tracing-analysis/untitled-document-1750672984680',
|
[TracingProvider.aliyun]: 'https://help.aliyun.com/zh/arms/tracing-analysis/untitled-document-1750672984680',
|
||||||
[TracingProvider.mlflow]: 'https://mlflow.org/docs/latest/genai/',
|
[TracingProvider.mlflow]: 'https://mlflow.org/docs/latest/genai/',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue