olca 0.2.47__py3-none-any.whl → 0.2.48__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
olca/tracing.py CHANGED
@@ -39,7 +39,7 @@ class TracingManager:
39
39
  print("Warning: Missing Langfuse environment variables")
40
40
  return None
41
41
 
42
- return LangfuseCallbackHandler()
42
+ return LangfuseCallbackHandler(batch_size=1000) # Adjust batch size as needed
43
43
 
44
44
  def get_callbacks(self):
45
45
  return self.handlers if self.handlers else None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: olca
3
- Version: 0.2.47
3
+ Version: 0.2.48
4
4
  Summary: A Python package for experimental usage of Langchain and Human-in-the-Loop
5
5
  Home-page: https://github.com/jgwill/olca
6
6
  Author: Jean GUillaume ISabelle
@@ -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=JdIF3Si07uonzbmaA1H9WEkNPjCs_NszC0u1uU_oWB4,15875
5
- olca/tracing.py,sha256=4FprOOpq0tzucV1ekBlPgGXmTNLwJIfs21-oyheKXzA,1412
5
+ olca/tracing.py,sha256=QX4qctLDmabdiPW_MySp-BD39qHMOxlLDvVag2mJ4ek,1458
6
6
  olca/utils.py,sha256=zM94HDMDYF95Yd9ubeOK6vuepbQN4kDFh0rTvaVFagI,912
7
- olca-0.2.47.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
8
- olca-0.2.47.dist-info/METADATA,sha256=cbj8odmvf3sIzGLyeTCi7CVzHrJBq6TgrAZ13tXauQM,25311
9
- olca-0.2.47.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
10
- olca-0.2.47.dist-info/entry_points.txt,sha256=AhP5FMv6vnOq9C76V_vxRVIO50smnZXG4RIY47oD2_U,103
11
- olca-0.2.47.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
12
- olca-0.2.47.dist-info/RECORD,,
7
+ olca-0.2.48.dist-info/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
8
+ olca-0.2.48.dist-info/METADATA,sha256=tgrqOmAb2c1x3DlEL2dp6lMCXH9jm76pLIGprbUnTPM,25311
9
+ olca-0.2.48.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
10
+ olca-0.2.48.dist-info/entry_points.txt,sha256=AhP5FMv6vnOq9C76V_vxRVIO50smnZXG4RIY47oD2_U,103
11
+ olca-0.2.48.dist-info/top_level.txt,sha256=bGDtAReS-xlS0F6MM-DyD0IQUqjNdWmgemnM3vNtrpI,5
12
+ olca-0.2.48.dist-info/RECORD,,
File without changes
File without changes