-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
72 lines (72 loc) · 2.17 KB
/
Copy pathfunding.json
File metadata and controls
72 lines (72 loc) · 2.17 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Anupam Maurya",
"email": "anupammaurya981@gmail.com",
"phone": "",
"description": "Maintainer of @faiss-node/native — high-performance Node.js native C++ bindings for Facebook FAISS, built for RAG pipelines and vector similarity search.",
"webpageUrl": {
"url": "https://github.com/anupammaurya6767"
}
},
"projects": [
{
"guid": "faiss-node-native",
"name": "@faiss-node/native",
"description": "Async, thread-safe Node.js native bindings for Facebook FAISS. Supports FLAT_L2, FLAT_IP, IVF_FLAT, and HNSW indexes with TypeScript support and zero-copy C++ data transfer. Designed for production RAG applications and semantic search pipelines.",
"webpageUrl": {
"url": "https://github.com/anupammaurya6767/faiss-node-native"
},
"repositoryUrl": {
"url": "https://github.com/anupammaurya6767/faiss-node-native"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"nodejs",
"faiss",
"vector-search",
"rag",
"native-bindings",
"ai",
"typescript"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "anupammaurya6767",
"description": "GitHub Sponsors"
}
],
"plans": [
{
"guid": "maintenance",
"status": "active",
"name": "Ongoing Maintenance",
"description": "Covers CI costs for native C++ builds across Linux/macOS, dependency updates, issue triage, and FAISS version compatibility.",
"amount": 50,
"currency": "USD",
"frequency": "monthly",
"channels": null
},
{
"guid": "growth",
"status": "active",
"name": "Feature Development",
"description": "GPU index support, Windows native builds, and expanded index types (IVF_PQ, ScaNN). Enables full-time attention to the project.",
"amount": 100,
"currency": "USD",
"frequency": "monthly",
"channels": null
}
],
"history": null
}
}