1
2
3
4
5
6
7
8
| import { TracingProvider } from './type'
|
| export const docURL = {
| [TracingProvider.langSmith]: 'https://docs.smith.langchain.com/',
| [TracingProvider.langfuse]: 'https://docs.langfuse.com',
| [TracingProvider.opik]: 'https://www.comet.com/docs/opik/tracing/integrations/dify#setup-instructions',
| [TracingProvider.weave]: 'https://weave-docs.wandb.ai/',
| }
|
|