nucliadb-models 6.6.1.post4595__py3-none-any.whl → 6.6.1.post4598__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 -0
- {nucliadb_models-6.6.1.post4595.dist-info → nucliadb_models-6.6.1.post4598.dist-info}/METADATA +1 -1
- {nucliadb_models-6.6.1.post4595.dist-info → nucliadb_models-6.6.1.post4598.dist-info}/RECORD +5 -5
- {nucliadb_models-6.6.1.post4595.dist-info → nucliadb_models-6.6.1.post4598.dist-info}/WHEEL +0 -0
- {nucliadb_models-6.6.1.post4595.dist-info → nucliadb_models-6.6.1.post4598.dist-info}/top_level.txt +0 -0
nucliadb_models/search.py
CHANGED
@@ -2089,6 +2089,10 @@ class AugmentedTextBlock(BaseModel):
|
|
2089
2089
|
text: str = Field(
|
2090
2090
|
description="The text of the augmented text block. It may include additional metadata to enrich the context"
|
2091
2091
|
)
|
2092
|
+
position: Optional[TextPosition] = Field(
|
2093
|
+
default=None,
|
2094
|
+
description="Metadata about the position of the text block in the original document.",
|
2095
|
+
)
|
2092
2096
|
parent: Optional[str] = Field(
|
2093
2097
|
default=None, description="The parent text block that was augmented for."
|
2094
2098
|
)
|
{nucliadb_models-6.6.1.post4595.dist-info → nucliadb_models-6.6.1.post4598.dist-info}/RECORD
RENAMED
@@ -16,7 +16,7 @@ nucliadb_models/notifications.py,sha256=3w1HeX9F8nuA7WupHdpXIksX7d0bHO9ofmemYp4R
|
|
16
16
|
nucliadb_models/processing.py,sha256=nhKuHQjqCdb9zJVkYGPTLub23tK9e_lwL5OCDVymZjY,719
|
17
17
|
nucliadb_models/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
18
18
|
nucliadb_models/resource.py,sha256=FkhwmbjoqQBGyKQIqa40WK2Vq3wtryZeIVWmJ4b-84g,9003
|
19
|
-
nucliadb_models/search.py,sha256=
|
19
|
+
nucliadb_models/search.py,sha256=6R-HIGANbwl_fm21UI_IGUw8L8GS7TNY678lXnLtgqk,91648
|
20
20
|
nucliadb_models/security.py,sha256=opxaDLfvk3aU0sjesK0jGrYLx5h4YCwlKKN0moYs_ig,1150
|
21
21
|
nucliadb_models/synonyms.py,sha256=afbaVqSQSxGLwi2PusVaLSRpkOtA5AZmWOKd1f4nl2E,690
|
22
22
|
nucliadb_models/text.py,sha256=kY2ub7AaGm-4vNaLX3Ju2VvRw-eKZ2LRdM9z7XCNaG0,2898
|
@@ -32,7 +32,7 @@ nucliadb_models/graph/responses.py,sha256=Sdq8OgFAL1YT-1lJyLLrkqcScvj7YTEqAUwQ-k
|
|
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.6.1.
|
36
|
-
nucliadb_models-6.6.1.
|
37
|
-
nucliadb_models-6.6.1.
|
38
|
-
nucliadb_models-6.6.1.
|
35
|
+
nucliadb_models-6.6.1.post4598.dist-info/METADATA,sha256=Vzl965vD35RVgc-jILwsQXLH6ScWkWxiSTL84_K_91Q,794
|
36
|
+
nucliadb_models-6.6.1.post4598.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
37
|
+
nucliadb_models-6.6.1.post4598.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
38
|
+
nucliadb_models-6.6.1.post4598.dist-info/RECORD,,
|
File without changes
|
{nucliadb_models-6.6.1.post4595.dist-info → nucliadb_models-6.6.1.post4598.dist-info}/top_level.txt
RENAMED
File without changes
|