olca 0.2.44__py3-none-any.whl → 0.2.46__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- olca/tracing.py +4 -0
- {olca-0.2.44.dist-info → olca-0.2.46.dist-info}/METADATA +1 -1
- {olca-0.2.44.dist-info → olca-0.2.46.dist-info}/RECORD +7 -7
- {olca-0.2.44.dist-info → olca-0.2.46.dist-info}/LICENSE +0 -0
- {olca-0.2.44.dist-info → olca-0.2.46.dist-info}/WHEEL +0 -0
- {olca-0.2.44.dist-info → olca-0.2.46.dist-info}/entry_points.txt +0 -0
- {olca-0.2.44.dist-info → olca-0.2.46.dist-info}/top_level.txt +0 -0
olca/tracing.py
CHANGED
@@ -2,6 +2,10 @@ import os
|
|
2
2
|
from langfuse.callback import CallbackHandler as LangfuseCallbackHandler
|
3
3
|
from langfuse import Langfuse
|
4
4
|
from olca.utils import initialize_langfuse
|
5
|
+
import warnings
|
6
|
+
|
7
|
+
# Ignore specific Langfuse warning
|
8
|
+
warnings.filterwarnings("ignore", message="Item exceeds size limit", category=UserWarning)
|
5
9
|
|
6
10
|
class TracingManager:
|
7
11
|
def __init__(self, config):
|
@@ -2,11 +2,11 @@ olca/__init__.py,sha256=3QyLLAys_KiiDIe-cfO_7QyY7di_qCaCS-sVziW2BOw,23
|
|
2
2
|
olca/fusewill_cli.py,sha256=Gf8CaYs7Uo4NH8QfgRNYalpmSUo047p9rzdkvIABHi8,7872
|
3
3
|
olca/fusewill_utils.py,sha256=IOIElqWCIsNzePlS1FZa5_35vySYLwbMUGW6UhNefIc,6065
|
4
4
|
olca/olcacli.py,sha256=92V9oEJu_EEIxx9FertTYQXss7unZuAAY04DGI6ywTs,15886
|
5
|
-
olca/tracing.py,sha256=
|
5
|
+
olca/tracing.py,sha256=4FprOOpq0tzucV1ekBlPgGXmTNLwJIfs21-oyheKXzA,1412
|
6
6
|
olca/utils.py,sha256=zM94HDMDYF95Yd9ubeOK6vuepbQN4kDFh0rTvaVFagI,912
|
7
|
-
olca-0.2.
|
8
|
-
olca-0.2.
|
9
|
-
olca-0.2.
|
10
|
-
olca-0.2.
|
11
|
-
olca-0.2.
|
12
|
-
olca-0.2.
|
7
|
+
olca-0.2.46.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
8
|
+
olca-0.2.46.dist-info/METADATA,sha256=3zw58I-ZGjiNhv8E1LlWvYxgmD_8oszr_v6sN61cI1I,25311
|
9
|
+
olca-0.2.46.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
10
|
+
olca-0.2.46.dist-info/entry_points.txt,sha256=AhP5FMv6vnOq9C76V_vxRVIO50smnZXG4RIY47oD2_U,103
|
11
|
+
olca-0.2.46.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
|
12
|
+
olca-0.2.46.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|