langtrace-python-sdk 1.2.10__tar.gz → 1.2.11__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-1.2.10 → langtrace_python_sdk-1.2.11}/PKG-INFO +2 -2
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/README.md +1 -1
- langtrace_python_sdk-1.2.11/src/langtrace_python_sdk/constants/exporter/langtrace_exporter.py +1 -0
- langtrace_python_sdk-1.2.11/src/langtrace_python_sdk/version.py +1 -0
- langtrace_python_sdk-1.2.10/src/langtrace_python_sdk/constants/exporter/langtrace_exporter.py +0 -1
- langtrace_python_sdk-1.2.10/src/langtrace_python_sdk/version.py +0 -1
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/.gitignore +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/LICENSE +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/pyproject.toml +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/anthropic_example/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/anthropic_example/completion.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/chroma_example/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/chroma_example/basic.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/langchain_example/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/langchain_example/basic.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/langchain_example/tool.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/llamaindex_example/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/llamaindex_example/basic.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/llamaindex_example/data/abramov.txt +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/openai/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/openai/chat_completion.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/openai/embeddings_create.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/openai/function_calling.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/openai/images_generate.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/pinecone_example/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/pinecone_example/basic.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/constants/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/constants/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/constants/instrumentation/anthropic.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/constants/instrumentation/chroma.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/constants/instrumentation/common.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/constants/instrumentation/openai.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/constants/instrumentation/pinecone.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/extensions/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/extensions/langtrace_exporter.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/anthropic/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/anthropic/instrumentation.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/anthropic/patch.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/chroma/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/chroma/instrumentation.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/chroma/patch.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/langchain/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/langchain/instrumentation.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/langchain/patch.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/langchain_community/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/langchain_community/instrumentation.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/langchain_community/patch.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/langchain_core/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/langchain_core/instrumentation.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/langchain_core/patch.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/llamaindex/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/llamaindex/instrumentation.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/llamaindex/patch.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/openai/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/openai/instrumentation.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/openai/patch.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/pinecone/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/pinecone/instrumentation.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/instrumentation/pinecone/patch.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/langtrace.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/utils/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/utils/llm.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/utils/with_root_span.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/run_example.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/tests/__init__.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/tests/chroma/test_chroma.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/tests/openai/test_chat_completion.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/tests/openai/test_image_generation.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/tests/pinecone/test_pinecone.py +0 -0
- {langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: langtrace-python-sdk
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.11
|
|
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>
|
|
@@ -46,7 +46,7 @@ The traces generated by Langtrace adhere to [Open Telemetry Standards(OTEL)](htt
|
|
|
46
46
|
|
|
47
47
|
To use the managed SaaS version of Langtrace, follow the steps below:
|
|
48
48
|
|
|
49
|
-
1. Sign up by going to [this link](
|
|
49
|
+
1. Sign up by going to [this link](https://langtrace.ai).
|
|
50
50
|
2. Create a new Project after signing up. Projects are containers for storing traces and metrics generated by your application. If you have only one application, creating 1 project will do.
|
|
51
51
|
3. Generate an API key by going inside the project.
|
|
52
52
|
4. In your application, install the Langtrace SDK and initialize it with the API key you generated in the step 3.
|
|
@@ -18,7 +18,7 @@ The traces generated by Langtrace adhere to [Open Telemetry Standards(OTEL)](htt
|
|
|
18
18
|
|
|
19
19
|
To use the managed SaaS version of Langtrace, follow the steps below:
|
|
20
20
|
|
|
21
|
-
1. Sign up by going to [this link](
|
|
21
|
+
1. Sign up by going to [this link](https://langtrace.ai).
|
|
22
22
|
2. Create a new Project after signing up. Projects are containers for storing traces and metrics generated by your application. If you have only one application, creating 1 project will do.
|
|
23
23
|
3. Generate an API key by going inside the project.
|
|
24
24
|
4. In your application, install the Langtrace SDK and initialize it with the API key you generated in the step 3.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
LANGTRACE_REMOTE_URL = "https://langtrace.ai/api/trace"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.11"
|
langtrace_python_sdk-1.2.10/src/langtrace_python_sdk/constants/exporter/langtrace_exporter.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
LANGTRACE_REMOTE_URL = "https://app.langtrace.ai/api/trace"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.2.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/chroma_example/__init__.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/chroma_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/langchain_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/langchain_example/tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/llamaindex_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/openai/chat_completion.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/openai/embeddings_create.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/openai/function_calling.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/openai/images_generate.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/examples/pinecone_example/basic.py
RENAMED
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/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
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/langtrace.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/langtrace_python_sdk/utils/llm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/tests/openai/test_chat_completion.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace_python_sdk-1.2.10 → langtrace_python_sdk-1.2.11}/src/tests/pinecone/test_pinecone.py
RENAMED
|
File without changes
|
|
File without changes
|