Phoenix21 commited on
Commit
0cdf9fb
·
verified ·
1 Parent(s): 827152a

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -600,7 +600,7 @@ def run_with_chain(query: str) -> str:
600
  3) If not refused, check if query is aggression/ethical => route to chain
601
  4) Otherwise classify => brand/wellness/out-of-scope => RAG => tailor
602
  """
603
- with tracer.new_trace(name="wellness_pipeline_run") as run:
604
  start_time = time.time()
605
  try:
606
  # 1) Validate
 
600
  3) If not refused, check if query is aggression/ethical => route to chain
601
  4) Otherwise classify => brand/wellness/out-of-scope => RAG => tailor
602
  """
603
+ # with tracer.new_trace(name="wellness_pipeline_run") as run:
604
  start_time = time.time()
605
  try:
606
  # 1) Validate