nucliadb-models 6.4.0.post4293__py3-none-any.whl → 6.4.0.post4313__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 +4 -2
- {nucliadb_models-6.4.0.post4293.dist-info → nucliadb_models-6.4.0.post4313.dist-info}/METADATA +1 -1
- {nucliadb_models-6.4.0.post4293.dist-info → nucliadb_models-6.4.0.post4313.dist-info}/RECORD +5 -5
- {nucliadb_models-6.4.0.post4293.dist-info → nucliadb_models-6.4.0.post4313.dist-info}/WHEEL +1 -1
- {nucliadb_models-6.4.0.post4293.dist-info → nucliadb_models-6.4.0.post4313.dist-info}/top_level.txt +0 -0
nucliadb_models/search.py
CHANGED
@@ -22,6 +22,7 @@ from enum import Enum
|
|
22
22
|
from typing import Any, Literal, Optional, Union
|
23
23
|
|
24
24
|
from pydantic import BaseModel, Field, field_validator, model_validator
|
25
|
+
from pydantic.aliases import AliasChoices
|
25
26
|
from pydantic.json_schema import SkipJsonSchema
|
26
27
|
from typing_extensions import Annotated, Self
|
27
28
|
|
@@ -1294,10 +1295,11 @@ Bigger values will discover more intricate relationships but will also take more
|
|
1294
1295
|
ge=1,
|
1295
1296
|
le=300,
|
1296
1297
|
)
|
1297
|
-
|
1298
|
+
exclude_processor_relations: bool = Field(
|
1298
1299
|
default=True,
|
1299
|
-
title="
|
1300
|
+
title="Do not use relations extracted by processor.",
|
1300
1301
|
description="If set to true, only relationships extracted from a graph extraction agent are considered for context expansion.",
|
1302
|
+
validation_alias=AliasChoices("agentic_graph_only", "exclude_processor_relations"),
|
1301
1303
|
)
|
1302
1304
|
relation_text_as_paragraphs: bool = Field(
|
1303
1305
|
default=False,
|
{nucliadb_models-6.4.0.post4293.dist-info → nucliadb_models-6.4.0.post4313.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=at2oax9QRIJmrtq7NBU9Dml6p5DZgbL8PgBGXrKCExU,85684
|
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=bcnkxF_zViHZfT6WTAMBcWgY3UV-OAV65cVdSqGkcHY,1943
|
35
|
-
nucliadb_models-6.4.0.
|
36
|
-
nucliadb_models-6.4.0.
|
37
|
-
nucliadb_models-6.4.0.
|
38
|
-
nucliadb_models-6.4.0.
|
35
|
+
nucliadb_models-6.4.0.post4313.dist-info/METADATA,sha256=3bsVopdVUd5Ff87KYJ58nKLr67RLgjFVwwKuzrdxqes,759
|
36
|
+
nucliadb_models-6.4.0.post4313.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
37
|
+
nucliadb_models-6.4.0.post4313.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
38
|
+
nucliadb_models-6.4.0.post4313.dist-info/RECORD,,
|
{nucliadb_models-6.4.0.post4293.dist-info → nucliadb_models-6.4.0.post4313.dist-info}/top_level.txt
RENAMED
File without changes
|