nucliadb 6.9.2.post5239__py3-none-any.whl → 6.9.2.post5256__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 nucliadb might be problematic. Click here for more details.

@@ -46,7 +46,6 @@ from nucliadb_models.search import (
46
46
  KnowledgeboxFindResults,
47
47
  NucliaDBClientType,
48
48
  RankFusionName,
49
- Reranker,
50
49
  RerankerName,
51
50
  ResourceProperties,
52
51
  SearchParamDefaults,
@@ -131,7 +130,7 @@ async def find_knowledgebox(
131
130
  security_groups: list[str] = fastapi_query(SearchParamDefaults.security_groups),
132
131
  show_hidden: bool = fastapi_query(SearchParamDefaults.show_hidden),
133
132
  rank_fusion: RankFusionName = fastapi_query(SearchParamDefaults.rank_fusion),
134
- reranker: Union[RerankerName, Reranker] = fastapi_query(SearchParamDefaults.reranker),
133
+ reranker: RerankerName = fastapi_query(SearchParamDefaults.reranker),
135
134
  search_configuration: Optional[str] = Query(
136
135
  default=None,
137
136
  description="Load find parameters from this configuration. Parameters in the request override parameters from the configuration.",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nucliadb
3
- Version: 6.9.2.post5239
3
+ Version: 6.9.2.post5256
4
4
  Summary: NucliaDB
5
5
  Author-email: Nuclia <nucliadb@nuclia.com>
6
6
  License-Expression: AGPL-3.0-or-later
@@ -19,11 +19,11 @@ Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Programming Language :: Python :: 3 :: Only
20
20
  Requires-Python: <4,>=3.9
21
21
  Description-Content-Type: text/markdown
22
- Requires-Dist: nucliadb-telemetry[all]>=6.9.2.post5239
23
- Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.9.2.post5239
24
- Requires-Dist: nucliadb-protos>=6.9.2.post5239
25
- Requires-Dist: nucliadb-models>=6.9.2.post5239
26
- Requires-Dist: nidx-protos>=6.9.2.post5239
22
+ Requires-Dist: nucliadb-telemetry[all]>=6.9.2.post5256
23
+ Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.9.2.post5256
24
+ Requires-Dist: nucliadb-protos>=6.9.2.post5256
25
+ Requires-Dist: nucliadb-models>=6.9.2.post5256
26
+ Requires-Dist: nidx-protos>=6.9.2.post5256
27
27
  Requires-Dist: nucliadb-admin-assets>=1.0.0.post1224
28
28
  Requires-Dist: nuclia-models>=0.50.0
29
29
  Requires-Dist: uvicorn[standard]
@@ -57,7 +57,7 @@ Requires-Dist: jwcrypto>=1.5.6
57
57
  Requires-Dist: pyyaml>=5.1
58
58
  Requires-Dist: fastapi-versioning>=0.10.0
59
59
  Requires-Dist: fastapi>=0.95.2
60
- Requires-Dist: sentry-sdk>=2.8.0
60
+ Requires-Dist: sentry-sdk[fastapi]>=2.8.0
61
61
  Requires-Dist: pyjwt>=2.4.0
62
62
  Requires-Dist: mmh3>=3.0.0
63
63
  Requires-Dist: httpx>=0.23.0
@@ -229,7 +229,7 @@ nucliadb/search/api/v1/__init__.py,sha256=hiIGqIVD0ETJWHvX41_RDEMPHq7jWrE4q4rFQo
229
229
  nucliadb/search/api/v1/ask.py,sha256=hZUnk1opZuXp1IwTiingSatlUefg2CZ9r_Z9sUwZMaU,5698
230
230
  nucliadb/search/api/v1/catalog.py,sha256=zMflTu9UKfvuEO_u4Et33Q2kSni0TIk2E5t-_Ad5BXM,8069
231
231
  nucliadb/search/api/v1/feedback.py,sha256=kNLc4dHz2SXHzV0PwC1WiRAwY88fDptPcP-kO0q-FrQ,2620
232
- nucliadb/search/api/v1/find.py,sha256=j6mxEyxjlLnZSqCT_N2LmOJlytsm1vkY4KFFmJRrtP8,10904
232
+ nucliadb/search/api/v1/find.py,sha256=kwbEJ_gWwqjuULIGFVRcWkXH44G9JTIvIyCmLb6xj9g,10873
233
233
  nucliadb/search/api/v1/graph.py,sha256=gthqxCOn9biE6D6s93jRGLglk0ono8U7OyS390kWiI8,4178
234
234
  nucliadb/search/api/v1/hydrate.py,sha256=31HuYvQPZthBhDulVWU8q3EPiBfm4bJDpWMbtM3gtCk,11954
235
235
  nucliadb/search/api/v1/knowledgebox.py,sha256=e9xeLPUqnQTx33i4A8xuV93ENvtJGrpjPlLRbGJtAI8,8415
@@ -385,8 +385,8 @@ nucliadb/writer/tus/local.py,sha256=7jYa_w9b-N90jWgN2sQKkNcomqn6JMVBOVeDOVYJHto,
385
385
  nucliadb/writer/tus/s3.py,sha256=vu1BGg4VqJ_x2P1u2BxqPKlSfw5orT_a3R-Ln5oPUpU,8483
386
386
  nucliadb/writer/tus/storage.py,sha256=ToqwjoYnjI4oIcwzkhha_MPxi-k4Jk3Lt55zRwaC1SM,2903
387
387
  nucliadb/writer/tus/utils.py,sha256=MSdVbRsRSZVdkaum69_0wku7X3p5wlZf4nr6E0GMKbw,2556
388
- nucliadb-6.9.2.post5239.dist-info/METADATA,sha256=QmItzxDN0lYqpyo1MTeG_a51UxYCSGFjnAwnwSsxcX8,4158
389
- nucliadb-6.9.2.post5239.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
390
- nucliadb-6.9.2.post5239.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
391
- nucliadb-6.9.2.post5239.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
392
- nucliadb-6.9.2.post5239.dist-info/RECORD,,
388
+ nucliadb-6.9.2.post5256.dist-info/METADATA,sha256=QMfAJsL9QdIFMg_cOWCEACbtMur4xBCtNxZQAgozUEo,4167
389
+ nucliadb-6.9.2.post5256.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
390
+ nucliadb-6.9.2.post5256.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
391
+ nucliadb-6.9.2.post5256.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
392
+ nucliadb-6.9.2.post5256.dist-info/RECORD,,