@larkup/cli 0.2.10 → 0.2.12
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.
- package/dist/index.js +9 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ import { Command } from "commander";
|
|
|
34
34
|
// package.json
|
|
35
35
|
var package_default = {
|
|
36
36
|
name: "@larkup/cli",
|
|
37
|
-
version: "0.2.
|
|
37
|
+
version: "0.2.12",
|
|
38
38
|
publishConfig: {
|
|
39
39
|
access: "public"
|
|
40
40
|
},
|
|
@@ -666,6 +666,14 @@ var EMBEDDING_MODELS = [
|
|
|
666
666
|
description: "Legacy model \u2014 kept for backward compatibility."
|
|
667
667
|
},
|
|
668
668
|
// ── Google ───────────────────────────────────────────────────────────
|
|
669
|
+
{
|
|
670
|
+
id: "google/gemini-embedding-2",
|
|
671
|
+
label: "gemini-embedding-2",
|
|
672
|
+
provider: "google",
|
|
673
|
+
dimensions: 768,
|
|
674
|
+
maxInputTokens: 2048,
|
|
675
|
+
description: "Current Gemini embedding model with multilingual retrieval support."
|
|
676
|
+
},
|
|
669
677
|
{
|
|
670
678
|
id: "google/gemini-embedding-001",
|
|
671
679
|
label: "gemini-embedding-001",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@larkup/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"cli-table3": "^0.6.5",
|
|
29
29
|
"commander": "^15.0.0",
|
|
30
30
|
"zod": "^4.4.3",
|
|
31
|
-
"@larkup/core": "0.2.
|
|
32
|
-
"@larkup/marketplace": "0.1.
|
|
31
|
+
"@larkup/core": "0.2.6",
|
|
32
|
+
"@larkup/marketplace": "0.1.12",
|
|
33
33
|
"@larkup/vector-stores": "0.1.23"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|