UNPKG

voyageai-cli

Version:

CLI for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search

72 lines (71 loc) 2.04 kB
{ "name": "voyageai-cli", "version": "1.33.6", "description": "CLI for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search", "_comment": "This package contains the CLI + web playground. The electron/ directory is excluded via .npmignore and distributed via GitHub Releases.", "bin": { "vai": "./src/cli.js" }, "keywords": [ "voyage-ai", "voyageai", "embeddings", "vector-search", "reranking", "mongodb", "atlas", "semantic-search", "rag", "cli" ], "author": "Michael Lynn", "license": "MIT", "files": [ "src/", "README.md", "CHANGELOG.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/mrlynn/voyageai-cli" }, "homepage": "https://github.com/mrlynn/voyageai-cli#readme", "bugs": { "url": "https://github.com/mrlynn/voyageai-cli/issues" }, "scripts": { "test": "node --test test/**/*.test.js", "prepare": "git config core.hooksPath scripts/hooks 2>/dev/null || true", "reset": "node scripts/reset.js", "demos:list": "node scripts/run-demos.js list", "demos:run": "node scripts/run-demos.js", "demos:run:all": "node scripts/run-demos.js all", "version": "node scripts/sync-nano-version.js && git add src/nano/nano-bridge.py", "release": "./scripts/release.sh", "app:install": "cd electron && npm install", "app:start": "cd electron && npm start", "app:dev": "cd electron && npm run dev", "app:build": "cd electron && npm run build", "app:package": "cd electron && npm run package" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@clack/prompts": "^1.0.0", "@modelcontextprotocol/sdk": "^1.26.0", "@vaicli/vai-workflow-model-shootout": "^1.0.0", "commander": "^12.0.0", "dotenv": "^17.2.3", "mongodb": "^6.0.0", "ora": "^9.1.0", "pdf-parse": "^2.4.5", "picocolors": "^1.1.1", "update-notifier": "^7.3.1", "zod": "^4.3.6" }, "devDependencies": { "playwright": "^1.58.1" } }