langtrace-python-sdk 2.1.17__py3-none-any.whl → 2.1.19__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.
- examples/inspect_ai_example/basic_eval.py +3 -7
- examples/langchain_example/basic.py +23 -8
- examples/llamaindex_example/agent.py +1 -1
- examples/llamaindex_example/basic.py +5 -1
- examples/ollama_example/__init__.py +14 -0
- examples/ollama_example/basic.py +50 -0
- examples/openai_example/chat_completion.py +1 -1
- examples/pinecone_example/basic.py +1 -0
- langtrace_python_sdk/__init__.py +6 -4
- langtrace_python_sdk/constants/instrumentation/common.py +1 -0
- langtrace_python_sdk/constants/instrumentation/ollama.py +7 -0
- langtrace_python_sdk/constants/instrumentation/pinecone.py +1 -1
- langtrace_python_sdk/extensions/langtrace_filesystem.py +31 -15
- langtrace_python_sdk/instrumentation/__init__.py +2 -0
- langtrace_python_sdk/instrumentation/chroma/patch.py +7 -3
- langtrace_python_sdk/instrumentation/groq/patch.py +5 -2
- langtrace_python_sdk/instrumentation/langchain/patch.py +8 -2
- langtrace_python_sdk/instrumentation/langchain_community/patch.py +8 -2
- langtrace_python_sdk/instrumentation/langchain_core/patch.py +13 -3
- langtrace_python_sdk/instrumentation/langgraph/patch.py +7 -2
- langtrace_python_sdk/instrumentation/llamaindex/patch.py +7 -3
- langtrace_python_sdk/instrumentation/ollama/__init__.py +3 -0
- langtrace_python_sdk/instrumentation/ollama/instrumentation.py +58 -0
- langtrace_python_sdk/instrumentation/ollama/patch.py +215 -0
- langtrace_python_sdk/instrumentation/openai/patch.py +20 -8
- langtrace_python_sdk/instrumentation/pinecone/instrumentation.py +0 -1
- langtrace_python_sdk/instrumentation/pinecone/patch.py +7 -3
- langtrace_python_sdk/instrumentation/qdrant/patch.py +7 -2
- langtrace_python_sdk/instrumentation/weaviate/patch.py +7 -3
- langtrace_python_sdk/langtrace.py +14 -2
- langtrace_python_sdk/types/__init__.py +77 -1
- langtrace_python_sdk/utils/langtrace_sampler.py +56 -0
- langtrace_python_sdk/utils/with_root_span.py +11 -2
- langtrace_python_sdk/version.py +1 -1
- {langtrace_python_sdk-2.1.17.dist-info → langtrace_python_sdk-2.1.19.dist-info}/METADATA +2 -1
- {langtrace_python_sdk-2.1.17.dist-info → langtrace_python_sdk-2.1.19.dist-info}/RECORD +39 -32
- {langtrace_python_sdk-2.1.17.dist-info → langtrace_python_sdk-2.1.19.dist-info}/WHEEL +0 -0
- {langtrace_python_sdk-2.1.17.dist-info → langtrace_python_sdk-2.1.19.dist-info}/entry_points.txt +0 -0
- {langtrace_python_sdk-2.1.17.dist-info → langtrace_python_sdk-2.1.19.dist-info}/licenses/LICENSE +0 -0
|
@@ -12,20 +12,22 @@ examples/cohere_example/tools.py,sha256=a5uvS058tcwU6PJbF9EDO6LPVmPj2LoW4Vn8Web3
|
|
|
12
12
|
examples/fastapi_example/__init__.py,sha256=INIfvJP7zC_KkJCtulS1qbh61-MJTPAHnzAgzeKi0yU,87
|
|
13
13
|
examples/fastapi_example/basic_route.py,sha256=_IRXjkOtJQ-bTIGa1WbvUF_2LF4bjghjyXt4YrHaRvw,1170
|
|
14
14
|
examples/hiveagent_example/basic.py,sha256=Sd7I5w8w5Xx7ODaydTY30yiq9HwJDMKHQywrZjgehP0,441
|
|
15
|
-
examples/inspect_ai_example/basic_eval.py,sha256=
|
|
15
|
+
examples/inspect_ai_example/basic_eval.py,sha256=dUbF4yicNSG8HWxAfzS3V-813bpLyfb7Zdgo544yqGc,802
|
|
16
16
|
examples/langchain_example/__init__.py,sha256=t28923ZDDejZabsvINnYwpLyb63WFwPde-Nmzdg-kH4,254
|
|
17
|
-
examples/langchain_example/basic.py,sha256=
|
|
17
|
+
examples/langchain_example/basic.py,sha256=hrwMHOUv78-su5DP9i5krkQnMGHq0svEXsBa40Jkggg,2981
|
|
18
18
|
examples/langchain_example/groq_example.py,sha256=9dBbOWZCVJ29PpB1NbJhc9MThmtwrlOpdNIxPl7d8f8,787
|
|
19
19
|
examples/langchain_example/langgraph_example.py,sha256=7C2a4Sg0PKbbab03CVkStO3MzT7C-O1UtdmObvBXurM,2005
|
|
20
20
|
examples/langchain_example/tool.py,sha256=8T8_IDbgA58XbsfyH5_xhA8ZKQfyfyFxF8wor-PsRjA,2556
|
|
21
21
|
examples/llamaindex_example/__init__.py,sha256=4w8Hz5pfmMzhkHAbBim6jwxHxMicaN4xi1Of9pODO8g,252
|
|
22
|
-
examples/llamaindex_example/agent.py,sha256=
|
|
23
|
-
examples/llamaindex_example/basic.py,sha256=
|
|
22
|
+
examples/llamaindex_example/agent.py,sha256=JNK6xDX17HOFRShBK7a71HPWD05LwzPES9YVyl_azIQ,2767
|
|
23
|
+
examples/llamaindex_example/basic.py,sha256=aFZngkye95sjUr4wc2Uo_Je0iEexXpNcdlV0BTv_F4g,726
|
|
24
24
|
examples/llamaindex_example/data/abramov.txt,sha256=Ou-GyWZm5AjHLgxviBoRE9ikNv5MScsF0cd--0vVVhI,32667
|
|
25
|
+
examples/ollama_example/__init__.py,sha256=qOx0jGCPuSpRCPiqtDVm7F0z8hIZ8C75hDZ_C8Apz-s,399
|
|
26
|
+
examples/ollama_example/basic.py,sha256=nfS-dfHMC99XyjP5COa-eLH1BLxFqjkPsPhMQ7sokZA,1024
|
|
25
27
|
examples/openai_example/__init__.py,sha256=6l2FePb3vYBJVwIT4qfdtOLobKLZ6iO16Fe31TUwNz8,827
|
|
26
28
|
examples/openai_example/async_tool_calling_nonstreaming.py,sha256=FhbDX91RLhTrNd5IGPI0CxRdCjTRcNLlWkYdLqHGbVs,3838
|
|
27
29
|
examples/openai_example/async_tool_calling_streaming.py,sha256=LaSKmn_Unv55eTHXYdEmKjo39eNuB3ASOBV-m8U1HfU,7136
|
|
28
|
-
examples/openai_example/chat_completion.py,sha256=
|
|
30
|
+
examples/openai_example/chat_completion.py,sha256=unQK7IYH_wmAtIVZNJ5kC0qywXR00ZnXl5xtcCu7JX8,1193
|
|
29
31
|
examples/openai_example/embeddings_create.py,sha256=sqz-zh3pEaB17gVYeY0QE76QxRwsmo6wV8yjAfg1ljg,522
|
|
30
32
|
examples/openai_example/function_calling.py,sha256=zz-JdCcpP7uCXG21EYXF1Y39IKj6gYt2fOP5N_ywpnc,2338
|
|
31
33
|
examples/openai_example/images_edit.py,sha256=0hG5OYTSUBrcwSxbqN67brPYjf1pRJs8vqGzu-UjK6c,887
|
|
@@ -37,78 +39,83 @@ examples/openai_example/resources/lounge_flamingo.png,sha256=aspniTtmWqwLp3YUhYq
|
|
|
37
39
|
examples/openai_example/resources/mask.png,sha256=mUE9Dfp-x8jI0Nh4WGr0P9pueUqEZfpjwxR-6Rxzxz4,2483660
|
|
38
40
|
examples/perplexity_example/basic.py,sha256=bp7n27gaugJkaFVyt8pjaEfi66lYcqP6eFFjPewUShY,668
|
|
39
41
|
examples/pinecone_example/__init__.py,sha256=_rvn7Ygt_QWMQoa5wB2GB0S9gZVrlJrPrEhXqU3hPKw,427
|
|
40
|
-
examples/pinecone_example/basic.py,sha256=
|
|
42
|
+
examples/pinecone_example/basic.py,sha256=5MoHZMBxHMdC61oj-CP19gj9SxSvIcDrQL934JPZoQs,1549
|
|
41
43
|
examples/qdrant_example/__init__.py,sha256=Ze9xEzW8FiHUO58YBa8JeHNOwcmo3dpYH77AkdyglKU,197
|
|
42
44
|
examples/qdrant_example/basic.py,sha256=DCMjHSuBZKkhEjCkwy5d5La9WMyW0lCWqtcZWiFCEm4,1425
|
|
43
45
|
examples/weaviate_example/__init__.py,sha256=8JMDBsRSEV10HfTd-YC7xb4txBjD3la56snk-Bbg2Kw,618
|
|
44
46
|
examples/weaviate_example/query_text.py,sha256=qz9o-fTDzX5AW5m8BJF-TfmBdokxh492NfnmnPUMU3s,64814
|
|
45
|
-
langtrace_python_sdk/__init__.py,sha256=
|
|
46
|
-
langtrace_python_sdk/langtrace.py,sha256=
|
|
47
|
-
langtrace_python_sdk/version.py,sha256=
|
|
47
|
+
langtrace_python_sdk/__init__.py,sha256=VZM6i71NR7pBQK6XvJWRelknuTYUhqwqE7PlicKa5Wg,1166
|
|
48
|
+
langtrace_python_sdk/langtrace.py,sha256=WRgbBS7T1q3ZELvVZLVCKdqa00m64lozgeiCp6MOQn8,7352
|
|
49
|
+
langtrace_python_sdk/version.py,sha256=ORNtksaL65IiKUhkJEaS3s0gzZq5HMSHSwIKtUEfCBA,23
|
|
48
50
|
langtrace_python_sdk/constants/__init__.py,sha256=P8QvYwt5czUNDZsKS64vxm9Dc41ptGbuF1TFtAF6nv4,44
|
|
49
51
|
langtrace_python_sdk/constants/exporter/langtrace_exporter.py,sha256=5MNjnAOg-4am78J3gVMH6FSwq5N8TOj72ugkhsw4vi0,46
|
|
50
52
|
langtrace_python_sdk/constants/instrumentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
53
|
langtrace_python_sdk/constants/instrumentation/anthropic.py,sha256=YX3llt3zwDY6XrYk3CB8WEVqgrzRXEw_ffyk56JoF3k,126
|
|
52
54
|
langtrace_python_sdk/constants/instrumentation/chroma.py,sha256=hiPGYdHS0Yj4Kh3eaYBbuCAl_swqIygu80yFqkOgdak,955
|
|
53
55
|
langtrace_python_sdk/constants/instrumentation/cohere.py,sha256=tf9sDfb5K3qOAHChEE5o8eYWPZ1io58VsOjZDCZPxfw,577
|
|
54
|
-
langtrace_python_sdk/constants/instrumentation/common.py,sha256=
|
|
56
|
+
langtrace_python_sdk/constants/instrumentation/common.py,sha256=UyYObokJpNPOPft_TPmhP00WONV0KqKOkX6mvN3AH5w,806
|
|
55
57
|
langtrace_python_sdk/constants/instrumentation/groq.py,sha256=VFXmIl4aqGY_fS0PAmjPj_Qm7Tibxbx7Ur_e7rQpqXc,134
|
|
58
|
+
langtrace_python_sdk/constants/instrumentation/ollama.py,sha256=zFfSUKX5v1c612doKSxsmIwQeeQxSPkFp_ZzjWQSPNE,142
|
|
56
59
|
langtrace_python_sdk/constants/instrumentation/openai.py,sha256=uEOH5UXapU2DSf2AdgXTRhhJEHGWXUNFkUGD5QafflM,1164
|
|
57
|
-
langtrace_python_sdk/constants/instrumentation/pinecone.py,sha256=
|
|
60
|
+
langtrace_python_sdk/constants/instrumentation/pinecone.py,sha256=0TityERbGWaHGSN8-vyYZtYCjVj8fQOKae8lng0O0Bk,478
|
|
58
61
|
langtrace_python_sdk/constants/instrumentation/qdrant.py,sha256=yL7BopNQTXW7L7Z-gVM2PdusKD7r9qqcATvczFd7NtQ,1999
|
|
59
62
|
langtrace_python_sdk/constants/instrumentation/weaviate.py,sha256=Iytf2OpB_irZYEmvOQ7Pf483EdG5Bh59GxaBlXck0yY,1501
|
|
60
63
|
langtrace_python_sdk/extensions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
61
64
|
langtrace_python_sdk/extensions/langtrace_exporter.py,sha256=gWVRU2DlB4xjZ4ww7M63DaLiAN5zQ2k1HPrythmjEdo,4202
|
|
62
|
-
langtrace_python_sdk/extensions/langtrace_filesystem.py,sha256=
|
|
63
|
-
langtrace_python_sdk/instrumentation/__init__.py,sha256=
|
|
65
|
+
langtrace_python_sdk/extensions/langtrace_filesystem.py,sha256=lQlFgKM5sRrNHvaKMioxEdIvoY6V-cG2tnEyddT3lPM,6776
|
|
66
|
+
langtrace_python_sdk/instrumentation/__init__.py,sha256=18E7qZOIKmSm59ij7n-ytCv3qenjkDlNz9xPjapOLtY,1107
|
|
64
67
|
langtrace_python_sdk/instrumentation/anthropic/__init__.py,sha256=donrurJAGYlxrSRA3BIf76jGeUcAx9Tq8CVpah68S0Y,101
|
|
65
68
|
langtrace_python_sdk/instrumentation/anthropic/instrumentation.py,sha256=-srgE8qumAn0ulQYZxMa8ch-9IBH0XgBW_rfEnGk6LI,1684
|
|
66
69
|
langtrace_python_sdk/instrumentation/anthropic/patch.py,sha256=52GRkW7fhF2VB9JvYGMaPwOvWH3Q5rsIEaVlnFm_Zz0,8548
|
|
67
70
|
langtrace_python_sdk/instrumentation/chroma/__init__.py,sha256=pNZ5UO8Q-d5VkXSobBf79reB6AmEl_usnnTp5Itv818,95
|
|
68
71
|
langtrace_python_sdk/instrumentation/chroma/instrumentation.py,sha256=nT6PS6bsrIOO9kLV5GuUeRjMe6THHHAZGvqWBP1dYog,1807
|
|
69
|
-
langtrace_python_sdk/instrumentation/chroma/patch.py,sha256=
|
|
72
|
+
langtrace_python_sdk/instrumentation/chroma/patch.py,sha256=HhIkXGbVfzpEB4edxzlG9yx2SG_B0dTn5Pnff4PLDCA,9043
|
|
70
73
|
langtrace_python_sdk/instrumentation/cohere/__init__.py,sha256=sGUSLdTUyYf36Tm6L5jQflhzCqvmWrhnBOMYHjvp6Hs,95
|
|
71
74
|
langtrace_python_sdk/instrumentation/cohere/instrumentation.py,sha256=YQFHZIBd7SSPD4b6Va-ZR0thf_AuBCqj5yzHLHJVWnM,2121
|
|
72
75
|
langtrace_python_sdk/instrumentation/cohere/patch.py,sha256=uGjZm_c1-xpZilHD8ljGr4AqQB3UNU04SKl9s2alGzs,26726
|
|
73
76
|
langtrace_python_sdk/instrumentation/groq/__init__.py,sha256=ZXeq_nrej6Lm_uoMFEg8wbSejhjB2UJ5IoHQBPc2-C0,91
|
|
74
77
|
langtrace_python_sdk/instrumentation/groq/instrumentation.py,sha256=Ttf07XVKhdYY1_fqJc7QWiSdmgEhEVyQB_3Az2_wqYo,1832
|
|
75
|
-
langtrace_python_sdk/instrumentation/groq/patch.py,sha256=
|
|
78
|
+
langtrace_python_sdk/instrumentation/groq/patch.py,sha256=EKH9tjoDbwWavIAwUadaR5tFiy-S69h1IxxzH_1SSRg,26354
|
|
76
79
|
langtrace_python_sdk/instrumentation/langchain/__init__.py,sha256=-7ZkqQFu64F-cxSFd1ZPrciODKqmUIyUbQQ-eHuQPyM,101
|
|
77
80
|
langtrace_python_sdk/instrumentation/langchain/instrumentation.py,sha256=_Z4AeNb2hBPSCvMRxE-mUfmkUO_wP_tGGtu-jppWPiI,3462
|
|
78
|
-
langtrace_python_sdk/instrumentation/langchain/patch.py,sha256=
|
|
81
|
+
langtrace_python_sdk/instrumentation/langchain/patch.py,sha256=2ZgLdgQpvie4PtpVC068T3KUEBqcLQCRsdyThmKh7VQ,4089
|
|
79
82
|
langtrace_python_sdk/instrumentation/langchain_community/__init__.py,sha256=mj5RR_cfkjMql7W9OyyhmviT2GZ-4Pv9XJfGwJufp_E,119
|
|
80
83
|
langtrace_python_sdk/instrumentation/langchain_community/instrumentation.py,sha256=-9E2-8-XR5PQ5ON-_ib53p5Tp0uD4MT4Ioh4MlWlF2k,5192
|
|
81
|
-
langtrace_python_sdk/instrumentation/langchain_community/patch.py,sha256=
|
|
84
|
+
langtrace_python_sdk/instrumentation/langchain_community/patch.py,sha256=aKhTNzmmyriAPfx5rnDQdK0ctktBN-fTIJRBBsKOpRw,4046
|
|
82
85
|
langtrace_python_sdk/instrumentation/langchain_core/__init__.py,sha256=kumE_reeqgM-ZvEZ6-XxyT-F-HAdKq_v_PKvsLb4EZQ,110
|
|
83
86
|
langtrace_python_sdk/instrumentation/langchain_core/instrumentation.py,sha256=KNXHtlnq80akLACF-vbPCo9oVXhnVjYIM1Lo7kNRwEg,5937
|
|
84
|
-
langtrace_python_sdk/instrumentation/langchain_core/patch.py,sha256
|
|
87
|
+
langtrace_python_sdk/instrumentation/langchain_core/patch.py,sha256=-beRBpL9ryWfxhU50UGEbTKNFK5RiQyzP1hfyd6i3uE,8869
|
|
85
88
|
langtrace_python_sdk/instrumentation/langgraph/__init__.py,sha256=eitlHloY-aZ4ZuIEJx61AadEA3G7siyecP-V-lziAr8,101
|
|
86
89
|
langtrace_python_sdk/instrumentation/langgraph/instrumentation.py,sha256=SUZZhWSIbcfsF1S5NtEqW8QzkRM_pKAuXB7pwk5tsOU,2526
|
|
87
|
-
langtrace_python_sdk/instrumentation/langgraph/patch.py,sha256=
|
|
90
|
+
langtrace_python_sdk/instrumentation/langgraph/patch.py,sha256=jFW2xMtTNI5B0YaRvfmGuCc-Iyrx29NhS_5uTI814mo,4883
|
|
88
91
|
langtrace_python_sdk/instrumentation/llamaindex/__init__.py,sha256=rHvuqpuQKLj57Ow7vuKRqxAN5jT0b5NBeHwhXbbnRa4,103
|
|
89
92
|
langtrace_python_sdk/instrumentation/llamaindex/instrumentation.py,sha256=8iAg-Oxwf2W4S60qRfO5mvzORYxublgq7FdGWqUB4q8,2965
|
|
90
|
-
langtrace_python_sdk/instrumentation/llamaindex/patch.py,sha256=
|
|
93
|
+
langtrace_python_sdk/instrumentation/llamaindex/patch.py,sha256=OGk7ps438gW49zvJQCDp7ZmkQnFxouAUu2PvHbmcAP8,4496
|
|
94
|
+
langtrace_python_sdk/instrumentation/ollama/__init__.py,sha256=g2zJsXnDHinXPzTc-WxDeTtHmr9gmAj3K6l_00kP8c8,82
|
|
95
|
+
langtrace_python_sdk/instrumentation/ollama/instrumentation.py,sha256=jdsvkqUJAAUNLVPtAkn_rG26HXetVQXWtjn4a6eWZro,2029
|
|
96
|
+
langtrace_python_sdk/instrumentation/ollama/patch.py,sha256=CGLgt0qZg3WDr6XLn32qqs4D9USdMmeTmJxctbAsDeM,7908
|
|
91
97
|
langtrace_python_sdk/instrumentation/openai/__init__.py,sha256=VPHRNCQEdkizIVP2d0Uw_a7t8XOTSTprEIB8oboJFbs,95
|
|
92
98
|
langtrace_python_sdk/instrumentation/openai/instrumentation.py,sha256=A0BJHRLcZ74TNVg6I0I9M5YWvSpAtXwMmME6N5CEQ_M,2945
|
|
93
|
-
langtrace_python_sdk/instrumentation/openai/patch.py,sha256=
|
|
99
|
+
langtrace_python_sdk/instrumentation/openai/patch.py,sha256=uUoeeZMAlH8PTZyIObjAI8kU2H5iHuZbPF09Gk70IKo,41103
|
|
94
100
|
langtrace_python_sdk/instrumentation/pinecone/__init__.py,sha256=DzXyGh9_MGWveJvXULkFwdkf7PbG2s3bAWtT1Dmz7Ok,99
|
|
95
|
-
langtrace_python_sdk/instrumentation/pinecone/instrumentation.py,sha256=
|
|
96
|
-
langtrace_python_sdk/instrumentation/pinecone/patch.py,sha256=
|
|
101
|
+
langtrace_python_sdk/instrumentation/pinecone/instrumentation.py,sha256=HDXkRITrVPwdQEoOYJOfMzZE_2-vDDvuqHTlD8W1lQw,1845
|
|
102
|
+
langtrace_python_sdk/instrumentation/pinecone/patch.py,sha256=KiIRRz8kk47FllFT746Cb_w6F6M60AN_pcsguD979E4,5172
|
|
97
103
|
langtrace_python_sdk/instrumentation/qdrant/__init__.py,sha256=TaIGSAEPysrL23KJ5FcEL1tfQogrKCtEQ75_u62eqso,95
|
|
98
104
|
langtrace_python_sdk/instrumentation/qdrant/instrumentation.py,sha256=vl2eKSP55aqDo1JiRlvOUBrr6kddvG9Z5dCYew2OG08,1816
|
|
99
|
-
langtrace_python_sdk/instrumentation/qdrant/patch.py,sha256=
|
|
105
|
+
langtrace_python_sdk/instrumentation/qdrant/patch.py,sha256=RhEHQxN7PJN0DjoC656Sw3GeYrJzHhp1bSky8rqOE5o,4948
|
|
100
106
|
langtrace_python_sdk/instrumentation/weaviate/__init__.py,sha256=Mc-Je6evPo-kKQzerTG7bd1XO5JOh4YGTE3wBxaUBwg,99
|
|
101
107
|
langtrace_python_sdk/instrumentation/weaviate/instrumentation.py,sha256=Dn2wMj__nNZkUtDw_jEYslE8-bz2KGkdAU_t8qzWjuA,2281
|
|
102
|
-
langtrace_python_sdk/instrumentation/weaviate/patch.py,sha256=
|
|
103
|
-
langtrace_python_sdk/types/__init__.py,sha256
|
|
108
|
+
langtrace_python_sdk/instrumentation/weaviate/patch.py,sha256=xzJmPVgllnahCetBDfH19_cANBUjHIp7NIVLHC9iEnM,5927
|
|
109
|
+
langtrace_python_sdk/types/__init__.py,sha256=KDW6S74FDxpeBa9xoH5zVEYfmRjccCCHzlW7lTJg1TA,3194
|
|
104
110
|
langtrace_python_sdk/utils/__init__.py,sha256=E0nQyBE-4O_GR2PM9y_l7shx4hJLo5xRThR_LMx97M0,278
|
|
111
|
+
langtrace_python_sdk/utils/langtrace_sampler.py,sha256=BupNndHbU9IL_wGleKetz8FdcveqHMBVz1bfKTTW80w,1753
|
|
105
112
|
langtrace_python_sdk/utils/llm.py,sha256=CiASOvObFvsN6T7ogWywNXfXGzI__u9misgolLxyeZk,2161
|
|
106
113
|
langtrace_python_sdk/utils/misc.py,sha256=CD9NWRLxLpFd0YwlHJqzlpFNedXVWtAKGOjQWnDCo8k,838
|
|
107
114
|
langtrace_python_sdk/utils/prompt_registry.py,sha256=-BNHX_UPAqBG1IdNUXZIA669M59wvFTyTvBifrFjy3k,2600
|
|
108
115
|
langtrace_python_sdk/utils/sdk_version_checker.py,sha256=FzjIWZjn53cX0LEVPdipQd1fO9lG8iGVUEVUs9Hyk6M,1713
|
|
109
116
|
langtrace_python_sdk/utils/silently_fail.py,sha256=F_9EteXCO9Cyq-8MA1OT2Zy_dx8n06nt31I7t7ui24E,478
|
|
110
117
|
langtrace_python_sdk/utils/types.py,sha256=l-N6o7cnWUyrD6dBvW7W3Pf5CkPo5QaoT__k1XLbrQg,383
|
|
111
|
-
langtrace_python_sdk/utils/with_root_span.py,sha256=
|
|
118
|
+
langtrace_python_sdk/utils/with_root_span.py,sha256=RO-MhRUNSWdSo7KKOdAnTBfwj973KMTEKD-e54fSr0c,7539
|
|
112
119
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
113
120
|
tests/conftest.py,sha256=0Jo6iCZTXbdvyJVhG9UpYGkLabL75378oauCzmt-Sa8,603
|
|
114
121
|
tests/utils.py,sha256=hP8sTH-M8WO6zlLkSFHPf6483ZcKEcnxul6JIIb1pLM,1396
|
|
@@ -145,8 +152,8 @@ tests/pinecone/cassettes/test_query.yaml,sha256=b5v9G3ssUy00oG63PlFUR3JErF2Js-5A
|
|
|
145
152
|
tests/pinecone/cassettes/test_upsert.yaml,sha256=neWmQ1v3d03V8WoLl8FoFeeCYImb8pxlJBWnFd_lITU,38607
|
|
146
153
|
tests/qdrant/conftest.py,sha256=9n0uHxxIjWk9fbYc4bx-uP8lSAgLBVx-cV9UjnsyCHM,381
|
|
147
154
|
tests/qdrant/test_qdrant.py,sha256=pzjAjVY2kmsmGfrI2Gs2xrolfuaNHz7l1fqGQCjp5_o,3353
|
|
148
|
-
langtrace_python_sdk-2.1.
|
|
149
|
-
langtrace_python_sdk-2.1.
|
|
150
|
-
langtrace_python_sdk-2.1.
|
|
151
|
-
langtrace_python_sdk-2.1.
|
|
152
|
-
langtrace_python_sdk-2.1.
|
|
155
|
+
langtrace_python_sdk-2.1.19.dist-info/METADATA,sha256=Ll01P8FwZ7OwKOnM2UajEWZsLj7EXGTKhcZvWKLS2Dk,13161
|
|
156
|
+
langtrace_python_sdk-2.1.19.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
157
|
+
langtrace_python_sdk-2.1.19.dist-info/entry_points.txt,sha256=1_b9-qvf2fE7uQNZcbUei9vLpFZBbbh9LrtGw95ssAo,70
|
|
158
|
+
langtrace_python_sdk-2.1.19.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
159
|
+
langtrace_python_sdk-2.1.19.dist-info/RECORD,,
|
|
File without changes
|
{langtrace_python_sdk-2.1.17.dist-info → langtrace_python_sdk-2.1.19.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{langtrace_python_sdk-2.1.17.dist-info → langtrace_python_sdk-2.1.19.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|