langtrace-python-sdk 2.1.25__py3-none-any.whl → 2.1.26__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.
- langtrace_python_sdk/version.py +1 -1
- {langtrace_python_sdk-2.1.25.dist-info → langtrace_python_sdk-2.1.26.dist-info}/METADATA +17 -2
- {langtrace_python_sdk-2.1.25.dist-info → langtrace_python_sdk-2.1.26.dist-info}/RECORD +6 -6
- {langtrace_python_sdk-2.1.25.dist-info → langtrace_python_sdk-2.1.26.dist-info}/WHEEL +0 -0
- {langtrace_python_sdk-2.1.25.dist-info → langtrace_python_sdk-2.1.26.dist-info}/entry_points.txt +0 -0
- {langtrace_python_sdk-2.1.25.dist-info → langtrace_python_sdk-2.1.26.dist-info}/licenses/LICENSE +0 -0
langtrace_python_sdk/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.1.
|
|
1
|
+
__version__ = "2.1.26"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: langtrace-python-sdk
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.26
|
|
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>
|
|
@@ -282,11 +282,14 @@ Langtrace automatically captures traces from the following vendors:
|
|
|
282
282
|
| Cohere | LLM | :white_check_mark: | :white_check_mark: |
|
|
283
283
|
| Groq | LLM | :x: | :white_check_mark: |
|
|
284
284
|
| Langchain | Framework | :x: | :white_check_mark: |
|
|
285
|
+
| Langgraph | Framework | :x: | :white_check_mark: |
|
|
285
286
|
| LlamaIndex | Framework | :white_check_mark: | :white_check_mark: |
|
|
286
287
|
| DSPy | Framework | :x: | :white_check_mark: |
|
|
287
288
|
| CrewAI | Framework | :x: | :white_check_mark: |
|
|
289
|
+
| Ollama | Framework | :x: | :white_check_mark: |
|
|
288
290
|
| Pinecone | Vector Database | :white_check_mark: | :white_check_mark: |
|
|
289
291
|
| ChromaDB | Vector Database | :white_check_mark: | :white_check_mark: |
|
|
292
|
+
| Weaviate | Vector Database | :white_check_mark: | :white_check_mark: |
|
|
290
293
|
| QDrant | Vector Database | :x: | :white_check_mark: |
|
|
291
294
|
|
|
292
295
|
---
|
|
@@ -302,7 +305,19 @@ Langtrace automatically captures traces from the following vendors:
|
|
|
302
305
|
|
|
303
306
|
We welcome contributions to this project. To get started, fork this repository and start developing. To get involved, join our [Discord](https://discord.langtrace.ai) workspace.
|
|
304
307
|
|
|
305
|
-
If you want to run any of the examples go to `run_example.py` file, you will find `ENABLED_EXAMPLES`. choose the example you want to run and just toggle the flag to `True` and run the file using `python src/run_example.py`
|
|
308
|
+
- If you want to run any of the examples go to `run_example.py` file, you will find `ENABLED_EXAMPLES`. choose the example you want to run and just toggle the flag to `True` and run the file using `python src/run_example.py`
|
|
309
|
+
|
|
310
|
+
- If you want to run tests, make sure to install dev & test dependencies:
|
|
311
|
+
|
|
312
|
+
```python
|
|
313
|
+
pip install '.[test]' && pip install '.[dev]'
|
|
314
|
+
```
|
|
315
|
+
|
|
316
|
+
then run `pytest` using:
|
|
317
|
+
|
|
318
|
+
```python
|
|
319
|
+
pytest -v
|
|
320
|
+
```
|
|
306
321
|
|
|
307
322
|
---
|
|
308
323
|
|
|
@@ -51,7 +51,7 @@ examples/weaviate_example/__init__.py,sha256=8JMDBsRSEV10HfTd-YC7xb4txBjD3la56sn
|
|
|
51
51
|
examples/weaviate_example/query_text.py,sha256=sG8O-bXQpflBAiYpgE_M2X7GcHUlZNgl_wJW8_h-W6Q,127024
|
|
52
52
|
langtrace_python_sdk/__init__.py,sha256=VZM6i71NR7pBQK6XvJWRelknuTYUhqwqE7PlicKa5Wg,1166
|
|
53
53
|
langtrace_python_sdk/langtrace.py,sha256=pG_dWzzQxUP8r5SAMUwRScb6IopINcda1CZvJERjXBo,7486
|
|
54
|
-
langtrace_python_sdk/version.py,sha256=
|
|
54
|
+
langtrace_python_sdk/version.py,sha256=kDsQujSOEts9DhAOHBOlEjAEDf0lqYMUYrA9xzjlvh0,23
|
|
55
55
|
langtrace_python_sdk/constants/__init__.py,sha256=P8QvYwt5czUNDZsKS64vxm9Dc41ptGbuF1TFtAF6nv4,44
|
|
56
56
|
langtrace_python_sdk/constants/exporter/langtrace_exporter.py,sha256=5MNjnAOg-4am78J3gVMH6FSwq5N8TOj72ugkhsw4vi0,46
|
|
57
57
|
langtrace_python_sdk/constants/instrumentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -163,8 +163,8 @@ tests/pinecone/cassettes/test_query.yaml,sha256=b5v9G3ssUy00oG63PlFUR3JErF2Js-5A
|
|
|
163
163
|
tests/pinecone/cassettes/test_upsert.yaml,sha256=neWmQ1v3d03V8WoLl8FoFeeCYImb8pxlJBWnFd_lITU,38607
|
|
164
164
|
tests/qdrant/conftest.py,sha256=9n0uHxxIjWk9fbYc4bx-uP8lSAgLBVx-cV9UjnsyCHM,381
|
|
165
165
|
tests/qdrant/test_qdrant.py,sha256=pzjAjVY2kmsmGfrI2Gs2xrolfuaNHz7l1fqGQCjp5_o,3353
|
|
166
|
-
langtrace_python_sdk-2.1.
|
|
167
|
-
langtrace_python_sdk-2.1.
|
|
168
|
-
langtrace_python_sdk-2.1.
|
|
169
|
-
langtrace_python_sdk-2.1.
|
|
170
|
-
langtrace_python_sdk-2.1.
|
|
166
|
+
langtrace_python_sdk-2.1.26.dist-info/METADATA,sha256=YNNbDWGqNpHo-uWbngCA_l7MUhQd6brocjtLbWvGuio,13749
|
|
167
|
+
langtrace_python_sdk-2.1.26.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
168
|
+
langtrace_python_sdk-2.1.26.dist-info/entry_points.txt,sha256=1_b9-qvf2fE7uQNZcbUei9vLpFZBbbh9LrtGw95ssAo,70
|
|
169
|
+
langtrace_python_sdk-2.1.26.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
170
|
+
langtrace_python_sdk-2.1.26.dist-info/RECORD,,
|
|
File without changes
|
{langtrace_python_sdk-2.1.25.dist-info → langtrace_python_sdk-2.1.26.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.1.25.dist-info → langtrace_python_sdk-2.1.26.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|