unique-web-search 1.9.1__py3-none-any.whl → 1.10.0__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.
@@ -76,7 +76,7 @@ class VertexAI(SearchEngine[VertexAIConfig]):
76
76
  self,
77
77
  config: VertexAIConfig,
78
78
  ):
79
- super().__init__(config)
79
+ super().__init__(config=config)
80
80
  self._client = get_vertex_client()
81
81
  self.is_configured = self._client is not None
82
82
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: unique-web-search
3
- Version: 1.9.1
3
+ Version: 1.10.0
4
4
  Summary:
5
5
  Author: Andreas Hauri, Gustav Hartz, Rami Azouz
6
6
  Author-email: Andreas Hauri <andreas@unique.ch>, Gustav Hartz <gustav.hartz.ext@unique.ch>, Rami Azouz <rami.ext@unique.ch>
@@ -1,9 +1,9 @@
1
1
  unique_web_search/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  unique_web_search/client_settings.py,sha256=gGcD6ehgwv6mNzJw07naAGqYug2Rf25kYYQ4eeeqs_g,5879
3
- unique_web_search/config.py,sha256=hshXhJdEzuddxHEgKYtdfZ8HcIgwLZWdpyp26xAYTUg,7378
3
+ unique_web_search/config.py,sha256=7yNuCa6E_3Txq-g3cQ9MbnRERccPZgyR6Z58wBZv9K4,7729
4
4
  unique_web_search/prompts.py,sha256=lfwW-qxzcJ0wthZ962yRgtuGvIdiDZ_wZ-LqjXLaC9A,2186
5
5
  unique_web_search/schema.py,sha256=0Qivyo9RV1PmycXslOoQsa9-DnpHDav4wOsA1-BdYFw,1621
6
- unique_web_search/service.py,sha256=U7DV3-lVi0f_EC-Rl_LnHbStOyJfCZHaeKbmt-diqWM,13071
6
+ unique_web_search/service.py,sha256=v8gW_AjjQP8BcLmBXAphbDL7euZt2np9LfYUhJGO128,10682
7
7
  unique_web_search/services/client/proxy_config.py,sha256=R8o2jgg6sM-F9nZyegVqhZae8MDzzrsAOdRC1UwKJdI,3470
8
8
  unique_web_search/services/content_processing/__init__.py,sha256=8foGjXnQHUSbVXCWDfO1Nz_nE9u6rLMj2hmdolsVUv0,360
9
9
  unique_web_search/services/content_processing/config.py,sha256=pETpW_w4Rzwqz6NYHySng0oVNDRz7sEqpbjWAi0p2yY,3426
@@ -17,16 +17,19 @@ unique_web_search/services/crawlers/firecrawl.py,sha256=ki3jifryUfrXMXXRbwboXYuw
17
17
  unique_web_search/services/crawlers/jina.py,sha256=41z4I2otgfx2catgLtSAwsW6BeUQGk93npIEdv-Pn7E,3068
18
18
  unique_web_search/services/crawlers/tavily.py,sha256=dFVyvS4VQ_Z8xbX-NY97KWYyx5cY9AB5-imrHAEAOe0,3083
19
19
  unique_web_search/services/executors/README.md,sha256=wTtvzuW5d3SQouwP6BpgsSD2xQc1ZL9RRasX23nNwTw,8896
20
- unique_web_search/services/executors/__init__.py,sha256=Dc4YyPJPz6vta7vf-Oudgz0NLzq9RF-6SAPD5EpTtVs,260
21
- unique_web_search/services/executors/base_executor.py,sha256=FD6TKTDq5qZtruQrMmb1AWLT6qG54BoUWj1HSX1raiE,6241
20
+ unique_web_search/services/executors/__init__.py,sha256=dWItnuiPx7lfqMDbZQ5rUdYJWM_Z_p3xpR5qHkJEKnk,494
21
+ unique_web_search/services/executors/base_executor.py,sha256=mgozBDKIMZu7WVrIjbENmxOj_bzyt5drwLCKac562W4,5549
22
22
  unique_web_search/services/executors/configs/__init__.py,sha256=yOy0O95Mlmi0rukAj1YlkFpF6QznxET-8s-JMXgkUro,895
23
23
  unique_web_search/services/executors/configs/base.py,sha256=TFHc3eKEN-3SHMiB100__y-g-aIfzUHLmgsCAllcwb4,833
24
24
  unique_web_search/services/executors/configs/prompts.py,sha256=z84UyRq48dCiKBQsmXd37lwDLtCYZHUQz3ZAWUzcbVg,9748
25
25
  unique_web_search/services/executors/configs/v1_config.py,sha256=GMlsP1CWer6WqGxTe9819CLtbtpwCFFLs9BO8yBsqBs,3732
26
26
  unique_web_search/services/executors/configs/v2_config.py,sha256=DZUV0DfZ9nemMsUO46rxnMXU-5dQK1IAqqkdsObtixo,2160
27
- unique_web_search/services/executors/web_search_v1_executor.py,sha256=LCcHjWlLh68MEr7w9TJanh34SBmH64U-RpXoAenpvmw,13343
28
- unique_web_search/services/executors/web_search_v2_executor.py,sha256=PLPS9hXFpyCzibDqQH3j5Vo5H4bcVXtrWZ3i-KvR6Og,11047
27
+ unique_web_search/services/executors/context.py,sha256=UUufAliozU1oNuB48m9Aw8lUFQhazR_RdB-7v90DVZY,3844
28
+ unique_web_search/services/executors/web_search_v1_executor.py,sha256=eYQwI6qZUE4Xu2Xg7kWM6078Zv4JQcdt8Dc9q7JD6bM,11298
29
+ unique_web_search/services/executors/web_search_v2_executor.py,sha256=iJvfDhsIkc7V0G3rarekKQfduhmHniP17p8UfKKVG6w,10439
29
30
  unique_web_search/services/helpers.py,sha256=4Iv0oiGrgeW8cx85JZqQr96AHye1oGu4Aw2NW_-cEy4,562
31
+ unique_web_search/services/message_log.py,sha256=rlXdPepwQBFxoWpsgwTuzLZhZVD5ixZ-ab4BTGUSvz0,2663
32
+ unique_web_search/services/query_elicitation.py,sha256=8idQ1WJGKfiMtW3JhIIc0SP0adVphFAd10HjGXDdi_0,6590
30
33
  unique_web_search/services/search_engine/README.md,sha256=qBn85f7orZBrautIQBXT0BTf3tMndW8_3Cx3gck9KLo,19637
31
34
  unique_web_search/services/search_engine/__init__.py,sha256=mtUGCE1E2WB7xuwq0YbV7WWN46NY52YEAyUITG7oTos,3998
32
35
  unique_web_search/services/search_engine/base.py,sha256=MBQWiozcIAnXvH7vuMpLo6EaWYlAgI30c-ROb91wZRU,2069
@@ -49,9 +52,9 @@ unique_web_search/services/search_engine/utils/vertexai/exceptions.py,sha256=KLg
49
52
  unique_web_search/services/search_engine/utils/vertexai/gemini.py,sha256=lpu9COypXW2Z0ghLzMZiAoHjZkfXZUVdH0Gh3IyoEJc,578
50
53
  unique_web_search/services/search_engine/utils/vertexai/prompts.py,sha256=-gq9R6btaubDgPjENVhmlJUBqPYX6AYCBg2MF_o0KZY,1748
51
54
  unique_web_search/services/search_engine/utils/vertexai/response_handler.py,sha256=ddlYzNQ8SFR1I31tittED4U6zp4qoBBcYSYFpMVgyd4,2537
52
- unique_web_search/services/search_engine/vertexai.py,sha256=4AlNP7NHkSMD1lZROBFDcm61stjXDRTfzAkLBRfFy4A,4664
55
+ unique_web_search/services/search_engine/vertexai.py,sha256=lLQ4uE1QMdYmk67EZvuz-UBoZ5EY5v2sN0e80McfblM,4671
53
56
  unique_web_search/settings.py,sha256=EnMmQZGfn6S8_TFY6fCuz_DrL1dTabPuIOzRbQwAO-I,5901
54
57
  unique_web_search/utils.py,sha256=5yLyzKyqy1v-Ut_TEYb4fggpiUj-nPf84YsO7db75so,4069
55
- unique_web_search-1.9.1.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
56
- unique_web_search-1.9.1.dist-info/METADATA,sha256=-nK6xJH2XcL1O01G4hd4B-2aW6kBdKhd3FFd0VzwOwM,5565
57
- unique_web_search-1.9.1.dist-info/RECORD,,
58
+ unique_web_search-1.10.0.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
59
+ unique_web_search-1.10.0.dist-info/METADATA,sha256=7q56yKZR7cSX5Xxw3U2BbspRs5L7hE_bfCLZQFCxrSg,5566
60
+ unique_web_search-1.10.0.dist-info/RECORD,,