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

Patch for CrateDB values #172

Merged
merged 7 commits into from
Jan 30, 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
32 changes: 16 additions & 16 deletions docs/tools/vdb_table/data/cratedb.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"links": {
"docs": "https://cratedb.com/solutions/vector-database",
"github": "https://github.com/crate/crate",
"website": "http://www.cratedb.com/",
"website": "https://cratedb.com/",
"vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/98",
"poc_github": "https://github.com/marijaselakovic",
"slug": "cratedb"
Expand All @@ -29,8 +29,8 @@
"vector_launch_year": 2023,
"metadata_filter": {
"support": "full",
"source_url": "https://cratedb.com/docs/crate/reference/en/5.5/general/builtins/scalar-functions.html",
"comment": "combine knn_match with other criteria"
"source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/builtins/comparison-operators.html",
"comment": "Combine similarity search (knn_match) with any other filter criteria."
},
"hybrid_search": {
"support": "",
Expand All @@ -39,33 +39,33 @@
},
"facets": {
"support": "full",
"source_url": "https://cratedb.com/docs/crate/reference/en/5.5/general/builtins/aggregation.html",
"source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/builtins/aggregation.html",
"comment": ""
},
"geo_search": {
"support": "full",
"source_url": "https://cratedb.com/docs/crate/reference/en/5.5/general/dql/geo.html",
"source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/dql/geo.html",
"comment": ""
},
"multi_vec": {
"support": "full",
"source_url": "https://cratedb.com/docs/crate/reference/en/5.5/general/ddl/data-types.html",
"comment": "add more columns of type knn_vector"
"source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/ddl/data-types.html",
"comment": "Multiple columns of type knn_vector can be added."
},
"sparse_vectors": {
"support": "",
"source_url": "",
"comment": ""
},
"bm25": {
"support": "",
"source_url": "",
"comment": ""
"support": "full",
"source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/ddl/system-columns.html",
"comment": "CrateDB uses Lucene's BM25Similarity implementation, based on the widely-used Okapi BM25 algorithm."
},
"full_text": {
"support": "full",
"source_url": "https://cratedb.com/docs/crate/reference/en/5.5/general/dql/fulltext.html",
"comment": "based on Apache Lucene"
"source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/dql/fulltext.html",
"comment": "CrateDB exposes the majority of Apache Lucene's functions in SQL."
},
"embeddings_text": {
"support": "",
Expand Down Expand Up @@ -119,13 +119,13 @@
},
"multi_tenancy": {
"support": "full",
"source_url": "https://cratedb.com/docs/crate/reference/en/5.5/admin/privileges.html",
"comment": "via Schemas, Tables"
"source_url": "https://cratedb.com/docs/crate/reference/en/latest/admin/privileges.html",
"comment": "Role-based access control via Schemas and Tables/Views."
},
"disk_index": {
"support": "full",
"source_url": "https://cratedb.com/blog/guide-to-write-operations-in-cratedb",
"comment": "all tables and columns in CrateDB are stored in lucene indexes/segments on disk. \nhttps://cratedb.com/blog/guide-to-write-operations-in-cratedb"
"comment": "All tables and columns in CrateDB are stored in lucene indexes/segments on disk."
},
"ephemeral": {
"support": "",
Expand All @@ -134,7 +134,7 @@
},
"sharding": {
"support": "full",
"source_url": "https://cratedb.com/docs/crate/reference/en/5.5/general/ddl/sharding.html",
"source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/ddl/sharding.html",
"comment": ""
},
"doc_size": {
Expand Down