graphlit-client 1.0.20240930001 → 1.0.20240930002
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.
@@ -3535,8 +3535,16 @@ export declare enum GoogleModels {
|
|
3535
3535
|
Custom = "CUSTOM",
|
3536
3536
|
/** Gemini 1.5 Flash (Latest) */
|
3537
3537
|
Gemini_1_5Flash = "GEMINI_1_5_FLASH",
|
3538
|
+
/** Gemini 1.5 Flash (001 version) */
|
3539
|
+
Gemini_1_5Flash_001 = "GEMINI_1_5_FLASH_001",
|
3540
|
+
/** Gemini 1.5 Flash (002 version) */
|
3541
|
+
Gemini_1_5Flash_002 = "GEMINI_1_5_FLASH_002",
|
3538
3542
|
/** Gemini 1.5 Pro (Latest) */
|
3539
|
-
Gemini_1_5Pro = "GEMINI_1_5_PRO"
|
3543
|
+
Gemini_1_5Pro = "GEMINI_1_5_PRO",
|
3544
|
+
/** Gemini 1.5 Pro (001 version) */
|
3545
|
+
Gemini_1_5Pro_001 = "GEMINI_1_5_PRO_001",
|
3546
|
+
/** Gemini 1.5 Pro (002 version) */
|
3547
|
+
Gemini_1_5Pro_002 = "GEMINI_1_5_PRO_002"
|
3540
3548
|
}
|
3541
3549
|
/** Represents a knowledge graph. */
|
3542
3550
|
export type Graph = {
|
@@ -699,8 +699,16 @@ var GoogleModels;
|
|
699
699
|
GoogleModels["Custom"] = "CUSTOM";
|
700
700
|
/** Gemini 1.5 Flash (Latest) */
|
701
701
|
GoogleModels["Gemini_1_5Flash"] = "GEMINI_1_5_FLASH";
|
702
|
+
/** Gemini 1.5 Flash (001 version) */
|
703
|
+
GoogleModels["Gemini_1_5Flash_001"] = "GEMINI_1_5_FLASH_001";
|
704
|
+
/** Gemini 1.5 Flash (002 version) */
|
705
|
+
GoogleModels["Gemini_1_5Flash_002"] = "GEMINI_1_5_FLASH_002";
|
702
706
|
/** Gemini 1.5 Pro (Latest) */
|
703
707
|
GoogleModels["Gemini_1_5Pro"] = "GEMINI_1_5_PRO";
|
708
|
+
/** Gemini 1.5 Pro (001 version) */
|
709
|
+
GoogleModels["Gemini_1_5Pro_001"] = "GEMINI_1_5_PRO_001";
|
710
|
+
/** Gemini 1.5 Pro (002 version) */
|
711
|
+
GoogleModels["Gemini_1_5Pro_002"] = "GEMINI_1_5_PRO_002";
|
704
712
|
})(GoogleModels || (exports.GoogleModels = GoogleModels = {}));
|
705
713
|
/** GraphRAG strategies */
|
706
714
|
var GraphStrategyTypes;
|