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

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -73,7 +73,7 @@ from prompts import (
73
 
74
  logging.basicConfig(level=logging.INFO)
75
  logger = logging.getLogger(__name__)
76
-
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
+ 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"))