graphlit-client 1.0.20241009001 → 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;
|
@@ -702,6 +707,8 @@ var GoogleModels;
|
|
702
707
|
(function (GoogleModels) {
|
703
708
|
/** Developer-specified model */
|
704
709
|
GoogleModels["Custom"] = "CUSTOM";
|
710
|
+
/** Embed (004 version) */
|
711
|
+
GoogleModels["Embedding_004"] = "EMBEDDING_004";
|
705
712
|
/** Gemini 1.5 Flash (Latest) */
|
706
713
|
GoogleModels["Gemini_1_5Flash"] = "GEMINI_1_5_FLASH";
|
707
714
|
/** Gemini 1.5 Flash (001 version) */
|
@@ -811,6 +818,18 @@ var IntegrationServiceTypes;
|
|
811
818
|
/** HTTP WebHook integration service */
|
812
819
|
IntegrationServiceTypes["WebHook"] = "WEB_HOOK";
|
813
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 = {}));
|
814
833
|
/** Label facet types */
|
815
834
|
var LabelFacetTypes;
|
816
835
|
(function (LabelFacetTypes) {
|
@@ -1018,6 +1037,8 @@ var MistralModels;
|
|
1018
1037
|
(function (MistralModels) {
|
1019
1038
|
/** Developer-specified model */
|
1020
1039
|
MistralModels["Custom"] = "CUSTOM";
|
1040
|
+
/** Mistral Embed */
|
1041
|
+
MistralModels["MistralEmbed"] = "MISTRAL_EMBED";
|
1021
1042
|
/** Mistral Large */
|
1022
1043
|
MistralModels["MistralLarge"] = "MISTRAL_LARGE";
|
1023
1044
|
/** Mistral Medium */
|
@@ -1050,12 +1071,16 @@ var ModelServiceTypes;
|
|
1050
1071
|
ModelServiceTypes["Google"] = "GOOGLE";
|
1051
1072
|
/** Groq */
|
1052
1073
|
ModelServiceTypes["Groq"] = "GROQ";
|
1074
|
+
/** Jina */
|
1075
|
+
ModelServiceTypes["Jina"] = "JINA";
|
1053
1076
|
/** Mistral */
|
1054
1077
|
ModelServiceTypes["Mistral"] = "MISTRAL";
|
1055
1078
|
/** OpenAI */
|
1056
1079
|
ModelServiceTypes["OpenAi"] = "OPEN_AI";
|
1057
1080
|
/** Replicate */
|
1058
1081
|
ModelServiceTypes["Replicate"] = "REPLICATE";
|
1082
|
+
/** Voyage */
|
1083
|
+
ModelServiceTypes["Voyage"] = "VOYAGE";
|
1059
1084
|
})(ModelServiceTypes || (exports.ModelServiceTypes = ModelServiceTypes = {}));
|
1060
1085
|
var NotionTypes;
|
1061
1086
|
(function (NotionTypes) {
|
@@ -1117,8 +1142,14 @@ var OccurrenceTypes;
|
|
1117
1142
|
/** OpenAI model type */
|
1118
1143
|
var OpenAiModels;
|
1119
1144
|
(function (OpenAiModels) {
|
1145
|
+
/** Embedding Ada-002 */
|
1146
|
+
OpenAiModels["Ada_002"] = "ADA_002";
|
1120
1147
|
/** Developer-specified model */
|
1121
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";
|
1122
1153
|
/**
|
1123
1154
|
* GPT-4 (Latest)
|
1124
1155
|
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
@@ -1346,8 +1377,8 @@ var RerankingModelServiceTypes;
|
|
1346
1377
|
RerankingModelServiceTypes["Cohere"] = "COHERE";
|
1347
1378
|
/** Jina */
|
1348
1379
|
RerankingModelServiceTypes["Jina"] = "JINA";
|
1349
|
-
/**
|
1350
|
-
RerankingModelServiceTypes["
|
1380
|
+
/** Voyage */
|
1381
|
+
RerankingModelServiceTypes["Voyage"] = "VOYAGE";
|
1351
1382
|
})(RerankingModelServiceTypes || (exports.RerankingModelServiceTypes = RerankingModelServiceTypes = {}));
|
1352
1383
|
/** Resource connector type */
|
1353
1384
|
var ResourceConnectorTypes;
|
@@ -1433,8 +1464,12 @@ var SpecificationTypes;
|
|
1433
1464
|
SpecificationTypes["Completion"] = "COMPLETION";
|
1434
1465
|
/** Data extraction */
|
1435
1466
|
SpecificationTypes["Extraction"] = "EXTRACTION";
|
1467
|
+
/** Image embedding */
|
1468
|
+
SpecificationTypes["ImageEmbedding"] = "IMAGE_EMBEDDING";
|
1436
1469
|
/** Document preparation */
|
1437
1470
|
SpecificationTypes["Preparation"] = "PREPARATION";
|
1471
|
+
/** Text embedding */
|
1472
|
+
SpecificationTypes["TextEmbedding"] = "TEXT_EMBEDDING";
|
1438
1473
|
})(SpecificationTypes || (exports.SpecificationTypes = SpecificationTypes = {}));
|
1439
1474
|
/** Summarization type */
|
1440
1475
|
var SummarizationTypes;
|
@@ -1602,6 +1637,26 @@ var UnitTypes;
|
|
1602
1637
|
/** Yard */
|
1603
1638
|
UnitTypes["Yard"] = "YARD";
|
1604
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 = {}));
|
1605
1660
|
var YouTubeTypes;
|
1606
1661
|
(function (YouTubeTypes) {
|
1607
1662
|
/** YouTube Channel */
|