-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.13 KB
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
{
"name": "rupixel",
"version": "0.1.0",
"description": "Pixel-native visual RAG, ported to Rust on the ruvector ANN substrate — screenshot/document retrieval over visual embeddings (a Rust port of PixelRAG) with a metaharness benchmark CLI.",
"keywords": [
"rag",
"visual-rag",
"pixel-rag",
"pixelrag",
"retrieval-augmented-generation",
"vector-search",
"ann",
"hnsw",
"ivf",
"rust",
"ruvector",
"document-retrieval",
"screenshot",
"ocr-free",
"colpali",
"multimodal",
"embeddings",
"metaharness",
"darwin",
"benchmark"
],
"homepage": "https://github.com/ruvnet/rupixel#readme",
"bugs": "https://github.com/ruvnet/rupixel/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/ruvnet/rupixel.git"
},
"license": "MIT",
"author": "ruvnet",
"type": "commonjs",
"bin": {
"rupixel": "bin/rupixel.js"
},
"files": [
"bin/",
"docs/",
"rust/",
".metaharness/",
"tests/",
"README.md",
"LICENSE"
],
"scripts": {
"rupixel": "node bin/rupixel.js"
},
"engines": {
"node": ">=18"
}
}