voyageai-cli 1.33.2 → 1.33.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "voyageai-cli",
3
- "version": "1.33.2",
3
+ "version": "1.33.3",
4
4
  "description": "CLI for Voyage AI embeddings, reranking, and MongoDB Atlas Vector Search",
5
5
  "_comment": "This package contains the CLI + web playground. The electron/ directory is excluded via .npmignore and distributed via GitHub Releases.",
6
6
  "bin": {
@@ -14,7 +14,7 @@ Really wrestled with this... if you have better ideas, please let me know.
14
14
  import json
15
15
  import sys
16
16
 
17
- BRIDGE_VERSION = "1.33.2"
17
+ BRIDGE_VERSION = "1.33.3"
18
18
  MODEL_NAME = "voyageai/voyage-4-nano"
19
19
 
20
20
  # Lazy-loaded on first embed request