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.
@@ -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):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nucliadb_models
3
- Version: 6.4.2.post4366
3
+ Version: 6.4.2.post4375
4
4
  Author-email: Nuclia <nucliadb@nuclia.com>
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Homepage, https://nuclia.com
@@ -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=fgizJLwV2a-H7LlN8Qc3sjxpfgKC5dKXmXPqWXFHrJk,2885
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.post4366.dist-info/METADATA,sha256=gxjHZolCSXKhP2E3qCuF5FGwDZCykM_hsko-Rvc2qww,776
36
- nucliadb_models-6.4.2.post4366.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
37
- nucliadb_models-6.4.2.post4366.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
38
- nucliadb_models-6.4.2.post4366.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5