nucliadb-models 6.4.2.post4366__py3-none-any.whl → 6.4.2.post4375__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/agents/ingestion.py +4 -0
- {nucliadb_models-6.4.2.post4366.dist-info → nucliadb_models-6.4.2.post4375.dist-info}/METADATA +1 -1
- {nucliadb_models-6.4.2.post4366.dist-info → nucliadb_models-6.4.2.post4375.dist-info}/RECORD +5 -5
- {nucliadb_models-6.4.2.post4366.dist-info → nucliadb_models-6.4.2.post4375.dist-info}/WHEEL +1 -1
- {nucliadb_models-6.4.2.post4366.dist-info → nucliadb_models-6.4.2.post4375.dist-info}/top_level.txt +0 -0
@@ -45,6 +45,10 @@ class ResourceAgentsRequest(BaseModel):
|
|
45
45
|
default=None,
|
46
46
|
description="Filters to apply to the agents. If None, all curently configured agents are applied.",
|
47
47
|
)
|
48
|
+
agent_ids: Optional[list[str]] = Field(
|
49
|
+
default=None,
|
50
|
+
title="An optional list of Data Augmentation Agent IDs to run. If None, all configured agents that match the filters are run.",
|
51
|
+
)
|
48
52
|
|
49
53
|
|
50
54
|
class NewTextField(BaseModel):
|
{nucliadb_models-6.4.2.post4366.dist-info → nucliadb_models-6.4.2.post4375.dist-info}/RECORD
RENAMED
@@ -25,14 +25,14 @@ nucliadb_models/utils.py,sha256=OnWaDwZGwja8Spd_gpryuUpAMGIMhh-DNDGpoUYyb-A,2460
|
|
25
25
|
nucliadb_models/vectors.py,sha256=_Z157PojPIwoeF5LStO0gz8IwxKy2styHjhdBkLd_44,1329
|
26
26
|
nucliadb_models/vectorsets.py,sha256=XAgg9DfdfLYpfLh9OepJ_KPH0_RqRQNpVZJr74UnNh0,788
|
27
27
|
nucliadb_models/writer.py,sha256=diwrarp6DxjSUoRmdEljZb68z_ghNvpOgPUGZeKg328,8220
|
28
|
-
nucliadb_models/agents/ingestion.py,sha256=
|
28
|
+
nucliadb_models/agents/ingestion.py,sha256=W9cJ0dQT_1vPcjeJ4_Fjb8DylnhQ6qqZrY4v8x1RqUs,3093
|
29
29
|
nucliadb_models/graph/__init__.py,sha256=X538kZPZnndmQeEtnzzPv1hYVGUTDe9U1O7UmAqqxXU,645
|
30
30
|
nucliadb_models/graph/requests.py,sha256=_cTN2W15UMfaAugP_3dG-BAX9ZohzyfxtDpjW_0C5qg,8132
|
31
31
|
nucliadb_models/graph/responses.py,sha256=Sdq8OgFAL1YT-1lJyLLrkqcScvj7YTEqAUwQ-kFAk9M,1399
|
32
32
|
nucliadb_models/internal/__init__.py,sha256=zG33bUz1rHFPtvqQPWn4rDwBJt3FJodGuQYD45quiQg,583
|
33
33
|
nucliadb_models/internal/predict.py,sha256=Pnx6MmLfK65eExe1XnVxqmSlvMwdowewwks9BOEoqMw,2029
|
34
34
|
nucliadb_models/internal/shards.py,sha256=__y1OZtWGiNcPQEWfSFOj8yw458WGi7mM4vZe0K-L1Y,1691
|
35
|
-
nucliadb_models-6.4.2.
|
36
|
-
nucliadb_models-6.4.2.
|
37
|
-
nucliadb_models-6.4.2.
|
38
|
-
nucliadb_models-6.4.2.
|
35
|
+
nucliadb_models-6.4.2.post4375.dist-info/METADATA,sha256=YQPKOFz80LxHQ_pGxOwxXdUvp_cH23eIfSoSplR1NqI,776
|
36
|
+
nucliadb_models-6.4.2.post4375.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
37
|
+
nucliadb_models-6.4.2.post4375.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
38
|
+
nucliadb_models-6.4.2.post4375.dist-info/RECORD,,
|
{nucliadb_models-6.4.2.post4366.dist-info → nucliadb_models-6.4.2.post4375.dist-info}/top_level.txt
RENAMED
File without changes
|