File size: 1,721 Bytes
40d7073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "name": "ruvector",
  "version": "0.1.100",
  "description": "High-performance vector database for Node.js with automatic native/WASM fallback",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ruvector": "./bin/cli.js"
  },
  "scripts": {
    "build": "tsc && cp src/core/onnx/pkg/package.json dist/core/onnx/pkg/",
    "prepublishOnly": "npm run build",
    "test": "node test/integration.js"
  },
  "keywords": [
    "vector",
    "database",
    "vector-database",
    "vector-search",
    "similarity-search",
    "semantic-search",
    "embeddings",
    "hnsw",
    "ann",
    "ai",
    "machine-learning",
    "rag",
    "rust",
    "wasm",
    "native",
    "ruv",
    "ruvector",
    "attention",
    "transformer",
    "flash-attention",
    "hyperbolic",
    "sona",
    "lora",
    "ewc",
    "adaptive-learning",
    "continual-learning",
    "onnx",
    "semantic-embeddings",
    "minilm"
  ],
  "author": "ruv.io Team <info@ruv.io> (https://ruv.io)",
  "homepage": "https://ruv.io",
  "bugs": {
    "url": "https://github.com/ruvnet/ruvector/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ruvnet/ruvector.git",
    "directory": "npm/packages/ruvector"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@ruvector/attention": "^0.1.3",
    "@ruvector/core": "^0.1.25",
    "@ruvector/gnn": "^0.1.22",
    "@ruvector/sona": "^0.1.4",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "ora": "^5.4.1"
  },
  "optionalDependencies": {
    "@ruvector/rvf": "^0.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}