langtrace-python-sdk 2.0.2__tar.gz → 2.0.4__tar.gz
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.
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/PKG-INFO +2 -2
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/pyproject.toml +1 -1
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/openai/patch.py +1 -3
- langtrace_python_sdk-2.0.4/src/langtrace_python_sdk/version.py +1 -0
- langtrace_python_sdk-2.0.2/src/langtrace_python_sdk/version.py +0 -1
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/.gitignore +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/LICENSE +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/README.md +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/anthropic_example/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/anthropic_example/completion.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/chroma_example/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/chroma_example/basic.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/chat.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/chat_stream.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/embed.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/rerank.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/tools.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/fastapi_example/basic_route.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/hiveagent_example/basic.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/langchain_example/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/langchain_example/basic.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/langchain_example/groq_example.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/langchain_example/langgraph_example.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/langchain_example/tool.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/llamaindex_example/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/llamaindex_example/agent.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/llamaindex_example/basic.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/llamaindex_example/data/abramov.txt +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/async_tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/async_tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/chat_completion.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/embeddings_create.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/function_calling.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/images_generate.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/tool_calling.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/tool_calling_nonstreaming.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/tool_calling_streaming.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/perplexity_example/basic.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/pinecone_example/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/pinecone_example/basic.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/qdrant_example/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/qdrant_example/basic.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/exporter/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/instrumentation/anthropic.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/instrumentation/chroma.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/instrumentation/cohere.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/instrumentation/common.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/instrumentation/groq.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/instrumentation/openai.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/instrumentation/pinecone.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/constants/instrumentation/qdrant.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/extensions/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/extensions/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/anthropic/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/anthropic/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/anthropic/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/chroma/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/chroma/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/chroma/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/cohere/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/cohere/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/cohere/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/groq/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/groq/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/groq/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langchain/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langchain/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langchain/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langchain_community/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langchain_community/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langchain_community/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langchain_core/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langchain_core/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langchain_core/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langgraph/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langgraph/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/langgraph/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/llamaindex/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/llamaindex/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/llamaindex/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/openai/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/openai/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/pinecone/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/pinecone/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/pinecone/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/qdrant/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/qdrant/instrumentation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/instrumentation/qdrant/patch.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/langtrace.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/utils/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/utils/llm.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/utils/with_root_span.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/run_example.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/__init__.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/anthropic/cassettes/test_anthropic.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/anthropic/cassettes/test_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/anthropic/cassettes/test_async_anthropic_streaming.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/anthropic/conftest.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/anthropic/test_anthropic.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/chroma/test_chroma.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/cassettes/test_cohere_chat.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/cassettes/test_cohere_chat_streaming.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/cassettes/test_cohere_embed.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/cassettes/test_cohere_rerank.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/conftest.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/test_cohere_chat.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/test_cohere_embed.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/test_cohere_rerank.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/conftest.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/langchain/test_langchain.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/langchain/test_langchain_community.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/langchain/test_langchain_core.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/cassettes/test_async_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/cassettes/test_async_image_generation.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/cassettes/test_chat_completion.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/cassettes/test_chat_completion_streaming.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/cassettes/test_image_generation.yaml +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/conftest.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/test_chat_completion.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/test_embeddings.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/test_image_generation.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/pinecone/test_pinecone.py +0 -0
- {langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: langtrace-python-sdk
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.4
|
|
4
4
|
Summary: Python SDK for LangTrace
|
|
5
5
|
Project-URL: Homepage, https://github.com/Scale3-Labs/langtrace-python-sdk
|
|
6
6
|
Author-email: Scale3 Labs <engineering@scale3labs.com>
|
|
@@ -15,7 +15,7 @@ Requires-Dist: opentelemetry-instrumentation
|
|
|
15
15
|
Requires-Dist: opentelemetry-sdk
|
|
16
16
|
Requires-Dist: pinecone-client
|
|
17
17
|
Requires-Dist: tiktoken
|
|
18
|
-
Requires-Dist: trace-attributes
|
|
18
|
+
Requires-Dist: trace-attributes>=3.0.5
|
|
19
19
|
Provides-Extra: dev
|
|
20
20
|
Requires-Dist: anthropic; extra == 'dev'
|
|
21
21
|
Requires-Dist: chromadb; extra == 'dev'
|
|
@@ -715,13 +715,11 @@ def embeddings_create(original_method, version, tracer):
|
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
if kwargs.get("encoding_format") is not None:
|
|
718
|
-
span_attributes["llm.
|
|
718
|
+
span_attributes["llm.encoding.formats"] = json.dumps([kwargs.get("encoding_format")])
|
|
719
719
|
|
|
720
720
|
attributes = LLMSpanAttributes(**span_attributes)
|
|
721
721
|
kwargs.get("encoding_format")
|
|
722
722
|
|
|
723
|
-
if kwargs.get("encoding_format") is not None:
|
|
724
|
-
attributes.llm_encoding_format = kwargs.get("encoding_format")
|
|
725
723
|
if kwargs.get("dimensions") is not None:
|
|
726
724
|
attributes["llm.dimensions"] = kwargs.get("dimensions")
|
|
727
725
|
if kwargs.get("user") is not None:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.0.4"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.0.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/anthropic_example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/chroma_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/chroma_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/chat.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/chat_stream.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/embed.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/rerank.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/cohere_example/tools.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/hiveagent_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/langchain_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/langchain_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/langchain_example/tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/llamaindex_example/agent.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/llamaindex_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/openai_example/__init__.py
RENAMED
|
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
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/perplexity_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/pinecone_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/pinecone_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/qdrant_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/examples/qdrant_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/__init__.py
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/langtrace.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/utils/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/langtrace_python_sdk/utils/llm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/anthropic/test_anthropic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/test_cohere_chat.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/test_cohere_embed.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/cohere/test_cohere_rerank.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/langchain/test_langchain.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/langchain/test_langchain_core.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/test_chat_completion.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/test_embeddings.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/openai/test_image_generation.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.0.2 → langtrace_python_sdk-2.0.4}/src/tests/pinecone/test_pinecone.py
RENAMED
|
File without changes
|
|
File without changes
|