graphlit-client 1.0.20250531003__py3-none-any.whl → 1.0.20250608001__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.
- graphlit_api/__init__.py +30 -0
- graphlit_api/branch_conversation.py +25 -0
- graphlit_api/client.py +15 -0
- graphlit_api/create_workflow.py +14 -0
- graphlit_api/enums.py +26 -0
- graphlit_api/get_content.py +24 -0
- graphlit_api/get_workflow.py +14 -0
- graphlit_api/input_types.py +20 -0
- graphlit_api/operations.py +76 -1
- graphlit_api/query_alerts.py +1 -1
- graphlit_api/query_collections.py +1 -1
- graphlit_api/query_conversations.py +1 -1
- graphlit_api/query_feeds.py +1 -1
- graphlit_api/query_specifications.py +1 -1
- graphlit_api/query_users.py +1 -1
- graphlit_api/query_workflows.py +15 -1
- graphlit_api/update_workflow.py +14 -0
- graphlit_api/upsert_workflow.py +14 -0
- {graphlit_client-1.0.20250531003.dist-info → graphlit_client-1.0.20250608001.dist-info}/METADATA +1 -1
- {graphlit_client-1.0.20250531003.dist-info → graphlit_client-1.0.20250608001.dist-info}/RECORD +23 -22
- {graphlit_client-1.0.20250531003.dist-info → graphlit_client-1.0.20250608001.dist-info}/WHEEL +0 -0
- {graphlit_client-1.0.20250531003.dist-info → graphlit_client-1.0.20250608001.dist-info}/licenses/LICENSE +0 -0
- {graphlit_client-1.0.20250531003.dist-info → graphlit_client-1.0.20250608001.dist-info}/top_level.txt +0 -0
graphlit_api/__init__.py
CHANGED
@@ -20,6 +20,10 @@ from .ask_graphlit import (
|
|
20
20
|
)
|
21
21
|
from .async_base_client import AsyncBaseClient
|
22
22
|
from .base_model import BaseModel, Upload
|
23
|
+
from .branch_conversation import (
|
24
|
+
BranchConversation,
|
25
|
+
BranchConversationBranchConversation,
|
26
|
+
)
|
23
27
|
from .clear_conversation import ClearConversation, ClearConversationClearConversation
|
24
28
|
from .client import Client
|
25
29
|
from .close_conversation import CloseConversation, CloseConversationCloseConversation
|
@@ -259,6 +263,7 @@ from .create_workflow import (
|
|
259
263
|
CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocument,
|
260
264
|
CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocumentSpecification,
|
261
265
|
CreateWorkflowCreateWorkflowPreparationJobsConnectorPage,
|
266
|
+
CreateWorkflowCreateWorkflowPreparationJobsConnectorReducto,
|
262
267
|
CreateWorkflowCreateWorkflowPreparationSummarizations,
|
263
268
|
CreateWorkflowCreateWorkflowPreparationSummarizationsSpecification,
|
264
269
|
CreateWorkflowCreateWorkflowStorage,
|
@@ -597,6 +602,10 @@ from .enums import (
|
|
597
602
|
PolicyTimeTypes,
|
598
603
|
ProductFacetTypes,
|
599
604
|
PromptStrategyTypes,
|
605
|
+
ReductoEnrichmentModes,
|
606
|
+
ReductoExtractionModes,
|
607
|
+
ReductoOcrModes,
|
608
|
+
ReductoOcrSystems,
|
600
609
|
RegexSourceTypes,
|
601
610
|
RenditionTypes,
|
602
611
|
ReplicateModels,
|
@@ -737,6 +746,7 @@ from .get_content import (
|
|
737
746
|
GetContentContentEmailTo,
|
738
747
|
GetContentContentFeed,
|
739
748
|
GetContentContentFrames,
|
749
|
+
GetContentContentH3,
|
740
750
|
GetContentContentImage,
|
741
751
|
GetContentContentIssue,
|
742
752
|
GetContentContentLanguage,
|
@@ -1024,6 +1034,7 @@ from .get_workflow import (
|
|
1024
1034
|
GetWorkflowWorkflowPreparationJobsConnectorModelDocument,
|
1025
1035
|
GetWorkflowWorkflowPreparationJobsConnectorModelDocumentSpecification,
|
1026
1036
|
GetWorkflowWorkflowPreparationJobsConnectorPage,
|
1037
|
+
GetWorkflowWorkflowPreparationJobsConnectorReducto,
|
1027
1038
|
GetWorkflowWorkflowPreparationSummarizations,
|
1028
1039
|
GetWorkflowWorkflowPreparationSummarizationsSpecification,
|
1029
1040
|
GetWorkflowWorkflowStorage,
|
@@ -1361,6 +1372,7 @@ from .input_types import (
|
|
1361
1372
|
PromptStrategyUpdateInput,
|
1362
1373
|
RedditFeedPropertiesInput,
|
1363
1374
|
RedditFeedPropertiesUpdateInput,
|
1375
|
+
ReductoDocumentPreparationPropertiesInput,
|
1364
1376
|
RegexClassificationRuleInput,
|
1365
1377
|
RegexContentClassificationPropertiesInput,
|
1366
1378
|
ReplicateModelPropertiesInput,
|
@@ -1434,6 +1446,7 @@ from .map_web import MapWeb, MapWebMapWeb
|
|
1434
1446
|
from .operations import (
|
1435
1447
|
ADD_CONTENTS_TO_COLLECTIONS_GQL,
|
1436
1448
|
ASK_GRAPHLIT_GQL,
|
1449
|
+
BRANCH_CONVERSATION_GQL,
|
1437
1450
|
CLEAR_CONVERSATION_GQL,
|
1438
1451
|
CLOSE_CONVERSATION_GQL,
|
1439
1452
|
COMPLETE_CONVERSATION_GQL,
|
@@ -2258,6 +2271,7 @@ from .query_workflows import (
|
|
2258
2271
|
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocument,
|
2259
2272
|
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocumentSpecification,
|
2260
2273
|
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorPage,
|
2274
|
+
QueryWorkflowsWorkflowsResultsPreparationJobsConnectorReducto,
|
2261
2275
|
QueryWorkflowsWorkflowsResultsPreparationSummarizations,
|
2262
2276
|
QueryWorkflowsWorkflowsResultsPreparationSummarizationsSpecification,
|
2263
2277
|
QueryWorkflowsWorkflowsResultsStorage,
|
@@ -2485,6 +2499,7 @@ from .update_workflow import (
|
|
2485
2499
|
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocument,
|
2486
2500
|
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocumentSpecification,
|
2487
2501
|
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorPage,
|
2502
|
+
UpdateWorkflowUpdateWorkflowPreparationJobsConnectorReducto,
|
2488
2503
|
UpdateWorkflowUpdateWorkflowPreparationSummarizations,
|
2489
2504
|
UpdateWorkflowUpdateWorkflowPreparationSummarizationsSpecification,
|
2490
2505
|
UpdateWorkflowUpdateWorkflowStorage,
|
@@ -2547,6 +2562,7 @@ from .upsert_workflow import (
|
|
2547
2562
|
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument,
|
2548
2563
|
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocumentSpecification,
|
2549
2564
|
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorPage,
|
2565
|
+
UpsertWorkflowUpsertWorkflowPreparationJobsConnectorReducto,
|
2550
2566
|
UpsertWorkflowUpsertWorkflowPreparationSummarizations,
|
2551
2567
|
UpsertWorkflowUpsertWorkflowPreparationSummarizationsSpecification,
|
2552
2568
|
UpsertWorkflowUpsertWorkflowStorage,
|
@@ -2606,6 +2622,7 @@ __all__ = [
|
|
2606
2622
|
"AzureOpenAIModelPropertiesUpdateInput",
|
2607
2623
|
"AzureOpenAIModels",
|
2608
2624
|
"AzureTextExtractionPropertiesInput",
|
2625
|
+
"BRANCH_CONVERSATION_GQL",
|
2609
2626
|
"BaseModel",
|
2610
2627
|
"BedrockModelPropertiesInput",
|
2611
2628
|
"BedrockModelPropertiesUpdateInput",
|
@@ -2614,6 +2631,8 @@ __all__ = [
|
|
2614
2631
|
"BoundingBoxInput",
|
2615
2632
|
"BoxFeedPropertiesInput",
|
2616
2633
|
"BoxFeedPropertiesUpdateInput",
|
2634
|
+
"BranchConversation",
|
2635
|
+
"BranchConversationBranchConversation",
|
2617
2636
|
"CLEAR_CONVERSATION_GQL",
|
2618
2637
|
"CLOSE_CONVERSATION_GQL",
|
2619
2638
|
"COMPLETE_CONVERSATION_GQL",
|
@@ -2944,6 +2963,7 @@ __all__ = [
|
|
2944
2963
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocument",
|
2945
2964
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocumentSpecification",
|
2946
2965
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorPage",
|
2966
|
+
"CreateWorkflowCreateWorkflowPreparationJobsConnectorReducto",
|
2947
2967
|
"CreateWorkflowCreateWorkflowPreparationSummarizations",
|
2948
2968
|
"CreateWorkflowCreateWorkflowPreparationSummarizationsSpecification",
|
2949
2969
|
"CreateWorkflowCreateWorkflowStorage",
|
@@ -3422,6 +3442,7 @@ __all__ = [
|
|
3422
3442
|
"GetContentContentEmailTo",
|
3423
3443
|
"GetContentContentFeed",
|
3424
3444
|
"GetContentContentFrames",
|
3445
|
+
"GetContentContentH3",
|
3425
3446
|
"GetContentContentImage",
|
3426
3447
|
"GetContentContentIssue",
|
3427
3448
|
"GetContentContentLanguage",
|
@@ -3692,6 +3713,7 @@ __all__ = [
|
|
3692
3713
|
"GetWorkflowWorkflowPreparationJobsConnectorModelDocument",
|
3693
3714
|
"GetWorkflowWorkflowPreparationJobsConnectorModelDocumentSpecification",
|
3694
3715
|
"GetWorkflowWorkflowPreparationJobsConnectorPage",
|
3716
|
+
"GetWorkflowWorkflowPreparationJobsConnectorReducto",
|
3695
3717
|
"GetWorkflowWorkflowPreparationSummarizations",
|
3696
3718
|
"GetWorkflowWorkflowPreparationSummarizationsSpecification",
|
3697
3719
|
"GetWorkflowWorkflowStorage",
|
@@ -4481,6 +4503,7 @@ __all__ = [
|
|
4481
4503
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocument",
|
4482
4504
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocumentSpecification",
|
4483
4505
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorPage",
|
4506
|
+
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorReducto",
|
4484
4507
|
"QueryWorkflowsWorkflowsResultsPreparationSummarizations",
|
4485
4508
|
"QueryWorkflowsWorkflowsResultsPreparationSummarizationsSpecification",
|
4486
4509
|
"QueryWorkflowsWorkflowsResultsStorage",
|
@@ -4495,6 +4518,11 @@ __all__ = [
|
|
4495
4518
|
"RSSFeedPropertiesUpdateInput",
|
4496
4519
|
"RedditFeedPropertiesInput",
|
4497
4520
|
"RedditFeedPropertiesUpdateInput",
|
4521
|
+
"ReductoDocumentPreparationPropertiesInput",
|
4522
|
+
"ReductoEnrichmentModes",
|
4523
|
+
"ReductoExtractionModes",
|
4524
|
+
"ReductoOcrModes",
|
4525
|
+
"ReductoOcrSystems",
|
4498
4526
|
"RegexClassificationRuleInput",
|
4499
4527
|
"RegexContentClassificationPropertiesInput",
|
4500
4528
|
"RegexSourceTypes",
|
@@ -4797,6 +4825,7 @@ __all__ = [
|
|
4797
4825
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocument",
|
4798
4826
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocumentSpecification",
|
4799
4827
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorPage",
|
4828
|
+
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorReducto",
|
4800
4829
|
"UpdateWorkflowUpdateWorkflowPreparationSummarizations",
|
4801
4830
|
"UpdateWorkflowUpdateWorkflowPreparationSummarizationsSpecification",
|
4802
4831
|
"UpdateWorkflowUpdateWorkflowStorage",
|
@@ -4858,6 +4887,7 @@ __all__ = [
|
|
4858
4887
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument",
|
4859
4888
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocumentSpecification",
|
4860
4889
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorPage",
|
4890
|
+
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorReducto",
|
4861
4891
|
"UpsertWorkflowUpsertWorkflowPreparationSummarizations",
|
4862
4892
|
"UpsertWorkflowUpsertWorkflowPreparationSummarizationsSpecification",
|
4863
4893
|
"UpsertWorkflowUpsertWorkflowStorage",
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# Generated by ariadne-codegen
|
2
|
+
# Source: ./documents
|
3
|
+
|
4
|
+
from typing import Optional
|
5
|
+
|
6
|
+
from pydantic import Field
|
7
|
+
|
8
|
+
from .base_model import BaseModel
|
9
|
+
from .enums import ConversationTypes, EntityState
|
10
|
+
|
11
|
+
|
12
|
+
class BranchConversation(BaseModel):
|
13
|
+
branch_conversation: Optional["BranchConversationBranchConversation"] = Field(
|
14
|
+
alias="branchConversation"
|
15
|
+
)
|
16
|
+
|
17
|
+
|
18
|
+
class BranchConversationBranchConversation(BaseModel):
|
19
|
+
id: str
|
20
|
+
name: str
|
21
|
+
state: EntityState
|
22
|
+
type: Optional[ConversationTypes]
|
23
|
+
|
24
|
+
|
25
|
+
BranchConversation.model_rebuild()
|
graphlit_api/client.py
CHANGED
@@ -7,6 +7,7 @@ from .add_contents_to_collections import AddContentsToCollections
|
|
7
7
|
from .ask_graphlit import AskGraphlit
|
8
8
|
from .async_base_client import AsyncBaseClient
|
9
9
|
from .base_model import UNSET, UnsetType
|
10
|
+
from .branch_conversation import BranchConversation
|
10
11
|
from .clear_conversation import ClearConversation
|
11
12
|
from .close_conversation import CloseConversation
|
12
13
|
from .complete_conversation import CompleteConversation
|
@@ -320,6 +321,7 @@ from .map_web import MapWeb
|
|
320
321
|
from .operations import (
|
321
322
|
ADD_CONTENTS_TO_COLLECTIONS_GQL,
|
322
323
|
ASK_GRAPHLIT_GQL,
|
324
|
+
BRANCH_CONVERSATION_GQL,
|
323
325
|
CLEAR_CONVERSATION_GQL,
|
324
326
|
CLOSE_CONVERSATION_GQL,
|
325
327
|
COMPLETE_CONVERSATION_GQL,
|
@@ -1828,6 +1830,17 @@ class Client(AsyncBaseClient):
|
|
1828
1830
|
data = self.get_data(response)
|
1829
1831
|
return AskGraphlit.model_validate(data)
|
1830
1832
|
|
1833
|
+
async def branch_conversation(self, id: str, **kwargs: Any) -> BranchConversation:
|
1834
|
+
variables: Dict[str, object] = {"id": id}
|
1835
|
+
response = await self.execute(
|
1836
|
+
query=BRANCH_CONVERSATION_GQL,
|
1837
|
+
operation_name="BranchConversation",
|
1838
|
+
variables=variables,
|
1839
|
+
**kwargs
|
1840
|
+
)
|
1841
|
+
data = self.get_data(response)
|
1842
|
+
return BranchConversation.model_validate(data)
|
1843
|
+
|
1831
1844
|
async def clear_conversation(self, id: str, **kwargs: Any) -> ClearConversation:
|
1832
1845
|
variables: Dict[str, object] = {"id": id}
|
1833
1846
|
response = await self.execute(
|
@@ -1983,6 +1996,7 @@ class Client(AsyncBaseClient):
|
|
1983
1996
|
prompt: str,
|
1984
1997
|
id: Union[Optional[str], UnsetType] = UNSET,
|
1985
1998
|
specification: Union[Optional[EntityReferenceInput], UnsetType] = UNSET,
|
1999
|
+
tools: Union[Optional[List[ToolDefinitionInput]], UnsetType] = UNSET,
|
1986
2000
|
include_details: Union[Optional[bool], UnsetType] = UNSET,
|
1987
2001
|
correlation_id: Union[Optional[str], UnsetType] = UNSET,
|
1988
2002
|
**kwargs: Any
|
@@ -1991,6 +2005,7 @@ class Client(AsyncBaseClient):
|
|
1991
2005
|
"prompt": prompt,
|
1992
2006
|
"id": id,
|
1993
2007
|
"specification": specification,
|
2008
|
+
"tools": tools,
|
1994
2009
|
"includeDetails": include_details,
|
1995
2010
|
"correlationId": correlation_id,
|
1996
2011
|
}
|
graphlit_api/create_workflow.py
CHANGED
@@ -22,6 +22,10 @@ from .enums import (
|
|
22
22
|
IntegrationServiceTypes,
|
23
23
|
LinkTypes,
|
24
24
|
ObservableTypes,
|
25
|
+
ReductoEnrichmentModes,
|
26
|
+
ReductoExtractionModes,
|
27
|
+
ReductoOcrModes,
|
28
|
+
ReductoOcrSystems,
|
25
29
|
RegexSourceTypes,
|
26
30
|
StoragePolicyTypes,
|
27
31
|
SummarizationTypes,
|
@@ -139,6 +143,7 @@ class CreateWorkflowCreateWorkflowPreparationJobsConnector(BaseModel):
|
|
139
143
|
model_document: Optional[
|
140
144
|
"CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocument"
|
141
145
|
] = Field(alias="modelDocument")
|
146
|
+
reducto: Optional["CreateWorkflowCreateWorkflowPreparationJobsConnectorReducto"]
|
142
147
|
mistral: Optional["CreateWorkflowCreateWorkflowPreparationJobsConnectorMistral"]
|
143
148
|
|
144
149
|
|
@@ -191,6 +196,15 @@ class CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocumentSpecifica
|
|
191
196
|
id: str
|
192
197
|
|
193
198
|
|
199
|
+
class CreateWorkflowCreateWorkflowPreparationJobsConnectorReducto(BaseModel):
|
200
|
+
ocr_mode: Optional[ReductoOcrModes] = Field(alias="ocrMode")
|
201
|
+
ocr_system: Optional[ReductoOcrSystems] = Field(alias="ocrSystem")
|
202
|
+
extraction_mode: Optional[ReductoExtractionModes] = Field(alias="extractionMode")
|
203
|
+
enable_enrichment: Optional[bool] = Field(alias="enableEnrichment")
|
204
|
+
enrichment_mode: Optional[ReductoEnrichmentModes] = Field(alias="enrichmentMode")
|
205
|
+
key: Optional[str]
|
206
|
+
|
207
|
+
|
194
208
|
class CreateWorkflowCreateWorkflowPreparationJobsConnectorMistral(BaseModel):
|
195
209
|
key: Optional[str]
|
196
210
|
|
graphlit_api/enums.py
CHANGED
@@ -81,6 +81,7 @@ class SummarizationTypes(str, Enum):
|
|
81
81
|
POSTS = "POSTS"
|
82
82
|
CHAPTERS = "CHAPTERS"
|
83
83
|
QUESTIONS = "QUESTIONS"
|
84
|
+
GEOTAG = "GEOTAG"
|
84
85
|
CUSTOM = "CUSTOM"
|
85
86
|
|
86
87
|
|
@@ -357,6 +358,17 @@ class TwitterListingTypes(str, Enum):
|
|
357
358
|
RECENT_SEARCH = "RECENT_SEARCH"
|
358
359
|
|
359
360
|
|
361
|
+
class ReductoOcrSystems(str, Enum):
|
362
|
+
HIGHRES = "HIGHRES"
|
363
|
+
MULTILINGUAL = "MULTILINGUAL"
|
364
|
+
COMBINED = "COMBINED"
|
365
|
+
|
366
|
+
|
367
|
+
class ReductoOcrModes(str, Enum):
|
368
|
+
STANDARD = "STANDARD"
|
369
|
+
AGENTIC = "AGENTIC"
|
370
|
+
|
371
|
+
|
360
372
|
class ApplyPolicy(str, Enum):
|
361
373
|
BEFORE_RESOLVER = "BEFORE_RESOLVER"
|
362
374
|
AFTER_RESOLVER = "AFTER_RESOLVER"
|
@@ -369,6 +381,7 @@ class SpecificationTypes(str, Enum):
|
|
369
381
|
IMAGE_EMBEDDING = "IMAGE_EMBEDDING"
|
370
382
|
EXTRACTION = "EXTRACTION"
|
371
383
|
CLASSIFICATION = "CLASSIFICATION"
|
384
|
+
SUMMARIZATION = "SUMMARIZATION"
|
372
385
|
PREPARATION = "PREPARATION"
|
373
386
|
|
374
387
|
|
@@ -816,6 +829,7 @@ class FilePreparationServiceTypes(str, Enum):
|
|
816
829
|
DOCUMENT = "DOCUMENT"
|
817
830
|
EMAIL = "EMAIL"
|
818
831
|
PAGE = "PAGE"
|
832
|
+
REDUCTO_DOCUMENT = "REDUCTO_DOCUMENT"
|
819
833
|
MODEL_DOCUMENT = "MODEL_DOCUMENT"
|
820
834
|
ASSEMBLY_AI = "ASSEMBLY_AI"
|
821
835
|
MISTRAL_DOCUMENT = "MISTRAL_DOCUMENT"
|
@@ -994,6 +1008,12 @@ class GoogleModels(str, Enum):
|
|
994
1008
|
CUSTOM = "CUSTOM"
|
995
1009
|
|
996
1010
|
|
1011
|
+
class ReductoExtractionModes(str, Enum):
|
1012
|
+
OCR = "OCR"
|
1013
|
+
METADATA = "METADATA"
|
1014
|
+
HYBRID = "HYBRID"
|
1015
|
+
|
1016
|
+
|
997
1017
|
class UserTypes(str, Enum):
|
998
1018
|
HUMAN = "HUMAN"
|
999
1019
|
AGENT = "AGENT"
|
@@ -1021,6 +1041,12 @@ class RenditionTypes(str, Enum):
|
|
1021
1041
|
CONTENT = "CONTENT"
|
1022
1042
|
|
1023
1043
|
|
1044
|
+
class ReductoEnrichmentModes(str, Enum):
|
1045
|
+
STANDARD = "STANDARD"
|
1046
|
+
PAGE = "PAGE"
|
1047
|
+
TABLE = "TABLE"
|
1048
|
+
|
1049
|
+
|
1024
1050
|
class MistralModels(str, Enum):
|
1025
1051
|
MIXTRAL_8X7B_INSTRUCT = "MIXTRAL_8X7B_INSTRUCT"
|
1026
1052
|
MISTRAL_NEMO = "MISTRAL_NEMO"
|
graphlit_api/get_content.py
CHANGED
@@ -43,6 +43,11 @@ class GetContentContent(BaseModel):
|
|
43
43
|
markdown: Optional[str]
|
44
44
|
address: Optional["GetContentContentAddress"]
|
45
45
|
location: Optional["GetContentContentLocation"]
|
46
|
+
h_3: Optional["GetContentContentH3"] = Field(alias="h3")
|
47
|
+
boundary: Optional[str]
|
48
|
+
epsg_code: Optional[int] = Field(alias="epsgCode")
|
49
|
+
path: Optional[str]
|
50
|
+
features: Optional[str]
|
46
51
|
c_4_id: Optional[str] = Field(alias="c4id")
|
47
52
|
type: Optional[ContentTypes]
|
48
53
|
file_type: Optional[FileTypes] = Field(alias="fileType")
|
@@ -102,6 +107,25 @@ class GetContentContentLocation(BaseModel):
|
|
102
107
|
longitude: Optional[float]
|
103
108
|
|
104
109
|
|
110
|
+
class GetContentContentH3(BaseModel):
|
111
|
+
h_3_r_0: Optional[str] = Field(alias="h3r0")
|
112
|
+
h_3_r_1: Optional[str] = Field(alias="h3r1")
|
113
|
+
h_3_r_2: Optional[str] = Field(alias="h3r2")
|
114
|
+
h_3_r_3: Optional[str] = Field(alias="h3r3")
|
115
|
+
h_3_r_4: Optional[str] = Field(alias="h3r4")
|
116
|
+
h_3_r_5: Optional[str] = Field(alias="h3r5")
|
117
|
+
h_3_r_6: Optional[str] = Field(alias="h3r6")
|
118
|
+
h_3_r_7: Optional[str] = Field(alias="h3r7")
|
119
|
+
h_3_r_8: Optional[str] = Field(alias="h3r8")
|
120
|
+
h_3_r_9: Optional[str] = Field(alias="h3r9")
|
121
|
+
h_3_r_10: Optional[str] = Field(alias="h3r10")
|
122
|
+
h_3_r_11: Optional[str] = Field(alias="h3r11")
|
123
|
+
h_3_r_12: Optional[str] = Field(alias="h3r12")
|
124
|
+
h_3_r_13: Optional[str] = Field(alias="h3r13")
|
125
|
+
h_3_r_14: Optional[str] = Field(alias="h3r14")
|
126
|
+
h_3_r_15: Optional[str] = Field(alias="h3r15")
|
127
|
+
|
128
|
+
|
105
129
|
class GetContentContentVideo(BaseModel):
|
106
130
|
width: Optional[int]
|
107
131
|
height: Optional[int]
|
graphlit_api/get_workflow.py
CHANGED
@@ -22,6 +22,10 @@ from .enums import (
|
|
22
22
|
IntegrationServiceTypes,
|
23
23
|
LinkTypes,
|
24
24
|
ObservableTypes,
|
25
|
+
ReductoEnrichmentModes,
|
26
|
+
ReductoExtractionModes,
|
27
|
+
ReductoOcrModes,
|
28
|
+
ReductoOcrSystems,
|
25
29
|
RegexSourceTypes,
|
26
30
|
StoragePolicyTypes,
|
27
31
|
SummarizationTypes,
|
@@ -138,6 +142,7 @@ class GetWorkflowWorkflowPreparationJobsConnector(BaseModel):
|
|
138
142
|
model_document: Optional[
|
139
143
|
"GetWorkflowWorkflowPreparationJobsConnectorModelDocument"
|
140
144
|
] = Field(alias="modelDocument")
|
145
|
+
reducto: Optional["GetWorkflowWorkflowPreparationJobsConnectorReducto"]
|
141
146
|
mistral: Optional["GetWorkflowWorkflowPreparationJobsConnectorMistral"]
|
142
147
|
|
143
148
|
|
@@ -188,6 +193,15 @@ class GetWorkflowWorkflowPreparationJobsConnectorModelDocumentSpecification(Base
|
|
188
193
|
id: str
|
189
194
|
|
190
195
|
|
196
|
+
class GetWorkflowWorkflowPreparationJobsConnectorReducto(BaseModel):
|
197
|
+
ocr_mode: Optional[ReductoOcrModes] = Field(alias="ocrMode")
|
198
|
+
ocr_system: Optional[ReductoOcrSystems] = Field(alias="ocrSystem")
|
199
|
+
extraction_mode: Optional[ReductoExtractionModes] = Field(alias="extractionMode")
|
200
|
+
enable_enrichment: Optional[bool] = Field(alias="enableEnrichment")
|
201
|
+
enrichment_mode: Optional[ReductoEnrichmentModes] = Field(alias="enrichmentMode")
|
202
|
+
key: Optional[str]
|
203
|
+
|
204
|
+
|
191
205
|
class GetWorkflowWorkflowPreparationJobsConnectorMistral(BaseModel):
|
192
206
|
key: Optional[str]
|
193
207
|
|
graphlit_api/input_types.py
CHANGED
@@ -88,6 +88,10 @@ from .enums import (
|
|
88
88
|
PolicyTimeTypes,
|
89
89
|
ProductFacetTypes,
|
90
90
|
PromptStrategyTypes,
|
91
|
+
ReductoEnrichmentModes,
|
92
|
+
ReductoExtractionModes,
|
93
|
+
ReductoOcrModes,
|
94
|
+
ReductoOcrSystems,
|
91
95
|
RegexSourceTypes,
|
92
96
|
ReplicateModels,
|
93
97
|
RepoFacetTypes,
|
@@ -1806,6 +1810,7 @@ class FilePreparationConnectorInput(BaseModel):
|
|
1806
1810
|
model_document: Optional["ModelDocumentPreparationPropertiesInput"] = Field(
|
1807
1811
|
alias="modelDocument", default=None
|
1808
1812
|
)
|
1813
|
+
reducto: Optional["ReductoDocumentPreparationPropertiesInput"] = None
|
1809
1814
|
|
1810
1815
|
|
1811
1816
|
class MedicalDrugFilter(BaseModel):
|
@@ -2452,6 +2457,7 @@ class ConversationInput(BaseModel):
|
|
2452
2457
|
name: str
|
2453
2458
|
type: Optional[ConversationTypes] = None
|
2454
2459
|
messages: Optional[List["ConversationMessageInput"]] = None
|
2460
|
+
tools: Optional[List["ToolDefinitionInput"]] = None
|
2455
2461
|
specification: Optional["EntityReferenceInput"] = None
|
2456
2462
|
fallbacks: Optional[List[Optional["EntityReferenceInput"]]] = None
|
2457
2463
|
filter: Optional["ContentCriteriaInput"] = None
|
@@ -2818,6 +2824,7 @@ class EmailIntegrationPropertiesInput(BaseModel):
|
|
2818
2824
|
class ConversationUpdateInput(BaseModel):
|
2819
2825
|
id: str
|
2820
2826
|
name: Optional[str] = None
|
2827
|
+
tools: Optional[List["ToolDefinitionInput"]] = None
|
2821
2828
|
specification: Optional["EntityReferenceInput"] = None
|
2822
2829
|
fallbacks: Optional[List[Optional["EntityReferenceInput"]]] = None
|
2823
2830
|
filter: Optional["ContentCriteriaInput"] = None
|
@@ -3652,6 +3659,19 @@ class PlaceFilter(BaseModel):
|
|
3652
3659
|
)
|
3653
3660
|
|
3654
3661
|
|
3662
|
+
class ReductoDocumentPreparationPropertiesInput(BaseModel):
|
3663
|
+
ocr_mode: Optional[ReductoOcrModes] = Field(alias="ocrMode", default=None)
|
3664
|
+
ocr_system: Optional[ReductoOcrSystems] = Field(alias="ocrSystem", default=None)
|
3665
|
+
extraction_mode: Optional[ReductoExtractionModes] = Field(
|
3666
|
+
alias="extractionMode", default=None
|
3667
|
+
)
|
3668
|
+
enable_enrichment: Optional[bool] = Field(alias="enableEnrichment", default=None)
|
3669
|
+
enrichment_mode: Optional[ReductoEnrichmentModes] = Field(
|
3670
|
+
alias="enrichmentMode", default=None
|
3671
|
+
)
|
3672
|
+
key: Optional[str] = None
|
3673
|
+
|
3674
|
+
|
3655
3675
|
class H3Filter(BaseModel):
|
3656
3676
|
indexes: Optional[List["H3IndexFilter"]] = None
|
3657
3677
|
|
graphlit_api/operations.py
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
__all__ = [
|
5
5
|
"ADD_CONTENTS_TO_COLLECTIONS_GQL",
|
6
6
|
"ASK_GRAPHLIT_GQL",
|
7
|
+
"BRANCH_CONVERSATION_GQL",
|
7
8
|
"CLEAR_CONVERSATION_GQL",
|
8
9
|
"CLOSE_CONVERSATION_GQL",
|
9
10
|
"COMPLETE_CONVERSATION_GQL",
|
@@ -1282,6 +1283,28 @@ query GetContent($id: ID!, $correlationId: String) {
|
|
1282
1283
|
latitude
|
1283
1284
|
longitude
|
1284
1285
|
}
|
1286
|
+
h3 {
|
1287
|
+
h3r0
|
1288
|
+
h3r1
|
1289
|
+
h3r2
|
1290
|
+
h3r3
|
1291
|
+
h3r4
|
1292
|
+
h3r5
|
1293
|
+
h3r6
|
1294
|
+
h3r7
|
1295
|
+
h3r8
|
1296
|
+
h3r9
|
1297
|
+
h3r10
|
1298
|
+
h3r11
|
1299
|
+
h3r12
|
1300
|
+
h3r13
|
1301
|
+
h3r14
|
1302
|
+
h3r15
|
1303
|
+
}
|
1304
|
+
boundary
|
1305
|
+
epsgCode
|
1306
|
+
path
|
1307
|
+
features
|
1285
1308
|
c4id
|
1286
1309
|
type
|
1287
1310
|
fileType
|
@@ -2748,6 +2771,17 @@ mutation AskGraphlit($prompt: String!, $type: SdkTypes, $id: ID, $specification:
|
|
2748
2771
|
}
|
2749
2772
|
"""
|
2750
2773
|
|
2774
|
+
BRANCH_CONVERSATION_GQL = """
|
2775
|
+
mutation BranchConversation($id: ID!) {
|
2776
|
+
branchConversation(id: $id) {
|
2777
|
+
id
|
2778
|
+
name
|
2779
|
+
state
|
2780
|
+
type
|
2781
|
+
}
|
2782
|
+
}
|
2783
|
+
"""
|
2784
|
+
|
2751
2785
|
CLEAR_CONVERSATION_GQL = """
|
2752
2786
|
mutation ClearConversation($id: ID!) {
|
2753
2787
|
clearConversation(id: $id) {
|
@@ -3455,11 +3489,12 @@ mutation DeleteConversations($ids: [ID!]!, $isSynchronous: Boolean) {
|
|
3455
3489
|
"""
|
3456
3490
|
|
3457
3491
|
FORMAT_CONVERSATION_GQL = """
|
3458
|
-
mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityReferenceInput, $includeDetails: Boolean, $correlationId: String) {
|
3492
|
+
mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityReferenceInput, $tools: [ToolDefinitionInput!], $includeDetails: Boolean, $correlationId: String) {
|
3459
3493
|
formatConversation(
|
3460
3494
|
prompt: $prompt
|
3461
3495
|
id: $id
|
3462
3496
|
specification: $specification
|
3497
|
+
tools: $tools
|
3463
3498
|
includeDetails: $includeDetails
|
3464
3499
|
correlationId: $correlationId
|
3465
3500
|
) {
|
@@ -9406,6 +9441,14 @@ mutation CreateWorkflow($workflow: WorkflowInput!) {
|
|
9406
9441
|
id
|
9407
9442
|
}
|
9408
9443
|
}
|
9444
|
+
reducto {
|
9445
|
+
ocrMode
|
9446
|
+
ocrSystem
|
9447
|
+
extractionMode
|
9448
|
+
enableEnrichment
|
9449
|
+
enrichmentMode
|
9450
|
+
key
|
9451
|
+
}
|
9409
9452
|
mistral {
|
9410
9453
|
key
|
9411
9454
|
}
|
@@ -9648,6 +9691,14 @@ query GetWorkflow($id: ID!, $correlationId: String) {
|
|
9648
9691
|
id
|
9649
9692
|
}
|
9650
9693
|
}
|
9694
|
+
reducto {
|
9695
|
+
ocrMode
|
9696
|
+
ocrSystem
|
9697
|
+
extractionMode
|
9698
|
+
enableEnrichment
|
9699
|
+
enrichmentMode
|
9700
|
+
key
|
9701
|
+
}
|
9651
9702
|
mistral {
|
9652
9703
|
key
|
9653
9704
|
}
|
@@ -9860,6 +9911,14 @@ query QueryWorkflows($filter: WorkflowFilter, $correlationId: String) {
|
|
9860
9911
|
id
|
9861
9912
|
}
|
9862
9913
|
}
|
9914
|
+
reducto {
|
9915
|
+
ocrMode
|
9916
|
+
ocrSystem
|
9917
|
+
extractionMode
|
9918
|
+
enableEnrichment
|
9919
|
+
enrichmentMode
|
9920
|
+
key
|
9921
|
+
}
|
9863
9922
|
mistral {
|
9864
9923
|
key
|
9865
9924
|
}
|
@@ -10067,6 +10126,14 @@ mutation UpdateWorkflow($workflow: WorkflowUpdateInput!) {
|
|
10067
10126
|
id
|
10068
10127
|
}
|
10069
10128
|
}
|
10129
|
+
reducto {
|
10130
|
+
ocrMode
|
10131
|
+
ocrSystem
|
10132
|
+
extractionMode
|
10133
|
+
enableEnrichment
|
10134
|
+
enrichmentMode
|
10135
|
+
key
|
10136
|
+
}
|
10070
10137
|
mistral {
|
10071
10138
|
key
|
10072
10139
|
}
|
@@ -10273,6 +10340,14 @@ mutation UpsertWorkflow($workflow: WorkflowInput!) {
|
|
10273
10340
|
id
|
10274
10341
|
}
|
10275
10342
|
}
|
10343
|
+
reducto {
|
10344
|
+
ocrMode
|
10345
|
+
ocrSystem
|
10346
|
+
extractionMode
|
10347
|
+
enableEnrichment
|
10348
|
+
enrichmentMode
|
10349
|
+
key
|
10350
|
+
}
|
10276
10351
|
mistral {
|
10277
10352
|
key
|
10278
10353
|
}
|
graphlit_api/query_alerts.py
CHANGED
@@ -14,7 +14,7 @@ class QueryCollections(BaseModel):
|
|
14
14
|
|
15
15
|
|
16
16
|
class QueryCollectionsCollections(BaseModel):
|
17
|
-
results: Optional[List[
|
17
|
+
results: Optional[List["QueryCollectionsCollectionsResults"]]
|
18
18
|
|
19
19
|
|
20
20
|
class QueryCollectionsCollectionsResults(BaseModel):
|
@@ -24,7 +24,7 @@ class QueryConversations(BaseModel):
|
|
24
24
|
|
25
25
|
|
26
26
|
class QueryConversationsConversations(BaseModel):
|
27
|
-
results: Optional[List[
|
27
|
+
results: Optional[List["QueryConversationsConversationsResults"]]
|
28
28
|
|
29
29
|
|
30
30
|
class QueryConversationsConversationsResults(BaseModel):
|
graphlit_api/query_feeds.py
CHANGED
@@ -40,7 +40,7 @@ class QuerySpecifications(BaseModel):
|
|
40
40
|
|
41
41
|
|
42
42
|
class QuerySpecificationsSpecifications(BaseModel):
|
43
|
-
results: Optional[List[
|
43
|
+
results: Optional[List["QuerySpecificationsSpecificationsResults"]]
|
44
44
|
|
45
45
|
|
46
46
|
class QuerySpecificationsSpecificationsResults(BaseModel):
|
graphlit_api/query_users.py
CHANGED
graphlit_api/query_workflows.py
CHANGED
@@ -22,6 +22,10 @@ from .enums import (
|
|
22
22
|
IntegrationServiceTypes,
|
23
23
|
LinkTypes,
|
24
24
|
ObservableTypes,
|
25
|
+
ReductoEnrichmentModes,
|
26
|
+
ReductoExtractionModes,
|
27
|
+
ReductoOcrModes,
|
28
|
+
ReductoOcrSystems,
|
25
29
|
RegexSourceTypes,
|
26
30
|
StoragePolicyTypes,
|
27
31
|
SummarizationTypes,
|
@@ -33,7 +37,7 @@ class QueryWorkflows(BaseModel):
|
|
33
37
|
|
34
38
|
|
35
39
|
class QueryWorkflowsWorkflows(BaseModel):
|
36
|
-
results: Optional[List[
|
40
|
+
results: Optional[List["QueryWorkflowsWorkflowsResults"]]
|
37
41
|
|
38
42
|
|
39
43
|
class QueryWorkflowsWorkflowsResults(BaseModel):
|
@@ -148,6 +152,7 @@ class QueryWorkflowsWorkflowsResultsPreparationJobsConnector(BaseModel):
|
|
148
152
|
model_document: Optional[
|
149
153
|
"QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocument"
|
150
154
|
] = Field(alias="modelDocument")
|
155
|
+
reducto: Optional["QueryWorkflowsWorkflowsResultsPreparationJobsConnectorReducto"]
|
151
156
|
mistral: Optional["QueryWorkflowsWorkflowsResultsPreparationJobsConnectorMistral"]
|
152
157
|
|
153
158
|
|
@@ -200,6 +205,15 @@ class QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocumentSpecifi
|
|
200
205
|
id: str
|
201
206
|
|
202
207
|
|
208
|
+
class QueryWorkflowsWorkflowsResultsPreparationJobsConnectorReducto(BaseModel):
|
209
|
+
ocr_mode: Optional[ReductoOcrModes] = Field(alias="ocrMode")
|
210
|
+
ocr_system: Optional[ReductoOcrSystems] = Field(alias="ocrSystem")
|
211
|
+
extraction_mode: Optional[ReductoExtractionModes] = Field(alias="extractionMode")
|
212
|
+
enable_enrichment: Optional[bool] = Field(alias="enableEnrichment")
|
213
|
+
enrichment_mode: Optional[ReductoEnrichmentModes] = Field(alias="enrichmentMode")
|
214
|
+
key: Optional[str]
|
215
|
+
|
216
|
+
|
203
217
|
class QueryWorkflowsWorkflowsResultsPreparationJobsConnectorMistral(BaseModel):
|
204
218
|
key: Optional[str]
|
205
219
|
|
graphlit_api/update_workflow.py
CHANGED
@@ -22,6 +22,10 @@ from .enums import (
|
|
22
22
|
IntegrationServiceTypes,
|
23
23
|
LinkTypes,
|
24
24
|
ObservableTypes,
|
25
|
+
ReductoEnrichmentModes,
|
26
|
+
ReductoExtractionModes,
|
27
|
+
ReductoOcrModes,
|
28
|
+
ReductoOcrSystems,
|
25
29
|
RegexSourceTypes,
|
26
30
|
StoragePolicyTypes,
|
27
31
|
SummarizationTypes,
|
@@ -139,6 +143,7 @@ class UpdateWorkflowUpdateWorkflowPreparationJobsConnector(BaseModel):
|
|
139
143
|
model_document: Optional[
|
140
144
|
"UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocument"
|
141
145
|
] = Field(alias="modelDocument")
|
146
|
+
reducto: Optional["UpdateWorkflowUpdateWorkflowPreparationJobsConnectorReducto"]
|
142
147
|
mistral: Optional["UpdateWorkflowUpdateWorkflowPreparationJobsConnectorMistral"]
|
143
148
|
|
144
149
|
|
@@ -191,6 +196,15 @@ class UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocumentSpecifica
|
|
191
196
|
id: str
|
192
197
|
|
193
198
|
|
199
|
+
class UpdateWorkflowUpdateWorkflowPreparationJobsConnectorReducto(BaseModel):
|
200
|
+
ocr_mode: Optional[ReductoOcrModes] = Field(alias="ocrMode")
|
201
|
+
ocr_system: Optional[ReductoOcrSystems] = Field(alias="ocrSystem")
|
202
|
+
extraction_mode: Optional[ReductoExtractionModes] = Field(alias="extractionMode")
|
203
|
+
enable_enrichment: Optional[bool] = Field(alias="enableEnrichment")
|
204
|
+
enrichment_mode: Optional[ReductoEnrichmentModes] = Field(alias="enrichmentMode")
|
205
|
+
key: Optional[str]
|
206
|
+
|
207
|
+
|
194
208
|
class UpdateWorkflowUpdateWorkflowPreparationJobsConnectorMistral(BaseModel):
|
195
209
|
key: Optional[str]
|
196
210
|
|
graphlit_api/upsert_workflow.py
CHANGED
@@ -22,6 +22,10 @@ from .enums import (
|
|
22
22
|
IntegrationServiceTypes,
|
23
23
|
LinkTypes,
|
24
24
|
ObservableTypes,
|
25
|
+
ReductoEnrichmentModes,
|
26
|
+
ReductoExtractionModes,
|
27
|
+
ReductoOcrModes,
|
28
|
+
ReductoOcrSystems,
|
25
29
|
RegexSourceTypes,
|
26
30
|
StoragePolicyTypes,
|
27
31
|
SummarizationTypes,
|
@@ -139,6 +143,7 @@ class UpsertWorkflowUpsertWorkflowPreparationJobsConnector(BaseModel):
|
|
139
143
|
model_document: Optional[
|
140
144
|
"UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument"
|
141
145
|
] = Field(alias="modelDocument")
|
146
|
+
reducto: Optional["UpsertWorkflowUpsertWorkflowPreparationJobsConnectorReducto"]
|
142
147
|
mistral: Optional["UpsertWorkflowUpsertWorkflowPreparationJobsConnectorMistral"]
|
143
148
|
|
144
149
|
|
@@ -191,6 +196,15 @@ class UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocumentSpecifica
|
|
191
196
|
id: str
|
192
197
|
|
193
198
|
|
199
|
+
class UpsertWorkflowUpsertWorkflowPreparationJobsConnectorReducto(BaseModel):
|
200
|
+
ocr_mode: Optional[ReductoOcrModes] = Field(alias="ocrMode")
|
201
|
+
ocr_system: Optional[ReductoOcrSystems] = Field(alias="ocrSystem")
|
202
|
+
extraction_mode: Optional[ReductoExtractionModes] = Field(alias="extractionMode")
|
203
|
+
enable_enrichment: Optional[bool] = Field(alias="enableEnrichment")
|
204
|
+
enrichment_mode: Optional[ReductoEnrichmentModes] = Field(alias="enrichmentMode")
|
205
|
+
key: Optional[str]
|
206
|
+
|
207
|
+
|
194
208
|
class UpsertWorkflowUpsertWorkflowPreparationJobsConnectorMistral(BaseModel):
|
195
209
|
key: Optional[str]
|
196
210
|
|
{graphlit_client-1.0.20250531003.dist-info → graphlit_client-1.0.20250608001.dist-info}/RECORD
RENAMED
@@ -1,12 +1,13 @@
|
|
1
1
|
graphlit/__init__.py,sha256=4AyigTlFQWP40lnaaQ1H1iRT_B1hIXW9bgPanbwmTvs,32
|
2
2
|
graphlit/graphlit.py,sha256=g2znIWEb6fIwMKGm5G_BY4VHdaZi6hLO4Y6FdBjNesM,2389
|
3
|
-
graphlit_api/__init__.py,sha256=
|
3
|
+
graphlit_api/__init__.py,sha256=9vmWsEDmnmFJQylb4Qs4dhYthG96vaLdI4DjF0-bz2E,194495
|
4
4
|
graphlit_api/add_contents_to_collections.py,sha256=K7tNpLn8-lRVaVT39iKr-VtCKRWVONyL_h6cC0L606Y,888
|
5
5
|
graphlit_api/ask_graphlit.py,sha256=vt3Q3XIqgT7GmgIPcirwhGjpEP-nowuUDU0g_1DX_Xc,6433
|
6
6
|
graphlit_api/async_base_client.py,sha256=v0KUVwe2_RIQa8Mn7l_yD5McUe7B03vhclJ9SP4XGgw,12578
|
7
7
|
graphlit_api/base_model.py,sha256=o2d-DixASFCGztr3rTiGX0AwgFu7Awr7EgD70FI8a-I,620
|
8
|
+
graphlit_api/branch_conversation.py,sha256=iU3IsoM526AHUHjX0ODAyOPTpyS9N5RqSdytoAOmKbU,539
|
8
9
|
graphlit_api/clear_conversation.py,sha256=5GOmc2wfupV-7EHWyi3v6LA0pSVLtFNCzxPJm42Dp6Y,531
|
9
|
-
graphlit_api/client.py,sha256=
|
10
|
+
graphlit_api/client.py,sha256=B-EReLytPwUebG6T3epxnD4k848nzSPz2hGLy6lMw_0,204343
|
10
11
|
graphlit_api/close_conversation.py,sha256=HcIUUiNf7hnuLZ7Fy6IcgfuHMSyWyJ7uOEy1EEETy_4,531
|
11
12
|
graphlit_api/complete_conversation.py,sha256=WpFrPXdMoA4EQiyiquIScvq5DqVqe6to2L-YhihsNkY,16732
|
12
13
|
graphlit_api/continue_conversation.py,sha256=p-bVR3QdlbQeFq2p-DpBSTwZKwpz3k2-WWJrZfoxETI,16732
|
@@ -65,7 +66,7 @@ graphlit_api/create_repo.py,sha256=hzxh3eZLzz1Re4UzDQ2U7Fzok3v2_bub-VbhG6LJuk4,3
|
|
65
66
|
graphlit_api/create_software.py,sha256=Y9hvsa5XoLzkjm2e_CycKpdIV734tGC4fBHPyGpNU-g,396
|
66
67
|
graphlit_api/create_specification.py,sha256=p23AxlkOa4UJP20C1Cn3Iqi_bVYzauH7f5MxPuhXuHY,643
|
67
68
|
graphlit_api/create_user.py,sha256=vISVh1FwTbOBHBQkxDq4AatQFkoe6hF2GLZUyUuhNMY,496
|
68
|
-
graphlit_api/create_workflow.py,sha256=
|
69
|
+
graphlit_api/create_workflow.py,sha256=KdUZ4GfF1BJP1Tkmr6MWAIW1MUBU1sGPOSaJTQ_lRj8,16588
|
69
70
|
graphlit_api/delete_alert.py,sha256=lSFt3rOfbW-Sl9QdcvvtABwqj0e_zs48UPkXjDpfJ8Y,398
|
70
71
|
graphlit_api/delete_alerts.py,sha256=Rza3SIO0ykapJk-HZ0JMuPtlG8_KcLTAOwNJbaGCH_8,442
|
71
72
|
graphlit_api/delete_all_alerts.py,sha256=O-bKV3mKWEPddj3yLBTpoiquj_1kK1Oqr0iGpJuobns,469
|
@@ -157,7 +158,7 @@ graphlit_api/disable_user.py,sha256=qfFXMq691gPVdFjF-mYzjcx6DIvZnsp5Nny5pl0qI9Q,
|
|
157
158
|
graphlit_api/enable_alert.py,sha256=KctjIbnyZDoDynbuD6IR2fHuNHKAtM07VVgKzTL479g,398
|
158
159
|
graphlit_api/enable_feed.py,sha256=BhtLlEGV9p8ICodywdN9-sASWSX3w_4c3zYtf-bdaGE,390
|
159
160
|
graphlit_api/enable_user.py,sha256=_0rQnpwVYhBrRcnpfqrKTOiANgOMe-ibUAHmS-XC0qo,390
|
160
|
-
graphlit_api/enums.py,sha256=
|
161
|
+
graphlit_api/enums.py,sha256=Q3F_gkQW1ylXwgBbpjmyX4VGnpWMGgMba7oPtjp58p4,28506
|
161
162
|
graphlit_api/exceptions.py,sha256=s0ECCqA83fhlv5GqIpT-fNFIZ7sRABG23Wj7DcEl4X0,2433
|
162
163
|
graphlit_api/extract_contents.py,sha256=qsSy8UOJuqsUnCcuduaNPyaK2mZk_1noECT0Jgx3zRA,961
|
163
164
|
graphlit_api/extract_text.py,sha256=jfkL6ep5wzXeoelZ5nRwNRT0t7oDCUt1xrigqkMj-7M,887
|
@@ -166,7 +167,7 @@ graphlit_api/format_conversation.py,sha256=KCC515DadUyVTxa6Tm9qj_V4iJCtIP0_zWqob
|
|
166
167
|
graphlit_api/get_alert.py,sha256=yw9TLx7iD4d60gaSm4typqQEHt8Y0tyb9xqg504hssQ,7193
|
167
168
|
graphlit_api/get_category.py,sha256=r4BhKYOT49VeBrbNkAd8Hs8ndXnvUV0nPr5CurbI_Bk,439
|
168
169
|
graphlit_api/get_collection.py,sha256=de2AaJQRkMEZoRhmYWnXlXlb1c76cF2Z8v6PwaL7wTk,830
|
169
|
-
graphlit_api/get_content.py,sha256=
|
170
|
+
graphlit_api/get_content.py,sha256=PEFeq4SImdpE_4_F-62DWF0mi7ActVK-V46aFcZww78,12370
|
170
171
|
graphlit_api/get_conversation.py,sha256=7pU2DQSb9smsTRlRYCFntFlcwS8Ua4S7z6-Pd42OFls,17641
|
171
172
|
graphlit_api/get_event.py,sha256=saVoCHle91eNLagCX8AZwcSDikEi9OSnImx-lGx3n9A,1523
|
172
173
|
graphlit_api/get_feed.py,sha256=thNnL79fN00-hO5uJxMcDn3FYfQPuND_WsrQ4glVCkg,11843
|
@@ -193,7 +194,7 @@ graphlit_api/get_software.py,sha256=oFpWsAFCQfclVj7kdIzBxaIuKXavff4IP4jqVMDOzDI,
|
|
193
194
|
graphlit_api/get_specification.py,sha256=3zQhdMJ2bDffSYC0Gc_fJ5bISyUBFI9Nf8-ExCK7W_s,10713
|
194
195
|
graphlit_api/get_user.py,sha256=YgE90kwTjzGWWvr4IC_qfOCS94AnsaBDDLtxh_o_6Hc,2600
|
195
196
|
graphlit_api/get_user_by_identifier.py,sha256=4ZD50nr5TYucznyz45nA2NrLB2msUvuVEsNEQRyOoLs,3318
|
196
|
-
graphlit_api/get_workflow.py,sha256=
|
197
|
+
graphlit_api/get_workflow.py,sha256=cFBI-7a6Wz0b1jEcG4YvvtViIl1Rq7FHSCS6i6FjE74,15338
|
197
198
|
graphlit_api/ingest_batch.py,sha256=pmO_rAZdG8dPid40h8lnTfKSa5r0EAOmFF7PIg3a_r4,2366
|
198
199
|
graphlit_api/ingest_encoded_file.py,sha256=mKoEc5qziw8i-MDT8CrGCfmaupWnIVQkow7cRW_Y3Fw,2607
|
199
200
|
graphlit_api/ingest_event.py,sha256=ThnAGO8bNghFmxDrk-Q4neW3f_cvUzdSuMocdyU_AaY,2336
|
@@ -201,29 +202,29 @@ graphlit_api/ingest_memory.py,sha256=YF7sn_jvpk_iACg8encyp_gd0wrK0Om4blYzPDI-B8c
|
|
201
202
|
graphlit_api/ingest_text.py,sha256=D4lpV9LTC_u586_ILVrB2rVpHG0-8HivqeOA1GpQuFs,2286
|
202
203
|
graphlit_api/ingest_text_batch.py,sha256=gSD1bH3mAPwJzy5TeMJ6UguEgI9yrPUXyz1soExSttM,2521
|
203
204
|
graphlit_api/ingest_uri.py,sha256=f71kMRyMoAhef6sJU85ZgGz4aPq_5CDLaDvCeQnLY5A,2248
|
204
|
-
graphlit_api/input_types.py,sha256=
|
205
|
+
graphlit_api/input_types.py,sha256=LiMHPgpKnBOMYSZMFE3M28ml7I9ChOrSO5mWjKEhvp8,146177
|
205
206
|
graphlit_api/is_content_done.py,sha256=X8uevsTD6oFMbC8I3E9Emg-_yrFTWnnrVL5LpruSB6Q,390
|
206
207
|
graphlit_api/is_feed_done.py,sha256=-FQS2vtDMnNW75K_9jR6IUutvpwLmtoS5yY8wD17CaM,352
|
207
208
|
graphlit_api/lookup_credits.py,sha256=WsV7fGbg29WWOjPRIaL2bnhISGsb0SqUlQxL7rBfNTo,1464
|
208
209
|
graphlit_api/lookup_usage.py,sha256=D_cbO0KmXDqRYqQIhNwWXNFGjwNLEy2_5aVa-SYgRzw,1711
|
209
210
|
graphlit_api/map_web.py,sha256=2rp4jFD1vDqcQ98mCVTeC0RzPqQxmmcRvHNRl8HJfFA,346
|
210
|
-
graphlit_api/operations.py,sha256=
|
211
|
+
graphlit_api/operations.py,sha256=gcXSobwS-LIZP9XXWx3SAwu9NO3_p_hoED_gYqWoFY8,191955
|
211
212
|
graphlit_api/prompt.py,sha256=OgNooYRVrNeUlQKNq_WQcM--yZWiP0e1-8joiK5cKfA,6147
|
212
213
|
graphlit_api/prompt_conversation.py,sha256=7eeFb3oAoAeBMNOZ6tEMmiWs2ReDLBCsI0iiA9wnvlA,16346
|
213
214
|
graphlit_api/prompt_specifications.py,sha256=D7YLCfYs7ZFbeqM9rc8UYHBmxDoBHR6YJjpUN32w7BY,7034
|
214
215
|
graphlit_api/publish_contents.py,sha256=C1F6g_sSvhW33B3pc2YwFH9KHs_MgQb7nfu7jr5u6XE,5558
|
215
216
|
graphlit_api/publish_conversation.py,sha256=efLRrjWKsGKzwP2S5otD_6BbSZzQOQnQYrLo9eq0d2U,5726
|
216
217
|
graphlit_api/publish_text.py,sha256=U1O4U7Mg75kK2u26O_uyxd1G3DEmTAMFRnLgubSGVw0,5376
|
217
|
-
graphlit_api/query_alerts.py,sha256=
|
218
|
+
graphlit_api/query_alerts.py,sha256=S9ALc80i7d9fLnTCKb6-EDN0EkYaCje16UBjb6GSoNc,8265
|
218
219
|
graphlit_api/query_categories.py,sha256=5AiZlgWRycLmr7-ID-EIoI2Q8ss6C5vGttr_ECKIG-w,636
|
219
|
-
graphlit_api/query_collections.py,sha256=
|
220
|
+
graphlit_api/query_collections.py,sha256=f1-7pHTnkScOt2UjkC4HSe7DJe1Xiy81UypA8J3WTVY,1065
|
220
221
|
graphlit_api/query_contents.py,sha256=e5vWK6LR5BE_eNx2cmwjtopOWUb1bz_Z3OdxDeONPUA,11697
|
221
222
|
graphlit_api/query_contents_facets.py,sha256=xKbOkq-F9-AYUulUQNPrR9PnQyq7M2j_u7fpQ8HYk4c,1368
|
222
223
|
graphlit_api/query_contents_graph.py,sha256=RzQHZEQOOzB0yLTvU6rBJu_Str3Gc9m8BG8fY8xVrYY,975
|
223
|
-
graphlit_api/query_conversations.py,sha256=
|
224
|
+
graphlit_api/query_conversations.py,sha256=etUhknq9DZc7a1VietF9rsHxEzHF5TignkZh9KvgsmM,19759
|
224
225
|
graphlit_api/query_credits.py,sha256=6uJqn4iYfBfsUtSMTCSuV4d2VTiYR4gR5tEeDH5Cf9o,1396
|
225
226
|
graphlit_api/query_events.py,sha256=-YWXAy3hjSHlrIk9GtiKaPow3aWppE2XO60sToSjxSc,1716
|
226
|
-
graphlit_api/query_feeds.py,sha256=
|
227
|
+
graphlit_api/query_feeds.py,sha256=uGNA5C75FLZSZ-HkftnvtstbRMrtZndYGCG_m8YNtbs,12879
|
227
228
|
graphlit_api/query_labels.py,sha256=7EPyZEAK5csU6cBoq2hVhrZY_NTHL1ZbvAQHCl19BSY,584
|
228
229
|
graphlit_api/query_linear_projects.py,sha256=JCu01TJ5RBZQ-KdJaa5AuE8bqobuZxvz2H1rQH_XrwA,429
|
229
230
|
graphlit_api/query_medical_conditions.py,sha256=_XWHs9XX3DUuYC7nUhQKlVAYufphu-ed30qvaU9nPHs,938
|
@@ -252,11 +253,11 @@ graphlit_api/query_share_point_folders.py,sha256=vu7XjVlAcZhIok3wvIvkzqbdxpcsbWB
|
|
252
253
|
graphlit_api/query_share_point_libraries.py,sha256=u7EGJ91YnZ_MMIixtqJKu-2YhLl6ZyQtkeRLfac3XhI,961
|
253
254
|
graphlit_api/query_slack_channels.py,sha256=QnG46uW5OIjh1S0nsXggNVKMAd2DqHc5JNXF9B5fd_8,421
|
254
255
|
graphlit_api/query_softwares.py,sha256=WSPS-Q2Ol7bCqgqc5Q066wwa_afZEQESuLV1aganBkc,874
|
255
|
-
graphlit_api/query_specifications.py,sha256=
|
256
|
+
graphlit_api/query_specifications.py,sha256=qvE25wOZGReO4b1gY4TPxo_IWP5sPU8bSEpYhkvmvNM,11414
|
256
257
|
graphlit_api/query_tokens.py,sha256=8lvoWuoTOGVxiJT089EgzwUt78UPc1dcvN1rMveO07M,1739
|
257
258
|
graphlit_api/query_usage.py,sha256=VUKzjpaZjkcQFXJlEKIQT9I87HTgcYzX1CeimAzqeIM,1645
|
258
|
-
graphlit_api/query_users.py,sha256=
|
259
|
-
graphlit_api/query_workflows.py,sha256=
|
259
|
+
graphlit_api/query_users.py,sha256=7VDWT1ESjwrFX9RFTxnspS8ksHpidJN8_LpENgslUpA,2986
|
260
|
+
graphlit_api/query_workflows.py,sha256=G4uhvfsiXT-lQZuzQWuxAljc9oGXOaad9ONpAqH0hGU,17144
|
260
261
|
graphlit_api/remove_contents_from_collection.py,sha256=LnUL43UNNIPY-DBn-vg0Jx89tfuEBpctGgdQ5U75UlU,950
|
261
262
|
graphlit_api/retrieve_sources.py,sha256=MLtgZ7_jKNGjf5LKFqJy-KyQESo_KvNeV_gjsfyV2XQ,1134
|
262
263
|
graphlit_api/revise_content.py,sha256=M7S1Zvkl5E5ludXXxjylenqJF2EH6BQDTS_Om0FCDO0,6549
|
@@ -299,14 +300,14 @@ graphlit_api/update_repo.py,sha256=9BEt_65v0omSEwDmuspasvp45pCUHfmgq6u2OdLEycw,3
|
|
299
300
|
graphlit_api/update_software.py,sha256=J78h3r976bLWuiS9q7EixqWLu-G7U0IiQ2SyAePymCY,396
|
300
301
|
graphlit_api/update_specification.py,sha256=P-VoQ6uqRxIV68XDVyibXFuQ3SE973FCmaCgrnA3A84,643
|
301
302
|
graphlit_api/update_user.py,sha256=r7VfMw19P4u6POz4yEbcFW65-TVAjyBlB3te2_fY6I8,496
|
302
|
-
graphlit_api/update_workflow.py,sha256=
|
303
|
+
graphlit_api/update_workflow.py,sha256=Yrq_ktWHYYOD84eGnHRmJB4sdv1dOGMq0pmwG8m3xmw,16588
|
303
304
|
graphlit_api/upsert_category.py,sha256=Q60eV1hfyx9xV6fWNW9bhadTqWFfY4-u8V-vGMUO7Vs,396
|
304
305
|
graphlit_api/upsert_label.py,sha256=_bVWrISvyt4G4IcjAKqu8c5P6FDgaODdIGtSToJfNOY,358
|
305
306
|
graphlit_api/upsert_specification.py,sha256=23eLTL8OLAYE-j_nhjT5NgaCrSUs9Q40rGW_VhDrDoM,643
|
306
|
-
graphlit_api/upsert_workflow.py,sha256=
|
307
|
+
graphlit_api/upsert_workflow.py,sha256=8oAjaG884YBRsfXDhoSeWxJL0oktMQomqU7xCoXso-M,16588
|
307
308
|
graphlit_api/workflow_exists.py,sha256=1XVcqCW_KZ3BwUFx08lwqQdf1ZpJ6Vmi8jBqcrMqYRI,397
|
308
|
-
graphlit_client-1.0.
|
309
|
-
graphlit_client-1.0.
|
310
|
-
graphlit_client-1.0.
|
311
|
-
graphlit_client-1.0.
|
312
|
-
graphlit_client-1.0.
|
309
|
+
graphlit_client-1.0.20250608001.dist-info/licenses/LICENSE,sha256=ivF8XnUYrNZFQ1wZFMrxWshDb1h7TdSK6Qk8_3WPkhM,1095
|
310
|
+
graphlit_client-1.0.20250608001.dist-info/METADATA,sha256=pNAiMttoZ6dZXGYbIPblJLIRB5Y9oACfLNSJTPcjjQw,3408
|
311
|
+
graphlit_client-1.0.20250608001.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
312
|
+
graphlit_client-1.0.20250608001.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
|
313
|
+
graphlit_client-1.0.20250608001.dist-info/RECORD,,
|
{graphlit_client-1.0.20250531003.dist-info → graphlit_client-1.0.20250608001.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|