ragaai-catalyst 2.1.6b0__py3-none-any.whl → 2.1.6b2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ragaai_catalyst/tracers/instrumentators/__init__.py +0 -5
- ragaai_catalyst/tracers/tracer.py +0 -5
- {ragaai_catalyst-2.1.6b0.dist-info → ragaai_catalyst-2.1.6b2.dist-info}/METADATA +14 -2
- {ragaai_catalyst-2.1.6b0.dist-info → ragaai_catalyst-2.1.6b2.dist-info}/RECORD +7 -10
- ragaai_catalyst/tracers/instrumentators/langchain.py +0 -14
- ragaai_catalyst/tracers/instrumentators/llamaindex.py +0 -14
- ragaai_catalyst/tracers/instrumentators/openai.py +0 -13
- {ragaai_catalyst-2.1.6b0.dist-info → ragaai_catalyst-2.1.6b2.dist-info}/LICENSE +0 -0
- {ragaai_catalyst-2.1.6b0.dist-info → ragaai_catalyst-2.1.6b2.dist-info}/WHEEL +0 -0
- {ragaai_catalyst-2.1.6b0.dist-info → ragaai_catalyst-2.1.6b2.dist-info}/top_level.txt +0 -0
@@ -21,11 +21,6 @@ from opentelemetry.sdk import trace as trace_sdk
|
|
21
21
|
from opentelemetry.sdk.trace.export import SimpleSpanProcessor
|
22
22
|
from ragaai_catalyst.tracers.exporters.file_span_exporter import FileSpanExporter
|
23
23
|
from ragaai_catalyst.tracers.exporters.raga_exporter import RagaExporter
|
24
|
-
from ragaai_catalyst.tracers.instrumentators import (
|
25
|
-
LangchainInstrumentor,
|
26
|
-
OpenAIInstrumentor,
|
27
|
-
LlamaIndexInstrumentor,
|
28
|
-
)
|
29
24
|
from ragaai_catalyst.tracers.utils import get_unique_key
|
30
25
|
# from ragaai_catalyst.tracers.llamaindex_callback import LlamaIndexTracer
|
31
26
|
from ragaai_catalyst.tracers.llamaindex_instrumentation import LlamaIndexInstrumentationTracer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: ragaai_catalyst
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.6b2
|
4
4
|
Summary: RAGA AI CATALYST
|
5
5
|
Author-email: Kiran Scaria <kiran.scaria@raga.ai>, Kedar Gaikwad <kedar.gaikwad@raga.ai>, Dushyant Mahajan <dushyant.mahajan@raga.ai>, Siddhartha Kosti <siddhartha.kosti@raga.ai>, Ritika Goel <ritika.goel@raga.ai>, Vijay Chaurasia <vijay.chaurasia@raga.ai>, Tushar Kumar <tushar.kumar@raga.ai>
|
6
6
|
Requires-Python: <3.13,>=3.9
|
@@ -15,7 +15,7 @@ Requires-Dist: groq>=0.11.0
|
|
15
15
|
Requires-Dist: pypdf>=5.3.1
|
16
16
|
Requires-Dist: google-genai>=1.3.0
|
17
17
|
Requires-Dist: Markdown>=3.7
|
18
|
-
Requires-Dist: litellm
|
18
|
+
Requires-Dist: litellm>=1.51.1
|
19
19
|
Requires-Dist: tenacity==8.3.0
|
20
20
|
Requires-Dist: tqdm>=4.66.5
|
21
21
|
Requires-Dist: llama-index>=0.10.0
|
@@ -29,6 +29,18 @@ Requires-Dist: tiktoken>=0.7.0
|
|
29
29
|
Requires-Dist: tomli>=2.0.0
|
30
30
|
Requires-Dist: rich>=13.9.4
|
31
31
|
Requires-Dist: openinference-instrumentation-llama-index
|
32
|
+
Requires-Dist: openinference-instrumentation-langchain
|
33
|
+
Requires-Dist: openinference-instrumentation-vertexai
|
34
|
+
Requires-Dist: openinference-instrumentation-anthropic
|
35
|
+
Requires-Dist: openinference-instrumentation-groq
|
36
|
+
Requires-Dist: openinference-instrumentation-litellm
|
37
|
+
Requires-Dist: openinference-instrumentation-mistralai
|
38
|
+
Requires-Dist: openinference-instrumentation-openai
|
39
|
+
Requires-Dist: openinference-instrumentation-bedrock
|
40
|
+
Requires-Dist: openinference-instrumentation-crewai
|
41
|
+
Requires-Dist: openinference-instrumentation-haystack
|
42
|
+
Requires-Dist: openinference-instrumentation-autogen
|
43
|
+
Requires-Dist: openinference-instrumentation-smolagents
|
32
44
|
Requires-Dist: opentelemetry-sdk
|
33
45
|
Requires-Dist: opentelemetry-exporter-otlp
|
34
46
|
Requires-Dist: opentelemetry-proto>=1.12.0
|
@@ -31,7 +31,7 @@ ragaai_catalyst/tracers/distributed.py,sha256=MwlBwIxCAng-OI-7Ove_rkE1mTLeuW4Jw-
|
|
31
31
|
ragaai_catalyst/tracers/langchain_callback.py,sha256=CB75zzG3-DkYTELj0vI1MOHQTY0MuQJfoHIXz9Cl8S8,34568
|
32
32
|
ragaai_catalyst/tracers/llamaindex_callback.py,sha256=ZY0BJrrlz-P9Mg2dX-ZkVKG3gSvzwqBtk7JL_05MiYA,14028
|
33
33
|
ragaai_catalyst/tracers/llamaindex_instrumentation.py,sha256=Ys_jLkvVqo12bKgXDmkp4TxJu9HkBATrFE8cIcTYxWw,14329
|
34
|
-
ragaai_catalyst/tracers/tracer.py,sha256=
|
34
|
+
ragaai_catalyst/tracers/tracer.py,sha256=stD4Lr7UfIBalljG-VVH0BpP2Ji15wIwYhOyMcYYI4Q,35861
|
35
35
|
ragaai_catalyst/tracers/upload_traces.py,sha256=OKsc-Obf8bJvKBprt3dqj8GQQNkoX3kT_t8TBDi9YDQ,5670
|
36
36
|
ragaai_catalyst/tracers/agentic_tracing/README.md,sha256=X4QwLb7-Jg7GQMIXj-SerZIgDETfw-7VgYlczOR8ZeQ,4508
|
37
37
|
ragaai_catalyst/tracers/agentic_tracing/__init__.py,sha256=yf6SKvOPSpH-9LiKaoLKXwqj5sez8F_5wkOb91yp0oE,260
|
@@ -78,10 +78,7 @@ ragaai_catalyst/tracers/exporters/dynamic_trace_exporter.py,sha256=w9U8UTxvTbGTD
|
|
78
78
|
ragaai_catalyst/tracers/exporters/file_span_exporter.py,sha256=RgGteu-NVGprXKkynvyIO5yOjpbtA41R3W_NzCjnkwE,6445
|
79
79
|
ragaai_catalyst/tracers/exporters/raga_exporter.py,sha256=6xvjWXyh8XPkHKSLLmAZUQSvwuyY17ov8pv2VdfI0qA,17875
|
80
80
|
ragaai_catalyst/tracers/exporters/ragaai_trace_exporter.py,sha256=HZG1UjcipgQOHkeqQHVGxenIab2mHqcVmWqtOXlMt6Q,5305
|
81
|
-
ragaai_catalyst/tracers/instrumentators/__init__.py,sha256=
|
82
|
-
ragaai_catalyst/tracers/instrumentators/langchain.py,sha256=yMN0qVF0pUVk6R5M1vJoUXezDo1ejs4klCFRlE8x4vE,574
|
83
|
-
ragaai_catalyst/tracers/instrumentators/llamaindex.py,sha256=SMrRlR4xM7k9HK43hakE8rkrWHxMlmtmWD-AX6TeByc,416
|
84
|
-
ragaai_catalyst/tracers/instrumentators/openai.py,sha256=14R4KW9wQCR1xysLfsP_nxS7cqXrTPoD8En4MBAaZUU,379
|
81
|
+
ragaai_catalyst/tracers/instrumentators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
85
82
|
ragaai_catalyst/tracers/utils/__init__.py,sha256=KeMaZtYaTojilpLv65qH08QmpYclfpacDA0U3wg6Ybw,64
|
86
83
|
ragaai_catalyst/tracers/utils/convert_langchain_callbacks_output.py,sha256=ofrNrxf2b1hpjDh_zeaxiYq86azn1MF3kW8-ViYPEg0,1641
|
87
84
|
ragaai_catalyst/tracers/utils/convert_llama_instru_callback.py,sha256=8qLo7x4Zsn3dhJfSv9gviB60YXZ2TOsWEouucJmBM0c,1724
|
@@ -90,8 +87,8 @@ ragaai_catalyst/tracers/utils/langchain_tracer_extraction_logic.py,sha256=XS2_x2
|
|
90
87
|
ragaai_catalyst/tracers/utils/model_prices_and_context_window_backup.json,sha256=C3uwkibJ08C9sOX-54kulZYmJlIpZ-SQpfE6HNGrjbM,343502
|
91
88
|
ragaai_catalyst/tracers/utils/trace_json_converter.py,sha256=06oTKZHtKL9ylBybpYNU8AfT9xIVMekUBOhlUnRvzB8,13969
|
92
89
|
ragaai_catalyst/tracers/utils/utils.py,sha256=ViygfJ7vZ7U0CTSA1lbxVloHp4NSlmfDzBRNCJuMhis,2374
|
93
|
-
ragaai_catalyst-2.1.
|
94
|
-
ragaai_catalyst-2.1.
|
95
|
-
ragaai_catalyst-2.1.
|
96
|
-
ragaai_catalyst-2.1.
|
97
|
-
ragaai_catalyst-2.1.
|
90
|
+
ragaai_catalyst-2.1.6b2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
91
|
+
ragaai_catalyst-2.1.6b2.dist-info/METADATA,sha256=Z2mZPv1LhD_Mr8cSm6RpENg8sChHbsoaxh1lLpZotH8,22110
|
92
|
+
ragaai_catalyst-2.1.6b2.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
|
93
|
+
ragaai_catalyst-2.1.6b2.dist-info/top_level.txt,sha256=HpgsdRgEJMk8nqrU6qdCYk3di7MJkDL0B19lkc7dLfM,16
|
94
|
+
ragaai_catalyst-2.1.6b2.dist-info/RECORD,,
|
@@ -1,14 +0,0 @@
|
|
1
|
-
from importlib.util import find_spec
|
2
|
-
from opentelemetry.instrumentation.langchain import LangchainInstrumentor
|
3
|
-
|
4
|
-
|
5
|
-
class Langchain:
|
6
|
-
def __init__(self) -> None:
|
7
|
-
# Check if the necessary part of the 'opentelemetry' package is installed
|
8
|
-
if find_spec("opentelemetry.instrumentation.langchain") is None:
|
9
|
-
raise ModuleNotFoundError(
|
10
|
-
"Missing `opentelemetry-instrumentation-langchain` component. Install with `pip install opentelemetry-instrumentation-langchain`."
|
11
|
-
)
|
12
|
-
|
13
|
-
def get(self):
|
14
|
-
return LangchainInstrumentor
|
@@ -1,14 +0,0 @@
|
|
1
|
-
from importlib.util import find_spec
|
2
|
-
|
3
|
-
|
4
|
-
class LlamaIndex:
|
5
|
-
def __init__(self) -> None:
|
6
|
-
if find_spec("llamaindex") is None:
|
7
|
-
raise ModuleNotFoundError(
|
8
|
-
"Missing `llamaindex` package. Install with `pip install llamaindex`."
|
9
|
-
)
|
10
|
-
|
11
|
-
def get(self):
|
12
|
-
from opentelemetry.instrumentation.llamaindex import LlamaIndexInstrumentor
|
13
|
-
|
14
|
-
return LlamaIndexInstrumentor
|
@@ -1,13 +0,0 @@
|
|
1
|
-
from importlib.util import find_spec
|
2
|
-
from opentelemetry.instrumentation.openai import OpenAIInstrumentor
|
3
|
-
|
4
|
-
|
5
|
-
class OpenAI:
|
6
|
-
def __init__(self) -> None:
|
7
|
-
if find_spec("openai") is None:
|
8
|
-
raise ModuleNotFoundError(
|
9
|
-
"Missing `openai` package. Install with `pip install openai`."
|
10
|
-
)
|
11
|
-
|
12
|
-
def get(self):
|
13
|
-
return OpenAIInstrumentor
|
File without changes
|
File without changes
|
File without changes
|