voyageai-cli 1.7.0 → 1.9.0

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.
@@ -5,6 +5,7 @@ on:
5
5
  branches: [main]
6
6
  pull_request:
7
7
  branches: [main]
8
+ workflow_dispatch:
8
9
 
9
10
  jobs:
10
11
  test:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "voyageai-cli",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "description": "CLI for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search",
5
5
  "bin": {
6
6
  "vai": "./src/cli.js"
@@ -39,7 +39,6 @@
39
39
  "mongodb": "^6.0.0",
40
40
  "ora": "^9.1.0",
41
41
  "picocolors": "^1.1.1",
42
- "update-notifier": "^7.3.1",
43
- "voyageai-cli": "^1.6.0"
42
+ "update-notifier": "^7.3.1"
44
43
  }
45
44
  }
package/src/cli.js CHANGED
@@ -19,6 +19,7 @@ const { registerSimilarity } = require('./commands/similarity');
19
19
  const { registerIngest } = require('./commands/ingest');
20
20
  const { registerCompletions } = require('./commands/completions');
21
21
  const { registerPlayground } = require('./commands/playground');
22
+ const { registerBenchmark } = require('./commands/benchmark');
22
23
  const { showBanner, showQuickStart, getVersion } = require('./lib/banner');
23
24
 
24
25
  const version = getVersion();
@@ -42,6 +43,7 @@ registerSimilarity(program);
42
43
  registerIngest(program);
43
44
  registerCompletions(program);
44
45
  registerPlayground(program);
46
+ registerBenchmark(program);
45
47
 
46
48
  // Append disclaimer to all help output
47
49
  program.addHelpText('after', `