nucliadb-models 6.7.1.post4838__py3-none-any.whl → 6.7.1.post4848__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/extracted.py +0 -25
- {nucliadb_models-6.7.1.post4838.dist-info → nucliadb_models-6.7.1.post4848.dist-info}/METADATA +1 -1
- {nucliadb_models-6.7.1.post4838.dist-info → nucliadb_models-6.7.1.post4848.dist-info}/RECORD +5 -5
- {nucliadb_models-6.7.1.post4838.dist-info → nucliadb_models-6.7.1.post4848.dist-info}/WHEEL +0 -0
- {nucliadb_models-6.7.1.post4838.dist-info → nucliadb_models-6.7.1.post4848.dist-info}/top_level.txt +0 -0
nucliadb_models/extracted.py
CHANGED
|
@@ -19,9 +19,7 @@ from pydantic import BaseModel
|
|
|
19
19
|
|
|
20
20
|
from .common import (
|
|
21
21
|
Classification,
|
|
22
|
-
CloudFile,
|
|
23
22
|
CloudLink,
|
|
24
|
-
FieldID,
|
|
25
23
|
Paragraph,
|
|
26
24
|
QuestionAnswers,
|
|
27
25
|
)
|
|
@@ -34,12 +32,6 @@ class ExtractedText(BaseModel):
|
|
|
34
32
|
deleted_splits: Optional[List[str]] = None
|
|
35
33
|
|
|
36
34
|
|
|
37
|
-
class ExtractedTextWrapper(BaseModel):
|
|
38
|
-
body: Optional[ExtractedText] = None
|
|
39
|
-
file: Optional[CloudFile] = None
|
|
40
|
-
field: Optional[FieldID] = None
|
|
41
|
-
|
|
42
|
-
|
|
43
35
|
class Vector(BaseModel):
|
|
44
36
|
start: Optional[int] = None
|
|
45
37
|
end: Optional[int] = None
|
|
@@ -58,12 +50,6 @@ class VectorObject(BaseModel):
|
|
|
58
50
|
deleted_splits: Optional[List[str]] = None
|
|
59
51
|
|
|
60
52
|
|
|
61
|
-
class ExtractedVectorsWrapper(BaseModel):
|
|
62
|
-
vectors: Optional[VectorObject] = None
|
|
63
|
-
file: Optional[CloudFile] = None
|
|
64
|
-
field: Optional[FieldID] = None
|
|
65
|
-
|
|
66
|
-
|
|
67
53
|
class Position(BaseModel):
|
|
68
54
|
start: int
|
|
69
55
|
end: int
|
|
@@ -113,11 +99,6 @@ class FieldComputedMetadata(BaseModel):
|
|
|
113
99
|
deleted_splits: Optional[List[str]] = None
|
|
114
100
|
|
|
115
101
|
|
|
116
|
-
class FieldComputedMetadataWrapper(BaseModel):
|
|
117
|
-
metadata: Optional[FieldComputedMetadata] = None
|
|
118
|
-
field: Optional[FieldID] = None
|
|
119
|
-
|
|
120
|
-
|
|
121
102
|
class Entity(BaseModel):
|
|
122
103
|
token: Optional[str] = None
|
|
123
104
|
root: Optional[str] = None
|
|
@@ -135,12 +116,6 @@ class LargeComputedMetadata(BaseModel):
|
|
|
135
116
|
deleted_splits: Optional[List[str]] = None
|
|
136
117
|
|
|
137
118
|
|
|
138
|
-
class LargeComputedMetadataWrapper(BaseModel):
|
|
139
|
-
real: Optional[LargeComputedMetadata] = None
|
|
140
|
-
file: Optional[CloudFile] = None
|
|
141
|
-
field: Optional[FieldID] = None
|
|
142
|
-
|
|
143
|
-
|
|
144
119
|
class LinkExtractedData(BaseModel):
|
|
145
120
|
date: Optional[datetime] = None
|
|
146
121
|
language: Optional[str] = None
|
{nucliadb_models-6.7.1.post4838.dist-info → nucliadb_models-6.7.1.post4848.dist-info}/RECORD
RENAMED
|
@@ -6,7 +6,7 @@ nucliadb_models/conversation.py,sha256=i8tvQxUj6Hw0Nc2oqCGxxzSA1CCY6h7I0ucop9ako
|
|
|
6
6
|
nucliadb_models/entities.py,sha256=i-7Y8qmFRRTih5zw0ajv1U_iiXexe66M3TK8hUikQZk,2356
|
|
7
7
|
nucliadb_models/export_import.py,sha256=mNm9IArOLnC6TLupkwqVFhxD5d08mpIVOVFneECv8UA,1073
|
|
8
8
|
nucliadb_models/external_index_providers.py,sha256=IIKjJjLixWQC1zrbzam2FDcAo5UUxShZfueZSxqZu8Y,1535
|
|
9
|
-
nucliadb_models/extracted.py,sha256=
|
|
9
|
+
nucliadb_models/extracted.py,sha256=Owz7LC3le3Dvau3TtRiO8NY84meOf6IxN-RrOqqpMPs,5593
|
|
10
10
|
nucliadb_models/file.py,sha256=tXtgB9c7i2ADsnJ7HdbXyroAmXadGvOeA49htBh7BZo,2263
|
|
11
11
|
nucliadb_models/filters.py,sha256=NQI2-4AFzzJuZy8NeY3jXlTbbU5wxiwMCP-5DrD-7lE,14759
|
|
12
12
|
nucliadb_models/labels.py,sha256=9zqRgkpZuX3kUPwsTTgCH7JyOWK7dM5pwyuHJR86YdU,3949
|
|
@@ -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.7.1.
|
|
36
|
-
nucliadb_models-6.7.1.
|
|
37
|
-
nucliadb_models-6.7.1.
|
|
38
|
-
nucliadb_models-6.7.1.
|
|
35
|
+
nucliadb_models-6.7.1.post4848.dist-info/METADATA,sha256=8-0X6Yq7JvVI431Yo0vmjn9T6wIsD9zoJcFy92bePHQ,794
|
|
36
|
+
nucliadb_models-6.7.1.post4848.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
37
|
+
nucliadb_models-6.7.1.post4848.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
|
38
|
+
nucliadb_models-6.7.1.post4848.dist-info/RECORD,,
|
|
File without changes
|
{nucliadb_models-6.7.1.post4838.dist-info → nucliadb_models-6.7.1.post4848.dist-info}/top_level.txt
RENAMED
|
File without changes
|