discovery-engine-api 0.1.26__py3-none-any.whl → 0.1.33__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.
discovery/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """Discovery Engine Python SDK."""
2
2
 
3
- __version__ = "0.1.26"
3
+ __version__ = "0.1.33"
4
4
 
5
5
  from discovery.client import Engine
6
6
  from discovery.types import (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: discovery-engine-api
3
- Version: 0.1.26
3
+ Version: 0.1.33
4
4
  Summary: Python SDK for the Discovery Engine API
5
5
  Project-URL: Homepage, https://github.com/leap-laboratories/discovery
6
6
  Project-URL: Documentation, https://github.com/leap-laboratories/discovery
@@ -185,11 +185,6 @@ The `run()` and `run_async()` methods accept the following parameters:
185
185
 
186
186
  ## Credits and Pricing
187
187
 
188
- - **Public datasets**: Free (0 credits required)
189
- - **Private datasets**:
190
- - Fast mode: 1 credit per MB
191
- - Deep mode: (number of columns × 0.1) credits per MB (minimum 3× fast mode cost)
192
-
193
188
  If you don't have enough credits for a private run, the SDK will raise an `httpx.HTTPStatusError` with an error message like:
194
189
  ```
195
190
  Insufficient credits. You need X credits but only have Y available.
@@ -0,0 +1,6 @@
1
+ discovery/__init__.py,sha256=Yh_QSiN6TummOyq-mzcsBMDX1j5Ek5LOKra9MQf-KJo,586
2
+ discovery/client.py,sha256=Io1vGqiEGrPPwOFxBDMaFbKlARj_Xg0izyWoRmoQy-c,30802
3
+ discovery/types.py,sha256=4Z3gKdxWnOpymEjBGCzAeUGjwRT2A0aCpmuwctbE4w0,6008
4
+ discovery_engine_api-0.1.33.dist-info/METADATA,sha256=UK34g4h6SZ3JZmnQvdiW8vbfEA_aaC1WJs3nPOWHzYI,12675
5
+ discovery_engine_api-0.1.33.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
6
+ discovery_engine_api-0.1.33.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- discovery/__init__.py,sha256=pIQ4_fGwgfMLlf8aif3aZdjqNZSCfLPy0OU01xDYvNA,586
2
- discovery/client.py,sha256=Io1vGqiEGrPPwOFxBDMaFbKlARj_Xg0izyWoRmoQy-c,30802
3
- discovery/types.py,sha256=4Z3gKdxWnOpymEjBGCzAeUGjwRT2A0aCpmuwctbE4w0,6008
4
- discovery_engine_api-0.1.26.dist-info/METADATA,sha256=TnNBLvgKfMQEUDJ-gxX5V3qI4ekW0BXLtgMTkOjKdQI,12867
5
- discovery_engine_api-0.1.26.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
6
- discovery_engine_api-0.1.26.dist-info/RECORD,,