From 86465185750383e4037f5ce208b5956a0074cf6d Mon Sep 17 00:00:00 2001 From: ckurze Date: Fri, 26 Jan 2024 15:50:45 +0100 Subject: [PATCH 1/5] Patch for CrateDB values --- docs/tools/vdb_table/data/cratedb.json | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/tools/vdb_table/data/cratedb.json b/docs/tools/vdb_table/data/cratedb.json index 2dad1fcee..d568a0205 100644 --- a/docs/tools/vdb_table/data/cratedb.json +++ b/docs/tools/vdb_table/data/cratedb.json @@ -5,7 +5,7 @@ "github": "https://github.com/crate/crate", "website": "http://www.cratedb.com/", "vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/98", - "poc_github": "https://github.com/marijaselakovic", + "poc_github": "https://github.com/crate/cratedb-examples", "slug": "cratedb" }, "oss": { @@ -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/scalar-functions.html", + "comment": "Combine similarity search (knn_match) with any other filter criteria." }, "hybrid_search": { "support": "", @@ -39,18 +39,18 @@ }, "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/lastet/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/lastest/general/ddl/data-types.html", + "comment": "Multiple columns of type knn_vector can be added." }, "sparse_vectors": { "support": "", @@ -58,14 +58,14 @@ "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": "", @@ -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": "", @@ -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/lastest/general/ddl/sharding.html", "comment": "" }, "doc_size": { From 48ac22dfd8edaa62aa6654f75ee74dd0270b880d Mon Sep 17 00:00:00 2001 From: ckurze Date: Fri, 26 Jan 2024 16:30:05 +0100 Subject: [PATCH 2/5] Corrected typos --- docs/tools/vdb_table/data/cratedb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tools/vdb_table/data/cratedb.json b/docs/tools/vdb_table/data/cratedb.json index d568a0205..157a95c7e 100644 --- a/docs/tools/vdb_table/data/cratedb.json +++ b/docs/tools/vdb_table/data/cratedb.json @@ -39,7 +39,7 @@ }, "facets": { "support": "full", - "source_url": "https://cratedb.com/docs/crate/reference/en/lastet/general/builtins/aggregation.html", + "source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/builtins/aggregation.html", "comment": "" }, "geo_search": { @@ -49,7 +49,7 @@ }, "multi_vec": { "support": "full", - "source_url": "https://cratedb.com/docs/crate/reference/en/lastest/general/ddl/data-types.html", + "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": { @@ -134,7 +134,7 @@ }, "sharding": { "support": "full", - "source_url": "https://cratedb.com/docs/crate/reference/en/lastest/general/ddl/sharding.html", + "source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/ddl/sharding.html", "comment": "" }, "doc_size": { From dd3ce89321775acc00f84273883e463210e95b9e Mon Sep 17 00:00:00 2001 From: ckurze Date: Fri, 26 Jan 2024 17:15:20 +0100 Subject: [PATCH 3/5] fixed more typos --- docs/tools/vdb_table/data/cratedb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/vdb_table/data/cratedb.json b/docs/tools/vdb_table/data/cratedb.json index 157a95c7e..0107e2c57 100644 --- a/docs/tools/vdb_table/data/cratedb.json +++ b/docs/tools/vdb_table/data/cratedb.json @@ -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/crate/cratedb-examples", "slug": "cratedb" From 296ae08c82d1756d67154310167865961ba4760f Mon Sep 17 00:00:00 2001 From: ckurze Date: Mon, 29 Jan 2024 22:08:01 +0100 Subject: [PATCH 4/5] Changes in links --- docs/tools/vdb_table/data/cratedb.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/vdb_table/data/cratedb.json b/docs/tools/vdb_table/data/cratedb.json index 0107e2c57..ac68688f7 100644 --- a/docs/tools/vdb_table/data/cratedb.json +++ b/docs/tools/vdb_table/data/cratedb.json @@ -5,7 +5,7 @@ "github": "https://github.com/crate/crate", "website": "https://cratedb.com/", "vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/98", - "poc_github": "https://github.com/crate/cratedb-examples", + "poc_github": "https://github.com/crate/marijaselakovic", "slug": "cratedb" }, "oss": { @@ -29,7 +29,7 @@ "vector_launch_year": 2023, "metadata_filter": { "support": "full", - "source_url": "https://cratedb.com/docs/crate/reference/en/latest/general/builtins/scalar-functions.html", + "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": { From 66ed54e4f659475e4cc7bdcb344f6c2bed6f2c97 Mon Sep 17 00:00:00 2001 From: ckurze Date: Mon, 29 Jan 2024 22:11:58 +0100 Subject: [PATCH 5/5] fixed point of contact --- docs/tools/vdb_table/data/cratedb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/vdb_table/data/cratedb.json b/docs/tools/vdb_table/data/cratedb.json index ac68688f7..676c54601 100644 --- a/docs/tools/vdb_table/data/cratedb.json +++ b/docs/tools/vdb_table/data/cratedb.json @@ -5,7 +5,7 @@ "github": "https://github.com/crate/crate", "website": "https://cratedb.com/", "vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/98", - "poc_github": "https://github.com/crate/marijaselakovic", + "poc_github": "https://github.com/marijaselakovic", "slug": "cratedb" }, "oss": {