Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VDB Matrix: Vendor Data #44

Merged
merged 15 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions .github/workflows/json-bundle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Bundle JSON files
on:
push:
branches:
- main

jobs:
bundle:
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: '3.12'

- uses: getsentry/[email protected]
id: venv
with:
python-version: '3.12'
cache-dependency-path: |
docs/tool/vdb_table/requirements.txt
install-cmd: pip install -r docs/tools/vdb_table/requirements.txt

- name: Generate bundle
id: bundle
run: |
python docs/tools/vdb_table/data_utils.py json_to_bundle -dd "docs/tools/vdb_table/data/*"

- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: 'projects/903342166386/locations/global/workloadIdentityPools/github-pool/providers/github-provider'
service_account: '[email protected]'

- id: 'upload-bundle'
uses: 'google-github-actions/upload-cloud-storage@v2'
with:
path: './bundle.json'
destination: 'vectorhub-bundle/vectorhub-bundle'

- id: 'upload-schema'
uses: 'google-github-actions/upload-cloud-storage@v2'
with:
path: 'docs/tools/vdb_table/vendor.schema.json'
destination: 'vectorhub-bundle/vendor.schema.json'
2 changes: 1 addition & 1 deletion .github/workflows/json-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
uses: GrantBirki/[email protected]
with:
base_dir: docs/tools/vdb_table/data
json_schema: docs/tools/vdb_table/data/vendor.schema.json
json_schema: docs/tools/vdb_table/vendor.schema.json
json_schema_version: "draft-2020-12"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
venv/
.env
147 changes: 147 additions & 0 deletions docs/tools/vdb_table/data/activeloop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
{
"name": "Activeloop Deep Lake",
"oss": {
"support": "full",
"source_url": "https://github.com/activeloopai/deeplake",
"comment": "https://github.com/activeloopai/deeplake"
},
"managed_cloud": {
"support": "full",
"source_url": "",
"comment": ""
},
"disk_index": {
"support": "",
"source_url": "",
"comment": "None"
},
"multi_tenancy": {
"support": "",
"source_url": "",
"comment": "None"
},
"embeddings_text": {
"support": "",
"source_url": "https://docs.activeloop.ai/quickstart",
"comment": "https://docs.activeloop.ai/quickstart#creating-your-first-vector-store"
},
"metadata_filter": {
"support": "",
"source_url": "",
"comment": "None"
},
"in_process": {
"support": "full",
"source_url": "",
"comment": ""
},
"multi_vec": {
"support": "full",
"source_url": "https://docs.activeloop.ai/technical-details/data-layout",
"comment": "https://docs.activeloop.ai/technical-details/data-layout"
},
"langchain": {
"support": "full",
"source_url": "https://python.langchain.com/docs/integrations/vectorstores/activeloop_deeplake",
"comment": "https://python.langchain.com/docs/integrations/vectorstores/activeloop_deeplake"
},
"llamaindex": {
"support": "full",
"source_url": "https://docs.llamaindex.ai/en/stable/examples/vector_stores/DeepLakeIndexDemo.html",
"comment": "https://docs.llamaindex.ai/en/stable/examples/vector_stores/DeepLakeIndexDemo.html"
},
"hybrid_search": {
"support": "",
"source_url": "https://docs.activeloop.ai/performance-features/querying-datasets/query-syntax",
"comment": "While you can run embedding search + contains(text, 'keywoard') or multiple those (keyword search inside text tensor) since BM25 not available I wouldn't call a full hybrid search. https://docs.activeloop.ai/performance-features/querying-datasets/query-syntax"
},
"bm25": {
"support": "none",
"source_url": "",
"comment": ""
},
"sparse_vectors": {
"support": "",
"source_url": "",
"comment": "None"
},
"full_text": {
"support": "",
"source_url": "",
"comment": "None"
},
"facets": {
"support": "",
"source_url": "",
"comment": "None"
},
"geo_search": {
"support": "",
"source_url": "",
"comment": "None"
},
"doc_size": {
"bytes": 0,
"unlimited": false,
"source_url": "",
"comment": ""
},
"vector_dims": {
"value": 0,
"unlimited": false,
"source_url": "",
"comment": ""
},
"ephemeral": {
"support": "",
"source_url": "",
"comment": "None"
},
"sharding": {
"support": "",
"source_url": "",
"comment": "None"
},
"license": {
"value": "None",
"source_url": "",
"comment": ""
},
"dev_languages": {
"value": [
"none"
],
"source_url": "",
"comment": ""
},
"github_stars": 0,
"vector_launch_year": "None",
"pricing": {
"value": "https://www.activeloop.ai/pricing/ Free up to 200GB, then $100 per 30M embeddings (200GB) https://www.activeloop.ai/resources/deep-lake-hnsw-index-rapidly-query-35-m-vectors-save-80/",
"source_url": "https://www.activeloop.ai/pricing/",
"comment": ""
},
"rag": {
"support": "",
"source_url": "",
"comment": "None"
},
"recsys": {
"support": "",
"source_url": "",
"comment": "None"
},
"links": {
"docs": "https://docs.activeloop.ai/",
"github": "https://github.com/activeloopai/deeplake",
"website": "https://www.activeloop.ai/",
"vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/26",
"poc_github": "https://github.com/davidbuniat",
"slug": "activeloop"
},
"embeddings_structured": {
"support": "",
"source_url": "",
"comment": "None"
}
}
147 changes: 147 additions & 0 deletions docs/tools/vdb_table/data/anariai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
{
"name": "Anari AI",
"oss": {
"support": "none",
"source_url": "",
"comment": ""
},
"managed_cloud": {
"support": "full",
"source_url": "",
"comment": ""
},
"disk_index": {
"support": "",
"source_url": "",
"comment": "None"
},
"multi_tenancy": {
"support": "",
"source_url": "",
"comment": "None"
},
"embeddings_text": {
"support": "",
"source_url": "",
"comment": "None"
},
"metadata_filter": {
"support": "",
"source_url": "",
"comment": "None"
},
"in_process": {
"support": "",
"source_url": "",
"comment": "None"
},
"multi_vec": {
"support": "",
"source_url": "",
"comment": "None"
},
"langchain": {
"support": "",
"source_url": "",
"comment": "None"
},
"llamaindex": {
"support": "",
"source_url": "",
"comment": "None"
},
"hybrid_search": {
"support": "",
"source_url": "",
"comment": "None"
},
"bm25": {
"support": "",
"source_url": "",
"comment": "None"
},
"sparse_vectors": {
"support": "",
"source_url": "",
"comment": "None"
},
"full_text": {
"support": "",
"source_url": "",
"comment": "None"
},
"facets": {
"support": "",
"source_url": "",
"comment": "None"
},
"geo_search": {
"support": "",
"source_url": "",
"comment": "None"
},
"doc_size": {
"bytes": 0,
"unlimited": false,
"source_url": "",
"comment": ""
},
"vector_dims": {
"value": 0,
"unlimited": false,
"source_url": "",
"comment": ""
},
"ephemeral": {
"support": "",
"source_url": "",
"comment": "None"
},
"sharding": {
"support": "",
"source_url": "",
"comment": "None"
},
"license": {
"value": "Proprietary",
"source_url": "",
"comment": ""
},
"dev_languages": {
"value": [
"none"
],
"source_url": "",
"comment": ""
},
"github_stars": 0,
"vector_launch_year": "None",
"pricing": {
"value": "None",
"source_url": "",
"comment": ""
},
"rag": {
"support": "",
"source_url": "",
"comment": "None"
},
"recsys": {
"support": "",
"source_url": "",
"comment": "None"
},
"links": {
"docs": "",
"github": "https://github.com/Anari-AI",
"website": "https://anari.ai/vector-acceleration-engine/",
"vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/26",
"poc_github": "https://github.com/jovan-stojanovic",
"slug": "anariai"
},
"embeddings_structured": {
"support": "",
"source_url": "",
"comment": "None"
}
}
Loading