exa-py 1.14.9__tar.gz → 1.14.12__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.
Potentially problematic release.
This version of exa-py might be problematic. Click here for more details.
- {exa_py-1.14.9 → exa_py-1.14.12}/PKG-INFO +3 -3
- {exa_py-1.14.9 → exa_py-1.14.12}/README.md +2 -2
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/api.py +391 -143
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/research/client.py +18 -4
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/utils.py +2 -2
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/__init__.py +2 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/client.py +2 -0
- exa_py-1.14.12/exa_py/websets/events/__init__.py +3 -0
- exa_py-1.14.12/exa_py/websets/events/client.py +106 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/types.py +31 -15
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py.egg-info/PKG-INFO +3 -3
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py.egg-info/SOURCES.txt +3 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/pyproject.toml +1 -1
- {exa_py-1.14.9 → exa_py-1.14.12}/setup.py +1 -1
- exa_py-1.14.12/tests/test_websets_events.py +416 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/py.typed +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/research/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/research/models.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/core/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/core/base.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/enrichments/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/enrichments/client.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/imports/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/imports/client.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/items/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/items/client.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/monitors/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/monitors/client.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/monitors/runs/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/monitors/runs/client.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/searches/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/searches/client.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/webhooks/__init__.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py/websets/webhooks/client.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py.egg-info/dependency_links.txt +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py.egg-info/requires.txt +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/exa_py.egg-info/top_level.txt +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/setup.cfg +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/tests/test_search_api.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/tests/test_websets.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/tests/test_websets_imports.py +0 -0
- {exa_py-1.14.9 → exa_py-1.14.12}/tests/test_websets_monitors.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: exa-py
|
|
3
|
-
Version: 1.14.
|
|
3
|
+
Version: 1.14.12
|
|
4
4
|
Summary: Python SDK for Exa API.
|
|
5
5
|
Home-page: https://github.com/exa-labs/exa-py
|
|
6
6
|
Author: Exa
|
|
@@ -81,8 +81,8 @@ exa = Exa(api_key="your-api-key")
|
|
|
81
81
|
# basic answer
|
|
82
82
|
response = exa.answer("This is a query to answer a question")
|
|
83
83
|
|
|
84
|
-
# answer with full text
|
|
85
|
-
response = exa.answer("This is a query to answer a question", text=True
|
|
84
|
+
# answer with full text
|
|
85
|
+
response = exa.answer("This is a query to answer a question", text=True)
|
|
86
86
|
|
|
87
87
|
# answer with streaming
|
|
88
88
|
response = exa.stream_answer("This is a query to answer:")
|
|
@@ -63,8 +63,8 @@ exa = Exa(api_key="your-api-key")
|
|
|
63
63
|
# basic answer
|
|
64
64
|
response = exa.answer("This is a query to answer a question")
|
|
65
65
|
|
|
66
|
-
# answer with full text
|
|
67
|
-
response = exa.answer("This is a query to answer a question", text=True
|
|
66
|
+
# answer with full text
|
|
67
|
+
response = exa.answer("This is a query to answer a question", text=True)
|
|
68
68
|
|
|
69
69
|
# answer with streaming
|
|
70
70
|
response = exa.stream_answer("This is a query to answer:")
|