olca 0.2.47__tar.gz → 0.2.48__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {olca-0.2.47 → olca-0.2.48}/PKG-INFO +1 -1
- {olca-0.2.47 → olca-0.2.48}/olca/tracing.py +1 -1
- {olca-0.2.47 → olca-0.2.48}/olca.egg-info/PKG-INFO +1 -1
- {olca-0.2.47 → olca-0.2.48}/pyproject.toml +1 -1
- {olca-0.2.47 → olca-0.2.48}/setup.py +1 -1
- {olca-0.2.47 → olca-0.2.48}/LICENSE +0 -0
- {olca-0.2.47 → olca-0.2.48}/README.md +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca/__init__.py +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca/fusewill_cli.py +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca/fusewill_utils.py +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca/olcacli.py +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca/utils.py +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca.egg-info/SOURCES.txt +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca.egg-info/dependency_links.txt +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca.egg-info/entry_points.txt +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca.egg-info/requires.txt +0 -0
- {olca-0.2.47 → olca-0.2.48}/olca.egg-info/top_level.txt +0 -0
- {olca-0.2.47 → olca-0.2.48}/setup.cfg +0 -0
@@ -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
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='olca',
|
5
|
-
version = "0.2.
|
5
|
+
version = "0.2.48",
|
6
6
|
author='Jean GUillaume ISabelle',
|
7
7
|
author_email='jgi@jgwill.com',
|
8
8
|
description='A Python package for experimenting with Langchain agent and interactivity in Terminal modalities.',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|