From 2f848294cbf3ad89fcd1bbad091a36b95647bde4 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:04:28 -0700 Subject: [PATCH] Rm Warning that Tracing is Experimental (#7612) --- langchain/callbacks/manager.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/langchain/callbacks/manager.py b/langchain/callbacks/manager.py index 4dde82c26..bd0aa1263 100644 --- a/langchain/callbacks/manager.py +++ b/langchain/callbacks/manager.py @@ -4,7 +4,6 @@ import asyncio import functools import logging import os -import warnings from contextlib import asynccontextmanager, contextmanager from contextvars import ContextVar from typing import ( @@ -163,11 +162,6 @@ def tracing_v2_enabled( >>> with tracing_v2_enabled(): ... # LangChain code will automatically be traced """ - # Issue a warning that this is experimental - warnings.warn( - "The tracing v2 API is in development. " - "This is not yet stable and may change in the future." - ) if isinstance(example_id, str): example_id = UUID(example_id) cb = LangChainTracer(