graphlit-client 1.0.20241009001 → 1.0.20241022001
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) {
|
@@ -19,12 +20,22 @@ var AnthropicModels;
|
|
19
20
|
AnthropicModels["Claude_2_1"] = "CLAUDE_2_1";
|
20
21
|
/** Claude 3.5 Sonnet (Latest) */
|
21
22
|
AnthropicModels["Claude_3_5Sonnet"] = "CLAUDE_3_5_SONNET";
|
23
|
+
/** Claude 3.5 Sonnet (06-20-2024 version) */
|
24
|
+
AnthropicModels["Claude_3_5Sonnet_20240620"] = "CLAUDE_3_5_SONNET_20240620";
|
25
|
+
/** Claude 3.5 Sonnet (10-22-2024 version) */
|
26
|
+
AnthropicModels["Claude_3_5Sonnet_20241022"] = "CLAUDE_3_5_SONNET_20241022";
|
22
27
|
/** Claude 3 Haiku (Latest) */
|
23
28
|
AnthropicModels["Claude_3Haiku"] = "CLAUDE_3_HAIKU";
|
29
|
+
/** Claude 3 Haiku (03-07-2024 version) */
|
30
|
+
AnthropicModels["Claude_3Haiku_20240307"] = "CLAUDE_3_HAIKU_20240307";
|
24
31
|
/** Claude 3 Opus (Latest) */
|
25
32
|
AnthropicModels["Claude_3Opus"] = "CLAUDE_3_OPUS";
|
33
|
+
/** Claude 3 Opus (02-29-2024 version) */
|
34
|
+
AnthropicModels["Claude_3Opus_20240229"] = "CLAUDE_3_OPUS_20240229";
|
26
35
|
/** Claude 3 Sonnet (Latest) */
|
27
36
|
AnthropicModels["Claude_3Sonnet"] = "CLAUDE_3_SONNET";
|
37
|
+
/** Claude 3 Sonnet (02-29-2024 version) */
|
38
|
+
AnthropicModels["Claude_3Sonnet_20240229"] = "CLAUDE_3_SONNET_20240229";
|
28
39
|
/** @deprecated Use Claude 3 Haiku instead. */
|
29
40
|
AnthropicModels["ClaudeInstant_1"] = "CLAUDE_INSTANT_1";
|
30
41
|
/** @deprecated Use Claude 3 Haiku instead. */
|
@@ -90,11 +101,11 @@ var AzureOpenAiModels;
|
|
90
101
|
(function (AzureOpenAiModels) {
|
91
102
|
/** Developer-specified deployment */
|
92
103
|
AzureOpenAiModels["Custom"] = "CUSTOM";
|
93
|
-
/** GPT-4 (Latest
|
104
|
+
/** GPT-4 (Latest) */
|
94
105
|
AzureOpenAiModels["Gpt4"] = "GPT4";
|
95
|
-
/** GPT-4 Turbo 128k (Latest
|
106
|
+
/** GPT-4 Turbo 128k (Latest) */
|
96
107
|
AzureOpenAiModels["Gpt4Turbo_128K"] = "GPT4_TURBO_128K";
|
97
|
-
/** GPT-3.5 Turbo 16k (Latest
|
108
|
+
/** GPT-3.5 Turbo 16k (Latest) */
|
98
109
|
AzureOpenAiModels["Gpt35Turbo_16K"] = "GPT35_TURBO_16K";
|
99
110
|
})(AzureOpenAiModels || (exports.AzureOpenAiModels = AzureOpenAiModels = {}));
|
100
111
|
var BillableMetrics;
|
@@ -141,6 +152,10 @@ var CohereModels;
|
|
141
152
|
CohereModels["CommandRPlus_202408"] = "COMMAND_R_PLUS_202408";
|
142
153
|
/** Developer-specified model */
|
143
154
|
CohereModels["Custom"] = "CUSTOM";
|
155
|
+
/** Embed English 3.0 */
|
156
|
+
CohereModels["EmbedEnglish_3_0"] = "EMBED_ENGLISH_3_0";
|
157
|
+
/** Embed Multilingual 3.0 */
|
158
|
+
CohereModels["EmbedMultilingual_3_0"] = "EMBED_MULTILINGUAL_3_0";
|
144
159
|
})(CohereModels || (exports.CohereModels = CohereModels = {}));
|
145
160
|
/** Collection type */
|
146
161
|
var CollectionTypes;
|
@@ -702,6 +717,8 @@ var GoogleModels;
|
|
702
717
|
(function (GoogleModels) {
|
703
718
|
/** Developer-specified model */
|
704
719
|
GoogleModels["Custom"] = "CUSTOM";
|
720
|
+
/** Embed (004 version) */
|
721
|
+
GoogleModels["Embedding_004"] = "EMBEDDING_004";
|
705
722
|
/** Gemini 1.5 Flash (Latest) */
|
706
723
|
GoogleModels["Gemini_1_5Flash"] = "GEMINI_1_5_FLASH";
|
707
724
|
/** Gemini 1.5 Flash (001 version) */
|
@@ -744,7 +761,10 @@ var GroqModels;
|
|
744
761
|
GroqModels["Llama_3_2_1BPreview"] = "LLAMA_3_2_1B_PREVIEW";
|
745
762
|
/** LLaMA 3.2 3b Preview */
|
746
763
|
GroqModels["Llama_3_2_3BPreview"] = "LLAMA_3_2_3B_PREVIEW";
|
747
|
-
/**
|
764
|
+
/**
|
765
|
+
* LLaMA 3.2 11b Text Preview
|
766
|
+
* @deprecated Use Llama 3.2 11b Vision Preview instead.
|
767
|
+
*/
|
748
768
|
GroqModels["Llama_3_2_11BTextPreview"] = "LLAMA_3_2_11B_TEXT_PREVIEW";
|
749
769
|
/** LLaMA 3.2 11b Vision Preview */
|
750
770
|
GroqModels["Llama_3_2_11BVisionPreview"] = "LLAMA_3_2_11B_VISION_PREVIEW";
|
@@ -754,7 +774,10 @@ var GroqModels;
|
|
754
774
|
GroqModels["Llama_3_8B"] = "LLAMA_3_8B";
|
755
775
|
/** LLaMA 3 70b */
|
756
776
|
GroqModels["Llama_3_70B"] = "LLAMA_3_70B";
|
757
|
-
/**
|
777
|
+
/**
|
778
|
+
* LLaVA 1.5 7B Preview
|
779
|
+
* @deprecated Use Llama 3.2 11b Vision Preview instead.
|
780
|
+
*/
|
758
781
|
GroqModels["Llava_1_5_7BPreview"] = "LLAVA_1_5_7B_PREVIEW";
|
759
782
|
/** Mixtral 8x7b Instruct */
|
760
783
|
GroqModels["Mixtral_8X7BInstruct"] = "MIXTRAL_8X7B_INSTRUCT";
|
@@ -811,6 +834,18 @@ var IntegrationServiceTypes;
|
|
811
834
|
/** HTTP WebHook integration service */
|
812
835
|
IntegrationServiceTypes["WebHook"] = "WEB_HOOK";
|
813
836
|
})(IntegrationServiceTypes || (exports.IntegrationServiceTypes = IntegrationServiceTypes = {}));
|
837
|
+
/** Jina model type */
|
838
|
+
var JinaModels;
|
839
|
+
(function (JinaModels) {
|
840
|
+
/** CLIP Image */
|
841
|
+
JinaModels["ClipImage"] = "CLIP_IMAGE";
|
842
|
+
/** Developer-specified model */
|
843
|
+
JinaModels["Custom"] = "CUSTOM";
|
844
|
+
/** Embed (Latest) */
|
845
|
+
JinaModels["Embed"] = "EMBED";
|
846
|
+
/** Embed 3.0 */
|
847
|
+
JinaModels["Embed_3_0"] = "EMBED_3_0";
|
848
|
+
})(JinaModels || (exports.JinaModels = JinaModels = {}));
|
814
849
|
/** Label facet types */
|
815
850
|
var LabelFacetTypes;
|
816
851
|
(function (LabelFacetTypes) {
|
@@ -1018,6 +1053,8 @@ var MistralModels;
|
|
1018
1053
|
(function (MistralModels) {
|
1019
1054
|
/** Developer-specified model */
|
1020
1055
|
MistralModels["Custom"] = "CUSTOM";
|
1056
|
+
/** Mistral Embed */
|
1057
|
+
MistralModels["MistralEmbed"] = "MISTRAL_EMBED";
|
1021
1058
|
/** Mistral Large */
|
1022
1059
|
MistralModels["MistralLarge"] = "MISTRAL_LARGE";
|
1023
1060
|
/** Mistral Medium */
|
@@ -1050,12 +1087,16 @@ var ModelServiceTypes;
|
|
1050
1087
|
ModelServiceTypes["Google"] = "GOOGLE";
|
1051
1088
|
/** Groq */
|
1052
1089
|
ModelServiceTypes["Groq"] = "GROQ";
|
1090
|
+
/** Jina */
|
1091
|
+
ModelServiceTypes["Jina"] = "JINA";
|
1053
1092
|
/** Mistral */
|
1054
1093
|
ModelServiceTypes["Mistral"] = "MISTRAL";
|
1055
1094
|
/** OpenAI */
|
1056
1095
|
ModelServiceTypes["OpenAi"] = "OPEN_AI";
|
1057
1096
|
/** Replicate */
|
1058
1097
|
ModelServiceTypes["Replicate"] = "REPLICATE";
|
1098
|
+
/** Voyage */
|
1099
|
+
ModelServiceTypes["Voyage"] = "VOYAGE";
|
1059
1100
|
})(ModelServiceTypes || (exports.ModelServiceTypes = ModelServiceTypes = {}));
|
1060
1101
|
var NotionTypes;
|
1061
1102
|
(function (NotionTypes) {
|
@@ -1117,8 +1158,14 @@ var OccurrenceTypes;
|
|
1117
1158
|
/** OpenAI model type */
|
1118
1159
|
var OpenAiModels;
|
1119
1160
|
(function (OpenAiModels) {
|
1161
|
+
/** Embedding Ada-002 */
|
1162
|
+
OpenAiModels["Ada_002"] = "ADA_002";
|
1120
1163
|
/** Developer-specified model */
|
1121
1164
|
OpenAiModels["Custom"] = "CUSTOM";
|
1165
|
+
/** Embedding 3 Large */
|
1166
|
+
OpenAiModels["Embedding_3Large"] = "EMBEDDING_3_LARGE";
|
1167
|
+
/** Embedding 3 Small */
|
1168
|
+
OpenAiModels["Embedding_3Small"] = "EMBEDDING_3_SMALL";
|
1122
1169
|
/**
|
1123
1170
|
* GPT-4 (Latest)
|
1124
1171
|
* @deprecated OpenAI has deprecated this model. Use the GPT-4o model instead.
|
@@ -1346,8 +1393,8 @@ var RerankingModelServiceTypes;
|
|
1346
1393
|
RerankingModelServiceTypes["Cohere"] = "COHERE";
|
1347
1394
|
/** Jina */
|
1348
1395
|
RerankingModelServiceTypes["Jina"] = "JINA";
|
1349
|
-
/**
|
1350
|
-
RerankingModelServiceTypes["
|
1396
|
+
/** Voyage */
|
1397
|
+
RerankingModelServiceTypes["Voyage"] = "VOYAGE";
|
1351
1398
|
})(RerankingModelServiceTypes || (exports.RerankingModelServiceTypes = RerankingModelServiceTypes = {}));
|
1352
1399
|
/** Resource connector type */
|
1353
1400
|
var ResourceConnectorTypes;
|
@@ -1433,8 +1480,12 @@ var SpecificationTypes;
|
|
1433
1480
|
SpecificationTypes["Completion"] = "COMPLETION";
|
1434
1481
|
/** Data extraction */
|
1435
1482
|
SpecificationTypes["Extraction"] = "EXTRACTION";
|
1483
|
+
/** Image embedding */
|
1484
|
+
SpecificationTypes["ImageEmbedding"] = "IMAGE_EMBEDDING";
|
1436
1485
|
/** Document preparation */
|
1437
1486
|
SpecificationTypes["Preparation"] = "PREPARATION";
|
1487
|
+
/** Text embedding */
|
1488
|
+
SpecificationTypes["TextEmbedding"] = "TEXT_EMBEDDING";
|
1438
1489
|
})(SpecificationTypes || (exports.SpecificationTypes = SpecificationTypes = {}));
|
1439
1490
|
/** Summarization type */
|
1440
1491
|
var SummarizationTypes;
|
@@ -1602,6 +1653,26 @@ var UnitTypes;
|
|
1602
1653
|
/** Yard */
|
1603
1654
|
UnitTypes["Yard"] = "YARD";
|
1604
1655
|
})(UnitTypes || (exports.UnitTypes = UnitTypes = {}));
|
1656
|
+
/** Voyage model type */
|
1657
|
+
var VoyageModels;
|
1658
|
+
(function (VoyageModels) {
|
1659
|
+
/** Developer-specified model */
|
1660
|
+
VoyageModels["Custom"] = "CUSTOM";
|
1661
|
+
/** Voyage (Latest) */
|
1662
|
+
VoyageModels["Voyage"] = "VOYAGE";
|
1663
|
+
/** Voyage 3.0 */
|
1664
|
+
VoyageModels["Voyage_3_0"] = "VOYAGE_3_0";
|
1665
|
+
/** Voyage Code 2.0 */
|
1666
|
+
VoyageModels["VoyageCode_2_0"] = "VOYAGE_CODE_2_0";
|
1667
|
+
/** Voyage Finance 2.0 */
|
1668
|
+
VoyageModels["VoyageFinance_2_0"] = "VOYAGE_FINANCE_2_0";
|
1669
|
+
/** Voyage Law 2.0 */
|
1670
|
+
VoyageModels["VoyageLaw_2_0"] = "VOYAGE_LAW_2_0";
|
1671
|
+
/** Voyage Lite 3.0 */
|
1672
|
+
VoyageModels["VoyageLite_3_0"] = "VOYAGE_LITE_3_0";
|
1673
|
+
/** Voyage Multilingual 2.0 */
|
1674
|
+
VoyageModels["VoyageMultilingual_2_0"] = "VOYAGE_MULTILINGUAL_2_0";
|
1675
|
+
})(VoyageModels || (exports.VoyageModels = VoyageModels = {}));
|
1605
1676
|
var YouTubeTypes;
|
1606
1677
|
(function (YouTubeTypes) {
|
1607
1678
|
/** YouTube Channel */
|