discovery-engine-api 0.2.65__tar.gz → 0.2.66__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.
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/PKG-INFO +2 -2
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/README.md +1 -1
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/SKILL.md +1 -1
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/__init__.py +1 -1
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/pyproject.toml +1 -1
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/.gitignore +0 -0
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/client.py +0 -0
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/errors.py +0 -0
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/integrations/__init__.py +0 -0
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/integrations/crewai.py +0 -0
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/integrations/langchain.py +0 -0
- {discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: discovery-engine-api
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.66
|
|
4
4
|
Summary: Python SDK for the Discovery Engine API
|
|
5
5
|
Project-URL: Homepage, https://www.leap-labs.com
|
|
6
6
|
Project-URL: Documentation, https://disco.leap-labs.com/llms-full.txt
|
|
@@ -215,7 +215,7 @@ Manage credits and plans at [disco.leap-labs.com/account](https://disco.leap-lab
|
|
|
215
215
|
|
|
216
216
|
## File Size Limits
|
|
217
217
|
|
|
218
|
-
Uploads up to **
|
|
218
|
+
Uploads up to **5 GB**. Files are uploaded directly to cloud storage using presigned URLs.
|
|
219
219
|
|
|
220
220
|
Supported formats: **CSV**, **TSV**, **Excel (.xlsx)**, **JSON**, **Parquet**, **ARFF**, **Feather**.
|
|
221
221
|
|
|
@@ -178,7 +178,7 @@ Manage credits and plans at [disco.leap-labs.com/account](https://disco.leap-lab
|
|
|
178
178
|
|
|
179
179
|
## File Size Limits
|
|
180
180
|
|
|
181
|
-
Uploads up to **
|
|
181
|
+
Uploads up to **5 GB**. Files are uploaded directly to cloud storage using presigned URLs.
|
|
182
182
|
|
|
183
183
|
Supported formats: **CSV**, **TSV**, **Excel (.xlsx)**, **JSON**, **Parquet**, **ARFF**, **Feather**.
|
|
184
184
|
|
|
@@ -533,4 +533,4 @@ All errors inherit from `DiscoveryError` and include a `suggestion` field with a
|
|
|
533
533
|
|
|
534
534
|
## Supported Formats
|
|
535
535
|
|
|
536
|
-
CSV, TSV, Excel (.xlsx), JSON, Parquet, ARFF, Feather. Max file size:
|
|
536
|
+
CSV, TSV, Excel (.xlsx), JSON, Parquet, ARFF, Feather. Max file size: 5 GB.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/integrations/__init__.py
RENAMED
|
File without changes
|
{discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/integrations/crewai.py
RENAMED
|
File without changes
|
{discovery_engine_api-0.2.65 → discovery_engine_api-0.2.66}/discovery/integrations/langchain.py
RENAMED
|
File without changes
|
|
File without changes
|