From be3455b2582b1cac8a3d3fcc3887947d68495e56 Mon Sep 17 00:00:00 2001 From: Andreas Kollegger Date: Wed, 17 Jan 2024 20:35:06 +0000 Subject: [PATCH 1/2] updated neo4j details --- docs/tools/vdb_table/data/neo4j.json | 43 ++++++++++++++-------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/docs/tools/vdb_table/data/neo4j.json b/docs/tools/vdb_table/data/neo4j.json index d762286c5..68cfd3c99 100644 --- a/docs/tools/vdb_table/data/neo4j.json +++ b/docs/tools/vdb_table/data/neo4j.json @@ -14,26 +14,27 @@ "comment": "" }, "license": { - "value": "", + "value": "Proprietary", "source_url": "", "comment": "" }, "dev_languages": { "value": [ - "" + "Java", + "Scala" ], "source_url": "", "comment": "" }, - "github_stars": 0, - "vector_launch_year": 0, + "github_stars": 12200, + "vector_launch_year": 2023, "metadata_filter": { "support": "full", "source_url": "", "comment": "" }, "hybrid_search": { - "support": "none", + "support": "full", "source_url": "", "comment": "" }, @@ -48,7 +49,7 @@ "comment": "" }, "multi_vec": { - "support": "none", + "support": "full", "source_url": "", "comment": "" }, @@ -78,13 +79,13 @@ "comment": "" }, "embeddings_structured": { - "support": "", + "support": "full", "source_url": "", - "comment": "" + "comment": "Graphs are kinda our thing :)" }, "rag": { - "support": "", - "source_url": "", + "support": "full", + "source_url": "https://neo4j.com/labs/apoc/5/ml/openai/", "comment": "" }, "recsys": { @@ -94,22 +95,22 @@ }, "langchain": { "support": "full", - "source_url": "", + "source_url": "https://python.langchain.com/docs/integrations/providers/neo4j", "comment": "" }, "llamaindex": { "support": "full", - "source_url": "", + "source_url": "https://docs.llamaindex.ai/en/stable/examples/index_structs/knowledge_graph/Neo4jKGIndexDemo.html", "comment": "" }, "managed_cloud": { "support": "full", - "source_url": "", - "comment": "" + "source_url": "https://neo4j.com/cloud/platform/aura-graph-database/", + "comment": "Neo4j Aura" }, "pricing": { "value": "", - "source_url": "", + "source_url": "https://neo4j.com/pricing/", "comment": "" }, "in_process": { @@ -123,30 +124,30 @@ "comment": "" }, "disk_index": { - "support": "none", + "support": "full", "source_url": "", "comment": "" }, "ephemeral": { - "support": "", + "support": "none", "source_url": "", "comment": "" }, "sharding": { - "support": "", + "support": "none", "source_url": "", "comment": "" }, "doc_size": { "bytes": 0, - "unlimited": false, + "unlimited": true, "source_url": "", "comment": "" }, "vector_dims": { - "value": 0, + "value": 2048, "unlimited": false, "source_url": "", - "comment": "" + "comment": "Expecting an increase to 4096" } } \ No newline at end of file From 7c3e746b926c1e21b5600ae1b2f1ddcdcd258242 Mon Sep 17 00:00:00 2001 From: Dhruv Anand <105786647+dhruv-anand-aintech@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:27:25 +0530 Subject: [PATCH 2/2] reverting changes without a source --- docs/tools/vdb_table/data/neo4j.json | 16 ++++++++-------- docs/tools/vdb_table/vendor.schema.json | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/tools/vdb_table/data/neo4j.json b/docs/tools/vdb_table/data/neo4j.json index 68cfd3c99..57cb53a57 100644 --- a/docs/tools/vdb_table/data/neo4j.json +++ b/docs/tools/vdb_table/data/neo4j.json @@ -15,13 +15,13 @@ }, "license": { "value": "Proprietary", - "source_url": "", + "source_url": "https://neo4j.com/licensing/", "comment": "" }, "dev_languages": { "value": [ - "Java", - "Scala" + "java", + "scala" ], "source_url": "", "comment": "" @@ -35,7 +35,7 @@ }, "hybrid_search": { "support": "full", - "source_url": "", + "source_url": "https://github.com/langchain-ai/langchain/blob/db6f266d979215db37a1998f4de89ce83ddd3469/libs/community/langchain_community/vectorstores/neo4j_vector.py#L47-L63", "comment": "" }, "facets": { @@ -50,7 +50,7 @@ }, "multi_vec": { "support": "full", - "source_url": "", + "source_url": "https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/", "comment": "" }, "sparse_vectors": { @@ -79,9 +79,9 @@ "comment": "" }, "embeddings_structured": { - "support": "full", + "support": "", "source_url": "", - "comment": "Graphs are kinda our thing :)" + "comment": "" }, "rag": { "support": "full", @@ -124,7 +124,7 @@ "comment": "" }, "disk_index": { - "support": "full", + "support": "none", "source_url": "", "comment": "" }, diff --git a/docs/tools/vdb_table/vendor.schema.json b/docs/tools/vdb_table/vendor.schema.json index 4b754171e..16ce2827d 100644 --- a/docs/tools/vdb_table/vendor.schema.json +++ b/docs/tools/vdb_table/vendor.schema.json @@ -85,6 +85,7 @@ "c#", "go", "java", + "scala", "rust", "typescript", "not known"