groundx 2.0.13__py3-none-any.whl → 2.0.14__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.
- groundx/core/client_wrapper.py +1 -1
- groundx/documents/client.py +6 -0
- groundx/documents/types/documents_ingest_local_request_files_item.py +1 -1
- {groundx-2.0.13.dist-info → groundx-2.0.14.dist-info}/METADATA +7 -1
- {groundx-2.0.13.dist-info → groundx-2.0.14.dist-info}/RECORD +7 -7
- {groundx-2.0.13.dist-info → groundx-2.0.14.dist-info}/LICENSE +0 -0
- {groundx-2.0.13.dist-info → groundx-2.0.14.dist-info}/WHEEL +0 -0
groundx/core/client_wrapper.py
CHANGED
groundx/documents/client.py
CHANGED
@@ -66,6 +66,9 @@ class DocumentsClient:
|
|
66
66
|
documents=[
|
67
67
|
DocumentRemoteIngestRequestDocumentsItem(
|
68
68
|
bucket_id=1234,
|
69
|
+
file_name="my_file.txt",
|
70
|
+
file_type="txt",
|
71
|
+
search_data={"key": "value"},
|
69
72
|
source_url="https://my.source.url.com/file.txt",
|
70
73
|
)
|
71
74
|
],
|
@@ -812,6 +815,9 @@ class AsyncDocumentsClient:
|
|
812
815
|
documents=[
|
813
816
|
DocumentRemoteIngestRequestDocumentsItem(
|
814
817
|
bucket_id=1234,
|
818
|
+
file_name="my_file.txt",
|
819
|
+
file_type="txt",
|
820
|
+
search_data={"key": "value"},
|
815
821
|
source_url="https://my.source.url.com/file.txt",
|
816
822
|
)
|
817
823
|
],
|
@@ -17,7 +17,7 @@ class DocumentsIngestLocalRequestFilesItem(UniversalBaseModel):
|
|
17
17
|
|
18
18
|
file_data: typing_extensions.Annotated[str, FieldMetadata(alias="fileData")] = pydantic.Field()
|
19
19
|
"""
|
20
|
-
|
20
|
+
Binary data for the file being ingested.
|
21
21
|
"""
|
22
22
|
|
23
23
|
file_name: typing_extensions.Annotated[str, FieldMetadata(alias="fileName")] = pydantic.Field()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: groundx
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.14
|
4
4
|
Summary:
|
5
5
|
License: MIT
|
6
6
|
Requires-Python: >=3.8,<4.0
|
@@ -62,6 +62,9 @@ client.documents.ingest_remote(
|
|
62
62
|
documents=[
|
63
63
|
DocumentRemoteIngestRequestDocumentsItem(
|
64
64
|
bucket_id=1234,
|
65
|
+
file_name="my_file.txt",
|
66
|
+
file_type="txt",
|
67
|
+
search_data={"key": "value"},
|
65
68
|
source_url="https://my.source.url.com/file.txt",
|
66
69
|
)
|
67
70
|
],
|
@@ -88,6 +91,9 @@ async def main() -> None:
|
|
88
91
|
documents=[
|
89
92
|
DocumentRemoteIngestRequestDocumentsItem(
|
90
93
|
bucket_id=1234,
|
94
|
+
file_name="my_file.txt",
|
95
|
+
file_type="txt",
|
96
|
+
search_data={"key": "value"},
|
91
97
|
source_url="https://my.source.url.com/file.txt",
|
92
98
|
)
|
93
99
|
],
|
@@ -4,7 +4,7 @@ groundx/buckets/client.py,sha256=TofNrkej1AC_-FU5rf_y8KG8ubFUpHtLa8PQ7rqax6E,265
|
|
4
4
|
groundx/client.py,sha256=Q1Kw0z6K-z-ShhNyuuPe5fYonM9M2I_55-ukUrUWk1U,6507
|
5
5
|
groundx/core/__init__.py,sha256=SQ85PF84B9MuKnBwHNHWemSGuy-g_515gFYNFhvEE0I,1438
|
6
6
|
groundx/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
7
|
-
groundx/core/client_wrapper.py,sha256=
|
7
|
+
groundx/core/client_wrapper.py,sha256=tGKKsvVuRWrBfZBKCMnZ8-HLxQceh8itn0sJcf9G4Y8,1803
|
8
8
|
groundx/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
9
9
|
groundx/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
10
10
|
groundx/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
|
@@ -17,10 +17,10 @@ groundx/core/serialization.py,sha256=D9h_t-RQON3-CHWs1C4ESY9B-Yd5d-l5lnTLb_X896g
|
|
17
17
|
groundx/customer/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
18
18
|
groundx/customer/client.py,sha256=C_JANeDewRD1Kg-q7LPxdiOSWbYSTOiYlBYZLRYPI44,3467
|
19
19
|
groundx/documents/__init__.py,sha256=H7q_UJJyRsjDdapoH7WeMtB89eUL6G3Pq3UQLCbvqgc,359
|
20
|
-
groundx/documents/client.py,sha256=
|
20
|
+
groundx/documents/client.py,sha256=eNQxQQAof1eYv2qQ0uY0B81LdF9U1zJdLm2jtlZppwY,59333
|
21
21
|
groundx/documents/types/__init__.py,sha256=2hClhaZpkoWywGLA1VeO9Ht81soK1x3bdFg74jQFZfo,484
|
22
22
|
groundx/documents/types/document_remote_ingest_request_documents_item.py,sha256=IjZu1L3MGUxW2qydZlns5_DsMgOLNyAWDvKpy9VL6iE,1714
|
23
|
-
groundx/documents/types/documents_ingest_local_request_files_item.py,sha256=
|
23
|
+
groundx/documents/types/documents_ingest_local_request_files_item.py,sha256=EpD7TE1us1DAXdcPvI1li-AGUNpEy_f13bBXidmCAL8,1630
|
24
24
|
groundx/documents/types/website_crawl_request_websites_item.py,sha256=6So4stWecfZYPbiQWg6-FgsfIqV4g2ujFXXgn70evNI,1597
|
25
25
|
groundx/environment.py,sha256=CInm1_DKtZ1mrxutmKb1qqv82P33r_S87hZD3Hc1VB0,159
|
26
26
|
groundx/errors/__init__.py,sha256=-prNYsFd8xxM4va0vR1raZjcd10tllOJKyEWjX_pwdU,214
|
@@ -76,7 +76,7 @@ groundx/types/sort_order.py,sha256=hfJkStz6zHf3iWQFaVLkNCZPdyj5JS7TsQlN4Ij8Q5A,1
|
|
76
76
|
groundx/types/subscription_detail.py,sha256=WNfUw2EMVECIvNYcV2s51zZ6T3Utc4zYXw63bPaeM6U,768
|
77
77
|
groundx/types/subscription_detail_meters.py,sha256=lBa8-1QlMVHjr5RLGqhiTKnD1KMM0AAHTWvz9TVtG8w,830
|
78
78
|
groundx/version.py,sha256=1yVogKaq260fQfckM2RYN2144SEw0QROsZW8ICtkG4U,74
|
79
|
-
groundx-2.0.
|
80
|
-
groundx-2.0.
|
81
|
-
groundx-2.0.
|
82
|
-
groundx-2.0.
|
79
|
+
groundx-2.0.14.dist-info/LICENSE,sha256=8dMPYAFBTA7O4DUxhrEKEks8CL2waCMYM6dHohW4xrI,1065
|
80
|
+
groundx-2.0.14.dist-info/METADATA,sha256=17yAs5nZtJR8qqezCNlXAfPBUTwMaUYWjgzM90Af0Kk,5344
|
81
|
+
groundx-2.0.14.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
82
|
+
groundx-2.0.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|