kodexa 7.0.11344218312__py3-none-any.whl → 7.0.11348925428__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.
@@ -14,6 +14,19 @@ from kodexa.utils import snake_to_camel, to_snake, taxon_to_property_name, taxon
14
14
  logger = logging.getLogger()
15
15
 
16
16
 
17
+ class KodexaDocumentLLMWrapper:
18
+
19
+ doc = None
20
+ entities = None
21
+
22
+ def __init__(self, doc: Document):
23
+ self.doc = doc
24
+
25
+
26
+ def get_doc(self):
27
+ return self.doc
28
+
29
+
17
30
  class LLMDataAttribute(BaseModel):
18
31
  """
19
32
  This is the data structure that is used take the results from the LLM so
kodexa/model/objects.py CHANGED
@@ -708,9 +708,8 @@ class ProjectStore(BaseModel):
708
708
  None, description="Show thumbnails in dtore", alias="showThumbnails"
709
709
  )
710
710
 
711
- showSearch: Optional[bool] = Field(
712
- None, description="Show search in store", alias="showSearch"
713
- )
711
+ document_properties: Optional[List[Option]] = Field(None, alias="documentProperties")
712
+ label_expressions: Optional[List[LabelExpression]] = Field(None, alias="labelExpressions")
714
713
 
715
714
  allowDataEditing: Optional[bool] = Field(
716
715
  None, description="Allow data editing", alias="allowDataEditing"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 7.0.11344218312
3
+ Version: 7.0.11348925428
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -3,7 +3,7 @@ kodexa/assistant/__init__.py,sha256=nlXm_YnV_50hgn0TIT2Fkc2fQ-86OjmctY_j8My9nc4,
3
3
  kodexa/assistant/assistant.py,sha256=5KFdbqFSLIZJyDRyZdpcfr448fT-CW4JhYu9A6B9DGY,14663
4
4
  kodexa/connectors/__init__.py,sha256=WF6G_MUeU32TlKSUKkpNoNX7dq8iBPliFMep4E8BmZc,328
5
5
  kodexa/connectors/connectors.py,sha256=FpUZDkSyHld2b9eYRuVOWzaFtuGoaRuPXXicJB7THbc,10413
6
- kodexa/dataclasses/__init__.py,sha256=4QSb_gaz031HVG9bq_uoftFBSyreKwhwiPAGPlq7FK0,18015
6
+ kodexa/dataclasses/__init__.py,sha256=TqreDRwql4c4_5KAcB5QXWM3slTdBQTBZjB7vk57GSk,18197
7
7
  kodexa/dataclasses/templates/llm_data_class.j2,sha256=YWjStW136chV_59JM3AYis3i-0jdrqDvLXsISUW9zDU,660
8
8
  kodexa/model/__init__.py,sha256=rtLXYJBxB-rnukhslN9rlqoB3--1H3253HyHGbD_Gc8,796
9
9
  kodexa/model/base.py,sha256=CaZK8nMhT1LdCpt4aLhebJGcorjq9qRID1FjnXnP14M,521
@@ -12,7 +12,7 @@ kodexa/model/entities/check_response.py,sha256=eqBHxO6G2OAziL3p9bHGI-oiPkAG82H6C
12
12
  kodexa/model/entities/product.py,sha256=ZDpHuBE_9FJ-klnkyBvTfPwYOqBkM1wraZMtHqNA8FQ,3526
13
13
  kodexa/model/entities/product_subscription.py,sha256=UcmWR-qgLfdV7VCtJNwzgkanoS8nBSL6ngVuxQUK1M8,3810
14
14
  kodexa/model/model.py,sha256=Ay3X9rsoJaUdG51WysSDPp2iy_cnz4eEYJgWdC25uio,118058
15
- kodexa/model/objects.py,sha256=BPjt7tsDzseOAfuit8LiKwb2j7cMKgUewfLBzGtKGgY,183967
15
+ kodexa/model/objects.py,sha256=_MdFFTlww3a1X2BpdNgi2YPVfao0c4nSAhdp7-hZnXc,184037
16
16
  kodexa/model/persistence.py,sha256=w4WGS_qH1iowH8-ZMawZBZ2RFW3bNvmFy5fgSwr6VmQ,66198
17
17
  kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
18
18
  kodexa/pipeline/pipeline.py,sha256=ZYpJAWcwV4YRK589DUhU0vXGQlkNSj4J2TsGbYqTLjo,25221
@@ -42,7 +42,7 @@ kodexa/testing/test_utils.py,sha256=DrLCkHxdb6AbZ-X3WmTMbQmnVIm55VEBL8MjtUK9POs,
42
42
  kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
43
43
  kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
44
  kodexa/utils/__init__.py,sha256=Pnim1o9_db5YEnNvDTxpM7HG-qTlL6n8JwFwOafU9wo,5928
45
- kodexa-7.0.11344218312.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
46
- kodexa-7.0.11344218312.dist-info/METADATA,sha256=d2XGaPmLNIgC0y4AB69OLzBXjXnpwlXQ5R8uEWXL5dg,3529
47
- kodexa-7.0.11344218312.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
48
- kodexa-7.0.11344218312.dist-info/RECORD,,
45
+ kodexa-7.0.11348925428.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
46
+ kodexa-7.0.11348925428.dist-info/METADATA,sha256=GnwLedqsNy_GQTAW6Oh1VSCEJKECA4skW3x2e1gv1Ys,3529
47
+ kodexa-7.0.11348925428.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
48
+ kodexa-7.0.11348925428.dist-info/RECORD,,