Skip to content

Commit

Permalink
Merge pull request #150 from akollegger/main
Browse files Browse the repository at this point in the history
updated neo4j details
  • Loading branch information
dhruv-anand-aintech authored Feb 13, 2024
2 parents 620d579 + 7c3e746 commit f7bc862
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
43 changes: 22 additions & 21 deletions docs/tools/vdb_table/data/neo4j.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,28 @@
"comment": ""
},
"license": {
"value": "",
"source_url": "",
"value": "Proprietary",
"source_url": "https://neo4j.com/licensing/",
"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",
"source_url": "",
"support": "full",
"source_url": "https://github.com/langchain-ai/langchain/blob/db6f266d979215db37a1998f4de89ce83ddd3469/libs/community/langchain_community/vectorstores/neo4j_vector.py#L47-L63",
"comment": ""
},
"facets": {
Expand All @@ -48,8 +49,8 @@
"comment": ""
},
"multi_vec": {
"support": "none",
"source_url": "",
"support": "full",
"source_url": "https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/",
"comment": ""
},
"sparse_vectors": {
Expand Down Expand Up @@ -83,8 +84,8 @@
"comment": ""
},
"rag": {
"support": "",
"source_url": "",
"support": "full",
"source_url": "https://neo4j.com/labs/apoc/5/ml/openai/",
"comment": ""
},
"recsys": {
Expand All @@ -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": {
Expand All @@ -128,25 +129,25 @@
"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"
}
}
1 change: 1 addition & 0 deletions docs/tools/vdb_table/vendor.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"c#",
"go",
"java",
"scala",
"rust",
"typescript",
"not known"
Expand Down

0 comments on commit f7bc862

Please sign in to comment.