graphlit-client 1.0.20240609001 → 1.0.20240704001
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.
@@ -17,6 +17,8 @@ var AnthropicModels;
|
|
17
17
|
AnthropicModels["Claude_2_0"] = "CLAUDE_2_0";
|
18
18
|
/** Claude 2.1 */
|
19
19
|
AnthropicModels["Claude_2_1"] = "CLAUDE_2_1";
|
20
|
+
/** Claude 3.5 Sonnet (Latest) */
|
21
|
+
AnthropicModels["Claude_3_5Sonnet"] = "CLAUDE_3_5_SONNET";
|
20
22
|
/** Claude 3 Haiku (Latest) */
|
21
23
|
AnthropicModels["Claude_3Haiku"] = "CLAUDE_3_HAIKU";
|
22
24
|
/** Claude 3 Opus (Latest) */
|
@@ -109,10 +111,6 @@ var CohereModels;
|
|
109
111
|
CohereModels["CommandRPlus"] = "COMMAND_R_PLUS";
|
110
112
|
/** Developer-specified model */
|
111
113
|
CohereModels["Custom"] = "CUSTOM";
|
112
|
-
/** Embed English 3.0 */
|
113
|
-
CohereModels["EmbedEnglish_3_0"] = "EMBED_ENGLISH_3_0";
|
114
|
-
/** Embed Multilingual 3.0 */
|
115
|
-
CohereModels["EmbedMultilingual_3_0"] = "EMBED_MULTILINGUAL_3_0";
|
116
114
|
})(CohereModels || (exports.CohereModels = CohereModels = {}));
|
117
115
|
/** Collection type */
|
118
116
|
var CollectionTypes;
|
@@ -1180,6 +1178,8 @@ var SummarizationTypes;
|
|
1180
1178
|
SummarizationTypes["Custom"] = "CUSTOM";
|
1181
1179
|
/** Headlines */
|
1182
1180
|
SummarizationTypes["Headlines"] = "HEADLINES";
|
1181
|
+
/** Keywords */
|
1182
|
+
SummarizationTypes["Keywords"] = "KEYWORDS";
|
1183
1183
|
/** Social Media Posts */
|
1184
1184
|
SummarizationTypes["Posts"] = "POSTS";
|
1185
1185
|
/** Questions */
|