-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"version": "v1.0.0", | ||
"entity": { | ||
"type": "organisation", | ||
"role": "owner", | ||
"name": "AI Northstar Tech Private Limited", | ||
"email": "[email protected]", | ||
"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 [email protected] 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": [] | ||
} | ||
} |