graphlit-client 1.0.20241007002 → 1.0.20241021001
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.
@@ -1,7 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
exports.
|
3
|
+
exports.MailSensitivity = exports.MailPriority = exports.MailImportance = exports.LinkTypes = exports.LabelFacetTypes = exports.JinaModels = exports.IntegrationServiceTypes = exports.ImageProjectionTypes = exports.H3ResolutionTypes = exports.GroqModels = exports.GraphStrategyTypes = exports.GoogleModels = exports.FileTypes = exports.FilePreparationServiceTypes = exports.FeedTypes = exports.FeedServiceTypes = exports.FeedListingTypes = exports.FeedConnectorTypes = exports.FacetValueTypes = exports.EventFacetTypes = exports.EnvironmentTypes = exports.EntityTypes = exports.EntityState = exports.EntityExtractionServiceTypes = exports.EntityEnrichmentServiceTypes = exports.EmailListingTypes = exports.ElevenLabsModels = exports.DeviceTypes = exports.DeepseekModels = exports.DeepgramModels = exports.ConversationTypes = exports.ConversationStrategyTypes = exports.ConversationSearchTypes = exports.ConversationRoleTypes = exports.ContentTypes = exports.ContentPublishingServiceTypes = exports.ContentPublishingFormats = exports.ContentIndexingServiceTypes = exports.ContentFacetTypes = exports.CollectionTypes = exports.CohereModels = exports.CerebrasModels = exports.CategoryFacetTypes = exports.BillableMetrics = exports.AzureOpenAiModels = exports.AzureDocumentIntelligenceVersions = exports.AzureDocumentIntelligenceModels = exports.ApplyPolicy = exports.AnthropicModels = exports.AlertTypes = void 0;
|
4
|
+
exports.VoyageModels = exports.UnitTypes = exports.TimedPolicyRecurrenceTypes = exports.TimeIntervalTypes = exports.TextTypes = exports.TextRoles = exports.SummarizationTypes = exports.SpecificationTypes = exports.SoftwareFacetTypes = exports.SiteTypes = exports.SharePointAuthenticationTypes = exports.SearchTypes = exports.SearchServiceTypes = exports.SearchQueryTypes = exports.RevisionStrategyTypes = exports.RetrievalStrategyTypes = exports.ResourceConnectorTypes = exports.RerankingModelServiceTypes = exports.RepoFacetTypes = exports.ReplicateModels = exports.RenditionTypes = exports.PromptStrategyTypes = exports.ProductFacetTypes = exports.PolicyTimeTypes = exports.PlaceFacetTypes = exports.PersonFacetTypes = exports.OrientationTypes = exports.OrganizationFacetTypes = exports.OrderDirectionTypes = exports.OrderByTypes = exports.OperationTypes = exports.OpenAiVisionDetailLevels = exports.OpenAiModels = exports.OccurrenceTypes = exports.ObservableTypes = exports.NotionTypes = exports.ModelServiceTypes = exports.MistralModels = exports.MetadataTypes = exports.MedicalTherapyFacetTypes = exports.MedicalTestFacetTypes = exports.MedicalStudyFacetTypes = exports.MedicalProcedureFacetTypes = exports.MedicalIndicationFacetTypes = exports.MedicalGuidelineFacetTypes = exports.MedicalDrugFacetTypes = exports.MedicalDrugClassFacetTypes = exports.MedicalDeviceFacetTypes = exports.MedicalContraindicationFacetTypes = exports.MedicalConditionFacetTypes = void 0;
|
5
|
+
exports.YouTubeTypes = void 0;
|
5
6
|
/** Alert type */
|
6
7
|
var AlertTypes;
|
7
8
|
(function (AlertTypes) {
|
@@ -90,11 +91,11 @@ var AzureOpenAiModels;
|
|
90
91
|
(function (AzureOpenAiModels) {
|
91
92
|
/** Developer-specified deployment */
|
92
93
|
AzureOpenAiModels["Custom"] = "CUSTOM";
|
93
|
-
/** GPT-4 (Latest
|
94
|
+
/** GPT-4 (Latest) */
|
94
95
|
AzureOpenAiModels["Gpt4"] = "GPT4";
|
95
|
-
/** GPT-4 Turbo 128k (Latest
|
96
|
+
/** GPT-4 Turbo 128k (Latest) */
|
96
97
|
AzureOpenAiModels["Gpt4Turbo_128K"] = "GPT4_TURBO_128K";
|
97
|
-
/** GPT-3.5 Turbo 16k (Latest
|
98
|
+
/** GPT-3.5 Turbo 16k (Latest) */
|
98
99
|
AzureOpenAiModels["Gpt35Turbo_16K"] = "GPT35_TURBO_16K";
|
99
100
|
})(AzureOpenAiModels || (exports.AzureOpenAiModels = AzureOpenAiModels = {}));
|
100
101
|
var BillableMetrics;
|
@@ -141,6 +142,10 @@ var CohereModels;
|
|
141
142
|
CohereModels["CommandRPlus_202408"] = "COMMAND_R_PLUS_202408";
|
142
143
|
/** Developer-specified model */
|
143
144
|
CohereModels["Custom"] = "CUSTOM";
|
145
|
+
/** Embed English 3.0 */
|
146
|
+
CohereModels["EmbedEnglish_3_0"] = "EMBED_ENGLISH_3_0";
|
147
|
+
/** Embed Multilingual 3.0 */
|
148
|
+
CohereModels["EmbedMultilingual_3_0"] = "EMBED_MULTILINGUAL_3_0";
|
144
149
|
})(CohereModels || (exports.CohereModels = CohereModels = {}));
|
145
150
|
/** Collection type */
|
146
151
|
var CollectionTypes;
|
@@ -600,6 +605,8 @@ var FeedServiceTypes;
|
|
600
605
|
FeedServiceTypes["AzureBlob"] = "AZURE_BLOB";
|
601
606
|
/** Azure File feed service */
|
602
607
|
FeedServiceTypes["AzureFile"] = "AZURE_FILE";
|
608
|
+
/** GitHub feed service */
|
609
|
+
FeedServiceTypes["GitHub"] = "GIT_HUB";
|
603
610
|
/** GitHub Issues feed service */
|
604
611
|
FeedServiceTypes["GitHubIssues"] = "GIT_HUB_ISSUES";
|
605
612
|
/** Google Cloud Blob feed service */
|
@@ -700,6 +707,8 @@ var GoogleModels;
|
|
700
707
|
(function (GoogleModels) {
|
701
708
|
/** Developer-specified model */
|
702
709
|
GoogleModels["Custom"] = "CUSTOM";
|
710
|
+
/** Embed (004 version) */
|
711
|
+
GoogleModels["Embedding_004"] = "EMBEDDING_004";
|
703
712
|
/** Gemini 1.5 Flash (Latest) */
|
704
713
|
GoogleModels["Gemini_1_5Flash"] = "GEMINI_1_5_FLASH";
|
705
714
|
/** Gemini 1.5 Flash (001 version) */
|
@@ -809,6 +818,18 @@ var IntegrationServiceTypes;
|
|
809
818
|
/** HTTP WebHook integration service */
|
810
819
|
IntegrationServiceTypes["WebHook"] = "WEB_HOOK";
|
811
820
|
})(IntegrationServiceTypes || (exports.IntegrationServiceTypes = IntegrationServiceTypes = {}));
|
821
|
+
/** Jina model type */
|
822
|
+
var JinaModels;
|
823
|
+
(function (JinaModels) {
|
824
|
+
/** CLIP Image */
|
825
|
+
JinaModels["ClipImage"] = "CLIP_IMAGE";
|
826
|
+
/** Developer-specified model */
|
827
|
+
JinaModels["Custom"] = "CUSTOM";
|
828
|
+
/** Embed (Latest) */
|
829
|
+
JinaModels["Embed"] = "EMBED";
|
830
|
+
/** Embed 3.0 */
|
831
|
+
JinaModels["Embed_3_0"] = "EMBED_3_0";
|
832
|
+
})(JinaModels || (exports.JinaModels = JinaModels = {}));
|
812
833
|
/** Label facet types */
|
813
834
|
var LabelFacetTypes;
|
814
835
|
(function (LabelFacetTypes) {
|
@@ -1016,6 +1037,8 @@ var MistralModels;
|
|
1016
1037
|
(function (MistralModels) {
|
1017
1038
|
/** Developer-specified model */
|
1018
1039
|
MistralModels["Custom"] = "CUSTOM";
|
1040
|
+
/** Mistral Embed */
|
1041
|
+
MistralModels["MistralEmbed"] = "MISTRAL_EMBED";
|
1019
1042
|
/** Mistral Large */
|
1020
1043
|
MistralModels["MistralLarge"] = "MISTRAL_LARGE";
|
1021
1044
|
/** Mistral Medium */
|
@@ -1048,12 +1071,16 @@ var ModelServiceTypes;
|
|
1048
1071
|
ModelServiceTypes["Google"] = "GOOGLE";
|
1049
1072
|
/** Groq */
|
1050
1073
|
ModelServiceTypes["Groq"] = "GROQ";
|
1074
|
+
/** Jina */
|
1075
|
+
ModelServiceTypes["Jina"] = "JINA";
|
1051
1076
|
/** Mistral */
|
1052
1077
|
ModelServiceTypes["Mistral"] = "MISTRAL";
|
1053
1078
|
/** OpenAI */
|
1054
1079
|
ModelServiceTypes["OpenAi"] = "OPEN_AI";
|
1055
1080
|
/** Replicate */
|
1056
1081
|
ModelServiceTypes["Replicate"] = "REPLICATE";
|
1082
|
+
/** Voyage */
|
1083
|
+
ModelServiceTypes["Voyage"] = "VOYAGE";
|
1057
1084
|
})(ModelServiceTypes || (exports.ModelServiceTypes = ModelServiceTypes = {}));
|
1058
1085
|
var NotionTypes;
|
1059
1086
|
(function (NotionTypes) {
|
@@ -1115,8 +1142,14 @@ var OccurrenceTypes;
|
|
1115
1142
|
/** OpenAI model type */
|
1116
1143
|
var OpenAiModels;
|
1117
1144
|
(function (OpenAiModels) {
|
1145
|
+
/** Embedding Ada-002 */
|
1146
|
+
OpenAiModels["Ada_002"] = "ADA_002";
|
1118
1147
|
/** Developer-specified model */
|
1119
1148
|
OpenAiModels["Custom"] = "CUSTOM";
|
1149
|
+
/** Embedding 3 Large */
|
1150
|
+
OpenAiModels["Embedding_3Large"] = "EMBEDDING_3_LARGE";
|
1151
|
+
/** Embedding 3 Small */
|
1152
|
+
OpenAiModels["Embedding_3Small"] = "EMBEDDING_3_SMALL";
|
1120
1153
|
/**
|
1121
1154
|
* GPT-4 (Latest)
|
1122
1155
|
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
@@ -1344,8 +1377,8 @@ var RerankingModelServiceTypes;
|
|
1344
1377
|
RerankingModelServiceTypes["Cohere"] = "COHERE";
|
1345
1378
|
/** Jina */
|
1346
1379
|
RerankingModelServiceTypes["Jina"] = "JINA";
|
1347
|
-
/**
|
1348
|
-
RerankingModelServiceTypes["
|
1380
|
+
/** Voyage */
|
1381
|
+
RerankingModelServiceTypes["Voyage"] = "VOYAGE";
|
1349
1382
|
})(RerankingModelServiceTypes || (exports.RerankingModelServiceTypes = RerankingModelServiceTypes = {}));
|
1350
1383
|
/** Resource connector type */
|
1351
1384
|
var ResourceConnectorTypes;
|
@@ -1431,8 +1464,12 @@ var SpecificationTypes;
|
|
1431
1464
|
SpecificationTypes["Completion"] = "COMPLETION";
|
1432
1465
|
/** Data extraction */
|
1433
1466
|
SpecificationTypes["Extraction"] = "EXTRACTION";
|
1467
|
+
/** Image embedding */
|
1468
|
+
SpecificationTypes["ImageEmbedding"] = "IMAGE_EMBEDDING";
|
1434
1469
|
/** Document preparation */
|
1435
1470
|
SpecificationTypes["Preparation"] = "PREPARATION";
|
1471
|
+
/** Text embedding */
|
1472
|
+
SpecificationTypes["TextEmbedding"] = "TEXT_EMBEDDING";
|
1436
1473
|
})(SpecificationTypes || (exports.SpecificationTypes = SpecificationTypes = {}));
|
1437
1474
|
/** Summarization type */
|
1438
1475
|
var SummarizationTypes;
|
@@ -1600,6 +1637,26 @@ var UnitTypes;
|
|
1600
1637
|
/** Yard */
|
1601
1638
|
UnitTypes["Yard"] = "YARD";
|
1602
1639
|
})(UnitTypes || (exports.UnitTypes = UnitTypes = {}));
|
1640
|
+
/** Voyage model type */
|
1641
|
+
var VoyageModels;
|
1642
|
+
(function (VoyageModels) {
|
1643
|
+
/** Developer-specified model */
|
1644
|
+
VoyageModels["Custom"] = "CUSTOM";
|
1645
|
+
/** Voyage (Latest) */
|
1646
|
+
VoyageModels["Voyage"] = "VOYAGE";
|
1647
|
+
/** Voyage 3.0 */
|
1648
|
+
VoyageModels["Voyage_3_0"] = "VOYAGE_3_0";
|
1649
|
+
/** Voyage Code 2.0 */
|
1650
|
+
VoyageModels["VoyageCode_2_0"] = "VOYAGE_CODE_2_0";
|
1651
|
+
/** Voyage Finance 2.0 */
|
1652
|
+
VoyageModels["VoyageFinance_2_0"] = "VOYAGE_FINANCE_2_0";
|
1653
|
+
/** Voyage Law 2.0 */
|
1654
|
+
VoyageModels["VoyageLaw_2_0"] = "VOYAGE_LAW_2_0";
|
1655
|
+
/** Voyage Lite 3.0 */
|
1656
|
+
VoyageModels["VoyageLite_3_0"] = "VOYAGE_LITE_3_0";
|
1657
|
+
/** Voyage Multilingual 2.0 */
|
1658
|
+
VoyageModels["VoyageMultilingual_2_0"] = "VOYAGE_MULTILINGUAL_2_0";
|
1659
|
+
})(VoyageModels || (exports.VoyageModels = VoyageModels = {}));
|
1603
1660
|
var YouTubeTypes;
|
1604
1661
|
(function (YouTubeTypes) {
|
1605
1662
|
/** YouTube Channel */
|