nucliadb-models 6.3.7.post4068__py3-none-any.whl → 6.3.7.post4071__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.
- nucliadb_models/search.py +5 -0
- {nucliadb_models-6.3.7.post4068.dist-info → nucliadb_models-6.3.7.post4071.dist-info}/METADATA +1 -1
- {nucliadb_models-6.3.7.post4068.dist-info → nucliadb_models-6.3.7.post4071.dist-info}/RECORD +5 -5
- {nucliadb_models-6.3.7.post4068.dist-info → nucliadb_models-6.3.7.post4071.dist-info}/WHEEL +0 -0
- {nucliadb_models-6.3.7.post4068.dist-info → nucliadb_models-6.3.7.post4071.dist-info}/top_level.txt +0 -0
nucliadb_models/search.py
CHANGED
@@ -1746,6 +1746,11 @@ class FindRequest(BaseSearchRequest):
|
|
1746
1746
|
search_configuration: Optional[str] = Field(
|
1747
1747
|
default=None, description="Load find parameters from this configuration"
|
1748
1748
|
)
|
1749
|
+
generative_model: Optional[str] = Field(
|
1750
|
+
default=None,
|
1751
|
+
title="Generative model",
|
1752
|
+
description="The generative model used to rephrase the query. If not provided, the model configured for the Knowledge Box is used.",
|
1753
|
+
)
|
1749
1754
|
|
1750
1755
|
@field_validator("features", mode="after")
|
1751
1756
|
@classmethod
|
{nucliadb_models-6.3.7.post4068.dist-info → nucliadb_models-6.3.7.post4071.dist-info}/RECORD
RENAMED
@@ -16,7 +16,7 @@ nucliadb_models/notifications.py,sha256=jr2J3zncs880jYf2oZHYt0VFcnlZevsbkyX69ovT
|
|
16
16
|
nucliadb_models/processing.py,sha256=UeU-VxbBlOzkNxviOS3a0X_k7Ye-jYu3UOdGuu21M8M,971
|
17
17
|
nucliadb_models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
18
18
|
nucliadb_models/resource.py,sha256=cjYloaRuCJFc3lGIxLZcX959oOq_N1f3V9bpPMYv4WA,9255
|
19
|
-
nucliadb_models/search.py,sha256=
|
19
|
+
nucliadb_models/search.py,sha256=W3L7MYMO63BW7saQD95SvuB6uDJ5OwcnRwS2TzS0FAc,82299
|
20
20
|
nucliadb_models/security.py,sha256=RewdzQ55nPZ9V7B0NX9KHeWg6B4Hg_RkeiFv2TQyrjs,1402
|
21
21
|
nucliadb_models/synonyms.py,sha256=qXTPHfspMgw22hCjAOdFOIoUsRZ7Ju3JW-Lw9Nz4VaI,942
|
22
22
|
nucliadb_models/text.py,sha256=dr-ckEIK0a8c5u-7uO1wpund_8KKb_4T79Au4Lfv-Bo,3150
|
@@ -32,7 +32,7 @@ nucliadb_models/graph/responses.py,sha256=3aimAHrd3YW1BXHU_ZXRoidlccRtkCcREkfCNo
|
|
32
32
|
nucliadb_models/internal/__init__.py,sha256=cp15ZcFnHvpcu_5-aK2A4uUyvuZVV_MJn4bIXMa20ks,835
|
33
33
|
nucliadb_models/internal/predict.py,sha256=5rgUPrH_98gerySOZ-TR2PX_qzCGF1_8VxyOu3bGhis,2281
|
34
34
|
nucliadb_models/internal/shards.py,sha256=uZLsMkYWrJDHq3xy_w7snSeV2X3aDBuht9GC_MG3sKc,1976
|
35
|
-
nucliadb_models-6.3.7.
|
36
|
-
nucliadb_models-6.3.7.
|
37
|
-
nucliadb_models-6.3.7.
|
38
|
-
nucliadb_models-6.3.7.
|
35
|
+
nucliadb_models-6.3.7.post4071.dist-info/METADATA,sha256=Jq9I_GhoUa3oN2PyMepvxEO47zmQ6YI12ozZsDjRbAg,759
|
36
|
+
nucliadb_models-6.3.7.post4071.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
37
|
+
nucliadb_models-6.3.7.post4071.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
38
|
+
nucliadb_models-6.3.7.post4071.dist-info/RECORD,,
|
File without changes
|
{nucliadb_models-6.3.7.post4068.dist-info → nucliadb_models-6.3.7.post4071.dist-info}/top_level.txt
RENAMED
File without changes
|