exa-py 1.0.12__py3-none-any.whl → 1.0.13__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.
Potentially problematic release.
This version of exa-py might be problematic. Click here for more details.
exa_py/api.py
CHANGED
|
@@ -19,7 +19,7 @@ from typing import (
|
|
|
19
19
|
from typing_extensions import TypedDict
|
|
20
20
|
|
|
21
21
|
import httpx
|
|
22
|
-
from openai import
|
|
22
|
+
from openai import OpenAI
|
|
23
23
|
from openai.types.chat.chat_completion_message_param import ChatCompletionMessageParam
|
|
24
24
|
from openai.types.chat_model import ChatModel
|
|
25
25
|
from exa_py.utils import (
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: exa-py
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.13
|
|
4
4
|
Summary: Python SDK for Exa API.
|
|
5
5
|
Home-page: https://github.com/exa-labs/exa-py
|
|
6
6
|
Author: Exa
|
|
7
7
|
Author-email: hello@exa.ai
|
|
8
|
+
License: UNKNOWN
|
|
9
|
+
Platform: UNKNOWN
|
|
8
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
9
11
|
Classifier: Intended Audience :: Developers
|
|
10
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -18,7 +20,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
18
20
|
Description-Content-Type: text/markdown
|
|
19
21
|
Requires-Dist: requests
|
|
20
22
|
Requires-Dist: typing-extensions
|
|
21
|
-
Requires-Dist: openai
|
|
23
|
+
Requires-Dist: openai >=1.10.0
|
|
22
24
|
|
|
23
25
|
# Exa
|
|
24
26
|
|
|
@@ -93,3 +95,5 @@ exa = Exa(api_key="your-api-key")
|
|
|
93
95
|
highlights={"highlights_per_url": 2, "num_sentences": 1, "query": "This is the highlight query:"})
|
|
94
96
|
```
|
|
95
97
|
|
|
98
|
+
|
|
99
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
exa_py/__init__.py,sha256=aVF1zB_UV3dagJ5Vn2WrdcInzibdIW61M89sjwRCU_g,29
|
|
2
|
+
exa_py/api.py,sha256=p2XtU7IOLuq7BuQbHPohcwDB2F6RDXsEP6I2D_ywanw,27818
|
|
3
|
+
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
exa_py/utils.py,sha256=pF91TKGGg4SbSVrdWroQze90-D9AlvqLoKWlHIeyLaE,2402
|
|
5
|
+
exa_py-1.0.13.dist-info/METADATA,sha256=UtjpLGwc0NjypIS_YGXbP_3C3pQt1cGECYmdI7JWpoc,3118
|
|
6
|
+
exa_py-1.0.13.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
7
|
+
exa_py-1.0.13.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
+
exa_py-1.0.13.dist-info/RECORD,,
|
exa_py-1.0.12.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
exa_py/__init__.py,sha256=aVF1zB_UV3dagJ5Vn2WrdcInzibdIW61M89sjwRCU_g,29
|
|
2
|
-
exa_py/api.py,sha256=fmPCOzC31meRaBYt2V3skZZDg2xiQaWt60G1Zs5DIHY,27839
|
|
3
|
-
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
exa_py/utils.py,sha256=pF91TKGGg4SbSVrdWroQze90-D9AlvqLoKWlHIeyLaE,2402
|
|
5
|
-
exa_py-1.0.12.dist-info/METADATA,sha256=rUIwnAb5tx5U4e9ue8QguSsEZhriJNIJNWxTVEVkSM0,3072
|
|
6
|
-
exa_py-1.0.12.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
7
|
-
exa_py-1.0.12.dist-info/top_level.txt,sha256=Mfkmscdw9HWR1PtVhU1gAiVo6DHu_tyiVdb89gfZBVI,7
|
|
8
|
-
exa_py-1.0.12.dist-info/RECORD,,
|
|
File without changes
|