Skip to content

Commit e0015cc

Browse files
authored
Merge pull request #189 from aristotle-ai/main
remove stale dependencies
2 parents 9d26eda + 5fa38d0 commit e0015cc

File tree

6 files changed

+1
-52
lines changed

6 files changed

+1
-52
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "RAGA AI CATALYST"
88
readme = "README.md"
99
requires-python = ">=3.9,<3.13"
1010
# license = {file = "LICENSE"}
11-
version = "2.1.6.b1"
11+
version = "2.1.6"
1212
authors = [
1313
{name = "Kiran Scaria", email = "kiran.scaria@raga.ai"},
1414
{name = "Kedar Gaikwad", email = "kedar.gaikwad@raga.ai"},
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
from .langchain import Langchain as LangchainInstrumentor
2-
from .openai import OpenAI as OpenAIInstrumentor
3-
from .llamaindex import LlamaIndex as LlamaIndexInstrumentor
4-
5-
__all__ = ["LangchainInstrumentor", "OpenAIInstrumentor", "LlamaIndexInstrumentor"]

ragaai_catalyst/tracers/instrumentators/langchain.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

ragaai_catalyst/tracers/instrumentators/llamaindex.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

ragaai_catalyst/tracers/instrumentators/openai.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

ragaai_catalyst/tracers/tracer.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
from opentelemetry.sdk.trace.export import SimpleSpanProcessor
2222
from ragaai_catalyst.tracers.exporters.file_span_exporter import FileSpanExporter
2323
from ragaai_catalyst.tracers.exporters.raga_exporter import RagaExporter
24-
from ragaai_catalyst.tracers.instrumentators import (
25-
LangchainInstrumentor,
26-
OpenAIInstrumentor,
27-
LlamaIndexInstrumentor,
28-
)
2924
from ragaai_catalyst.tracers.utils import get_unique_key
3025
# from ragaai_catalyst.tracers.llamaindex_callback import LlamaIndexTracer
3126
from ragaai_catalyst.tracers.llamaindex_instrumentation import LlamaIndexInstrumentationTracer

0 commit comments

Comments
 (0)