Phoenix21 commited on
Commit
0eedb96
·
verified ·
1 Parent(s): 0b5f9aa

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +3 -0
pipeline.py CHANGED
@@ -73,7 +73,10 @@ from prompts import (
73
 
74
  logging.basicConfig(level=logging.INFO)
75
  logger = logging.getLogger(__name__)
 
 
76
  from langsmith import Client
 
77
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
78
  langsmith_client = Client()
79
  tracer = LangChainTracer(project_name=os.environ.get("LANGCHAIN_PROJECT", "healthy_ai_expert"))
 
73
 
74
  logging.basicConfig(level=logging.INFO)
75
  logger = logging.getLogger(__name__)
76
+
77
+ from langchain_core.tracers import LangChainTracer
78
  from langsmith import Client
79
+
80
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
81
  langsmith_client = Client()
82
  tracer = LangChainTracer(project_name=os.environ.get("LANGCHAIN_PROJECT", "healthy_ai_expert"))