nucliadb-models 6.9.1.post5208__py3-none-any.whl → 6.9.1.post5215__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-models might be problematic. Click here for more details.
- nucliadb_models/search.py +3 -1
- {nucliadb_models-6.9.1.post5208.dist-info → nucliadb_models-6.9.1.post5215.dist-info}/METADATA +1 -1
- {nucliadb_models-6.9.1.post5208.dist-info → nucliadb_models-6.9.1.post5215.dist-info}/RECORD +5 -5
- {nucliadb_models-6.9.1.post5208.dist-info → nucliadb_models-6.9.1.post5215.dist-info}/WHEEL +0 -0
- {nucliadb_models-6.9.1.post5208.dist-info → nucliadb_models-6.9.1.post5215.dist-info}/top_level.txt +0 -0
nucliadb_models/search.py
CHANGED
|
@@ -484,7 +484,8 @@ class SearchParamDefaults:
|
|
|
484
484
|
autofilter = ParamDefault(
|
|
485
485
|
default=False,
|
|
486
486
|
title="Automatic search filtering",
|
|
487
|
-
description="If set to true, the search will automatically add filters to the query. For example, it will filter results containing the entities detected in the query", # noqa: E501
|
|
487
|
+
description="[Deprecated] If set to true, the search will automatically add filters to the query. For example, it will filter results containing the entities detected in the query", # noqa: E501
|
|
488
|
+
deprecated=True,
|
|
488
489
|
)
|
|
489
490
|
chat_query = ParamDefault(
|
|
490
491
|
default=...,
|
|
@@ -1239,6 +1240,7 @@ class HierarchyResourceStrategy(RagStrategy):
|
|
|
1239
1240
|
title="Count",
|
|
1240
1241
|
description="Number of extra characters that are added to each matching paragraph when adding to the context.",
|
|
1241
1242
|
ge=0,
|
|
1243
|
+
le=1024,
|
|
1242
1244
|
)
|
|
1243
1245
|
|
|
1244
1246
|
|
{nucliadb_models-6.9.1.post5208.dist-info → nucliadb_models-6.9.1.post5215.dist-info}/RECORD
RENAMED
|
@@ -17,7 +17,7 @@ nucliadb_models/notifications.py,sha256=mna8-AoD_29Wds0Thl0AF0zpERnJmYGLZX1w1fUo
|
|
|
17
17
|
nucliadb_models/processing.py,sha256=nhKuHQjqCdb9zJVkYGPTLub23tK9e_lwL5OCDVymZjY,719
|
|
18
18
|
nucliadb_models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
19
|
nucliadb_models/resource.py,sha256=RzCos0QRgSMkaV-p7EoceSmt7UTzt9G9be5BKF-iGrQ,9021
|
|
20
|
-
nucliadb_models/search.py,sha256=
|
|
20
|
+
nucliadb_models/search.py,sha256=tUedQpOY1OKnhCybnU-0dae3f6QjoN3rDVhwgDgLj5Y,96008
|
|
21
21
|
nucliadb_models/security.py,sha256=opxaDLfvk3aU0sjesK0jGrYLx5h4YCwlKKN0moYs_ig,1150
|
|
22
22
|
nucliadb_models/synonyms.py,sha256=afbaVqSQSxGLwi2PusVaLSRpkOtA5AZmWOKd1f4nl2E,690
|
|
23
23
|
nucliadb_models/text.py,sha256=60bxZnOjRHnDdezR8VfR3AZsXTOwePFPs2BKB8wxBak,3414
|
|
@@ -33,7 +33,7 @@ nucliadb_models/graph/responses.py,sha256=Sdq8OgFAL1YT-1lJyLLrkqcScvj7YTEqAUwQ-k
|
|
|
33
33
|
nucliadb_models/internal/__init__.py,sha256=zG33bUz1rHFPtvqQPWn4rDwBJt3FJodGuQYD45quiQg,583
|
|
34
34
|
nucliadb_models/internal/predict.py,sha256=Pnx6MmLfK65eExe1XnVxqmSlvMwdowewwks9BOEoqMw,2029
|
|
35
35
|
nucliadb_models/internal/shards.py,sha256=__y1OZtWGiNcPQEWfSFOj8yw458WGi7mM4vZe0K-L1Y,1691
|
|
36
|
-
nucliadb_models-6.9.1.
|
|
37
|
-
nucliadb_models-6.9.1.
|
|
38
|
-
nucliadb_models-6.9.1.
|
|
39
|
-
nucliadb_models-6.9.1.
|
|
36
|
+
nucliadb_models-6.9.1.post5215.dist-info/METADATA,sha256=24nGVhAojsWfi1WG9okQj8diXhlWmRl-osBhChZf9Zw,794
|
|
37
|
+
nucliadb_models-6.9.1.post5215.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
38
|
+
nucliadb_models-6.9.1.post5215.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
|
39
|
+
nucliadb_models-6.9.1.post5215.dist-info/RECORD,,
|
|
File without changes
|
{nucliadb_models-6.9.1.post5208.dist-info → nucliadb_models-6.9.1.post5215.dist-info}/top_level.txt
RENAMED
|
File without changes
|