exa-py 1.14.18__py3-none-any.whl → 1.14.19__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
|
@@ -140,7 +140,7 @@ SEARCH_OPTIONS_TYPES = {
|
|
|
140
140
|
list
|
|
141
141
|
], # Must not be present in webpage text. (One string, up to 5 words)
|
|
142
142
|
"use_autoprompt": [bool], # Convert query to Exa. (Default: false)
|
|
143
|
-
"type": [str], # 'keyword', 'neural', 'hybrid', or 'auto' (Default: auto)
|
|
143
|
+
"type": [str], # 'keyword', 'neural', 'hybrid', 'fast', or 'auto' (Default: auto)
|
|
144
144
|
"category": [
|
|
145
145
|
str
|
|
146
146
|
], # A data category to focus on: 'company', 'research paper', 'news', 'pdf', 'github', 'tweet', 'personal site', 'linkedin profile', 'financial report'
|
|
@@ -1251,7 +1251,7 @@ class Exa:
|
|
|
1251
1251
|
include_text (List[str], optional): Strings that must appear in the page text.
|
|
1252
1252
|
exclude_text (List[str], optional): Strings that must not appear in the page text.
|
|
1253
1253
|
use_autoprompt (bool, optional): Convert query to Exa (default False).
|
|
1254
|
-
type (str, optional): 'keyword', 'neural', or '
|
|
1254
|
+
type (str, optional): 'keyword', 'neural', 'hybrid', or 'fast' (default 'neural').
|
|
1255
1255
|
category (str, optional): e.g. 'company'
|
|
1256
1256
|
flags (List[str], optional): Experimental flags for Exa usage.
|
|
1257
1257
|
moderation (bool, optional): If True, the search results will be moderated for safety.
|
|
@@ -2463,7 +2463,7 @@ class AsyncExa(Exa):
|
|
|
2463
2463
|
include_text (List[str], optional): Strings that must appear in the page text.
|
|
2464
2464
|
exclude_text (List[str], optional): Strings that must not appear in the page text.
|
|
2465
2465
|
use_autoprompt (bool, optional): Convert query to Exa (default False).
|
|
2466
|
-
type (str, optional): 'keyword', 'neural', or '
|
|
2466
|
+
type (str, optional): 'keyword', 'neural', 'hybrid', or 'fast' (default 'neural').
|
|
2467
2467
|
category (str, optional): e.g. 'company'
|
|
2468
2468
|
flags (List[str], optional): Experimental flags for Exa usage.
|
|
2469
2469
|
moderation (bool, optional): If True, the search results will be moderated for safety.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
exa_py/__init__.py,sha256=M2GC9oSdoV6m2msboW0vMWWl8wrth4o6gmEV4MYLGG8,66
|
|
2
|
-
exa_py/api.py,sha256=
|
|
2
|
+
exa_py/api.py,sha256=82uLarnXTTX2KPrvWsvVQRqUS2ZT2gt0ert0joDD-yU,106681
|
|
3
3
|
exa_py/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
exa_py/research/__init__.py,sha256=QeY-j6bP4QP5tF9ytX0IeQhJvd0Wn4cJCD69U8pP7kA,271
|
|
5
5
|
exa_py/research/client.py,sha256=mnoTA4Qoa0TA5d8nVTR9tAU9LJElXV-MlPozgMxlUp4,12799
|
|
@@ -27,6 +27,6 @@ exa_py/websets/searches/client.py,sha256=X3f7axWGfecmxf-2tBTX0Yf_--xToz1X8ZHbbud
|
|
|
27
27
|
exa_py/websets/types.py,sha256=DxO_T4Ijnd06gxFAX3f238Mt5P0_ulpY44M1kiT4y4U,47120
|
|
28
28
|
exa_py/websets/webhooks/__init__.py,sha256=iTPBCxFd73z4RifLQMX6iRECx_6pwlI5qscLNjMOUHE,77
|
|
29
29
|
exa_py/websets/webhooks/client.py,sha256=zS1eoWKliuiY4AIeFJdpAlPZeOINyphn7KEWANF-zaE,4384
|
|
30
|
-
exa_py-1.14.
|
|
31
|
-
exa_py-1.14.
|
|
32
|
-
exa_py-1.14.
|
|
30
|
+
exa_py-1.14.19.dist-info/METADATA,sha256=l_SaYT4cgVkMztfTIJm696WkuPNqZPJ4toB2rN3-yvs,3827
|
|
31
|
+
exa_py-1.14.19.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
32
|
+
exa_py-1.14.19.dist-info/RECORD,,
|
|
File without changes
|