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

Update activeloop.json #120

Merged
merged 4 commits into from
Jan 16, 2024
Merged
Changes from all 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
22 changes: 11 additions & 11 deletions docs/tools/vdb_table/data/activeloop.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"source_url": "",
"comment": ""
},
"github_stars": 7200,
"github_stars": 7375,
"vector_launch_year": 2023,
"metadata_filter": {
"support": "",
"source_url": "",
"support": "full",
"source_url": "https://docs.activeloop.ai/example-code/tutorials/vector-store/vector-search-options/deep-lake-vector-store-api#filter-search-using-udfs",
"comment": ""
},
"hybrid_search": {
Expand Down Expand Up @@ -66,17 +66,17 @@
"full_text": {
"support": "partial",
"source_url": "",
"comment": "you can search i.e. search keywords with TQL/SQL contains(...) function, but I assume you mean more than just text search, by full-text search engine"
"comment": "you can search keywords with TQL `contains(...)` function"
},
"embeddings_text": {
"support": "",
"support": "partial",
"source_url": "https://docs.activeloop.ai/quickstart",
"comment": "https://docs.activeloop.ai/quickstart#creating-your-first-vector-store"
"comment": "possible to load an embedding model as a UDF with embedding_function argument"
},
"embeddings_image": {
"support": "",
"source_url": "",
"comment": ""
"support": "partial",
"source_url": "https://docs.activeloop.ai/quickstart",
"comment": "possible to load an embedding model as a UDF with embedding_function argument"
},
"embeddings_structured": {
"support": "",
Expand Down Expand Up @@ -109,7 +109,7 @@
"comment": ""
},
"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/",
"value": "Free 200GB, then $100 per month per 30M embeddings (200GB)",
"source_url": "https://www.activeloop.ai/pricing/",
"comment": ""
},
Expand Down Expand Up @@ -150,4 +150,4 @@
"source_url": "",
"comment": ""
}
}
}