Skip to content

Commit

Permalink
funding.json (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-anand-aintech authored Oct 18, 2024
2 parents 160fb8f + 618761d commit 84d9f51
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ src/vdf_io/notebooks/data/
**.parquet
src/vdf_io/notebooks/parquet_inspect.ipynb
src/vdf_io/notebooks/~/*
src/vdf_io/notebooks/archive/
src/vdf_io/notebooks/chroma/*
'/Users/dhruvanand/Code/vector-io/src/vdf_io/notebooks/chroma'/chroma.sqlite3
*.pem
src/vdf_io/notebooks/**.jpg

64 changes: 64 additions & 0 deletions funding.json
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": []
}
}

0 comments on commit 84d9f51

Please sign in to comment.