lmnr 0.4.39b0__py3-none-any.whl → 0.4.39b1__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.
- {lmnr-0.4.39b0.dist-info → lmnr-0.4.39b1.dist-info}/METADATA +51 -1
- {lmnr-0.4.39b0.dist-info → lmnr-0.4.39b1.dist-info}/RECORD +5 -5
- {lmnr-0.4.39b0.dist-info → lmnr-0.4.39b1.dist-info}/LICENSE +0 -0
- {lmnr-0.4.39b0.dist-info → lmnr-0.4.39b1.dist-info}/WHEEL +0 -0
- {lmnr-0.4.39b0.dist-info → lmnr-0.4.39b1.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lmnr
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.39b1
|
4
4
|
Summary: Python SDK for Laminar AI
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: lmnr.ai
|
@@ -12,7 +12,32 @@ Classifier: Programming Language :: Python :: 3.10
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
15
|
+
Provides-Extra: alephalpha
|
16
|
+
Provides-Extra: anthropic
|
17
|
+
Provides-Extra: bedrock
|
18
|
+
Provides-Extra: chromadb
|
19
|
+
Provides-Extra: cohere
|
15
20
|
Provides-Extra: full
|
21
|
+
Provides-Extra: google-generativeai
|
22
|
+
Provides-Extra: groq
|
23
|
+
Provides-Extra: haystack
|
24
|
+
Provides-Extra: lancedb
|
25
|
+
Provides-Extra: langchain
|
26
|
+
Provides-Extra: llamaindex
|
27
|
+
Provides-Extra: marqo
|
28
|
+
Provides-Extra: milvus
|
29
|
+
Provides-Extra: mistralai
|
30
|
+
Provides-Extra: ollama
|
31
|
+
Provides-Extra: openai
|
32
|
+
Provides-Extra: pinecone
|
33
|
+
Provides-Extra: qdrant
|
34
|
+
Provides-Extra: replicate
|
35
|
+
Provides-Extra: sagemaker
|
36
|
+
Provides-Extra: together
|
37
|
+
Provides-Extra: transformers
|
38
|
+
Provides-Extra: vertexai
|
39
|
+
Provides-Extra: watsonx
|
40
|
+
Provides-Extra: weaviate
|
16
41
|
Requires-Dist: argparse (>=1.0,<2.0)
|
17
42
|
Requires-Dist: backoff (>=2.0,<3.0)
|
18
43
|
Requires-Dist: deprecated (>=1.0,<2.0)
|
@@ -20,10 +45,35 @@ Requires-Dist: jinja2 (>=3.0,<4.0)
|
|
20
45
|
Requires-Dist: opentelemetry-api (>=1.28.0)
|
21
46
|
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc (>=1.28.0)
|
22
47
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.28.0)
|
48
|
+
Requires-Dist: opentelemetry-instrumentation-alephalpha (>=0.33.12) ; extra == "full" or extra == "alephalpha"
|
49
|
+
Requires-Dist: opentelemetry-instrumentation-anthropic (>=0.33.12) ; extra == "full" or extra == "anthropic"
|
50
|
+
Requires-Dist: opentelemetry-instrumentation-bedrock (>=0.33.12) ; extra == "full" or extra == "bedrock"
|
51
|
+
Requires-Dist: opentelemetry-instrumentation-chromadb (>=0.33.12) ; extra == "full" or extra == "chromadb"
|
52
|
+
Requires-Dist: opentelemetry-instrumentation-cohere (>=0.33.12) ; extra == "full" or extra == "cohere"
|
53
|
+
Requires-Dist: opentelemetry-instrumentation-google-generativeai (>=0.33.12) ; extra == "full" or extra == "google-generativeai"
|
54
|
+
Requires-Dist: opentelemetry-instrumentation-groq (>=0.33.12) ; extra == "full" or extra == "groq"
|
55
|
+
Requires-Dist: opentelemetry-instrumentation-haystack (>=0.33.12) ; extra == "full" or extra == "haystack"
|
56
|
+
Requires-Dist: opentelemetry-instrumentation-lancedb (>=0.33.12) ; extra == "full" or extra == "lancedb"
|
57
|
+
Requires-Dist: opentelemetry-instrumentation-langchain (>=0.33.12) ; extra == "full" or extra == "langchain"
|
58
|
+
Requires-Dist: opentelemetry-instrumentation-llamaindex (>=0.33.12) ; extra == "full" or extra == "llamaindex"
|
59
|
+
Requires-Dist: opentelemetry-instrumentation-marqo (>=0.33.12) ; extra == "full" or extra == "marqo"
|
60
|
+
Requires-Dist: opentelemetry-instrumentation-milvus (>=0.33.12) ; extra == "full" or extra == "milvus"
|
61
|
+
Requires-Dist: opentelemetry-instrumentation-mistralai (>=0.33.12) ; extra == "full" or extra == "mistralai"
|
62
|
+
Requires-Dist: opentelemetry-instrumentation-ollama (>=0.33.12) ; extra == "full" or extra == "ollama"
|
63
|
+
Requires-Dist: opentelemetry-instrumentation-openai (>=0.33.12) ; extra == "full" or extra == "openai"
|
64
|
+
Requires-Dist: opentelemetry-instrumentation-pinecone (>=0.33.12) ; extra == "full" or extra == "pinecone"
|
65
|
+
Requires-Dist: opentelemetry-instrumentation-qdrant (>=0.33.12) ; extra == "full" or extra == "qdrant"
|
66
|
+
Requires-Dist: opentelemetry-instrumentation-replicate (>=0.33.12) ; extra == "full" or extra == "replicate"
|
23
67
|
Requires-Dist: opentelemetry-instrumentation-requests (>=0.49b0,<0.50)
|
68
|
+
Requires-Dist: opentelemetry-instrumentation-sagemaker (>=0.33.12) ; extra == "full" or extra == "sagemaker"
|
24
69
|
Requires-Dist: opentelemetry-instrumentation-sqlalchemy (>=0.49b0,<0.50)
|
25
70
|
Requires-Dist: opentelemetry-instrumentation-threading (>=0.49b0,<0.50)
|
71
|
+
Requires-Dist: opentelemetry-instrumentation-together (>=0.33.12) ; extra == "full" or extra == "together"
|
72
|
+
Requires-Dist: opentelemetry-instrumentation-transformers (>=0.33.12) ; extra == "full" or extra == "transformers"
|
26
73
|
Requires-Dist: opentelemetry-instrumentation-urllib3 (>=0.49b0,<0.50)
|
74
|
+
Requires-Dist: opentelemetry-instrumentation-vertexai (>=0.33.12) ; extra == "full" or extra == "vertexai"
|
75
|
+
Requires-Dist: opentelemetry-instrumentation-watsonx (>=0.33.12) ; extra == "full" or extra == "watsonx"
|
76
|
+
Requires-Dist: opentelemetry-instrumentation-weaviate (>=0.33.12) ; extra == "full" or extra == "weaviate"
|
27
77
|
Requires-Dist: opentelemetry-sdk (>=1.28.0)
|
28
78
|
Requires-Dist: opentelemetry-semantic-conventions-ai (==0.4.2)
|
29
79
|
Requires-Dist: pydantic (>=2.7,<3.0)
|
@@ -25,8 +25,8 @@ lmnr/sdk/laminar.py,sha256=k5vxPdS4IN48M-k-JqGK2VPuAD6kvzhOLjEZcOuW8b8,27443
|
|
25
25
|
lmnr/sdk/log.py,sha256=cZBeUoSK39LMEV-X4-eEhTWOciULRfHaKfRK8YqIM8I,1532
|
26
26
|
lmnr/sdk/types.py,sha256=qGD1tkGszd-_sZJaZ_Zx9U_CdUYzoDkUeN2g-o48Gls,5588
|
27
27
|
lmnr/sdk/utils.py,sha256=Uk8y15x-sd5tP2ERONahElLDJVEy_3dA_1_5g9A6auY,3358
|
28
|
-
lmnr-0.4.
|
29
|
-
lmnr-0.4.
|
30
|
-
lmnr-0.4.
|
31
|
-
lmnr-0.4.
|
32
|
-
lmnr-0.4.
|
28
|
+
lmnr-0.4.39b1.dist-info/LICENSE,sha256=67b_wJHVV1CBaWkrKFWU1wyqTPSdzH77Ls-59631COg,10411
|
29
|
+
lmnr-0.4.39b1.dist-info/METADATA,sha256=sws0AiDnxyAsElfRUss_8S6J342vMkfUckauXvS3dwU,12053
|
30
|
+
lmnr-0.4.39b1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
31
|
+
lmnr-0.4.39b1.dist-info/entry_points.txt,sha256=K1jE20ww4jzHNZLnsfWBvU3YKDGBgbOiYG5Y7ivQcq4,37
|
32
|
+
lmnr-0.4.39b1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|