-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
funding.json
64 lines (64 loc) · 1.79 KB
/
funding.json
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
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "AI Northstar Tech Private Limited",
"email": "info@ainorthstartech.com",
"phone": "+91-7977314565",
"description": "AI Northstar Tech is a boutique consulting firm specializing in AI, RAG, and Enterprise Vector Search.",
"webpageUrl": {
"url": "https://www.ainorthstartech.com"
}
},
"projects": [
{
"guid": "vector-io",
"name": "Vector-IO",
"description": "The universal interface for all vector database, datasets and RAG platforms. Easily export, import, backup, re-embed (using any model) or access your vector data from any vector databases or repository.",
"webpageUrl": {
"url": "https://vector-io.com",
"wellKnown": ""
},
"repositoryUrl": {
"url": "https://github.com/AI-Northstar-Tech/vector-io",
"wellKnown": ""
},
"licenses": [
"Apache-2.0"
],
"tags": [
"vector-database",
"data-export",
"data-import",
"embedding",
"ai-tools"
]
}
],
"funding": {
"channels": [
{
"guid": "bank-transfer",
"type": "bank",
"address": "Please contact us for bank transfer details",
"description": "For direct bank transfers, please reach out to us at info@ainorthstartech.com for account information."
}
],
"plans": [
{
"guid": "vector-io-support",
"status": "active",
"name": "Vector-IO Support Plan",
"description": "Support the development and maintenance of Vector-IO tooling",
"amount": 500,
"currency": "USD",
"frequency": "monthly",
"channels": [
"bank-transfer"
]
}
],
"history": []
}
}