mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
docs(readme): fix Qodo review findings on backend install docs and terminology
Add graph-apache-age extra (psycopg2-binary) which was previously undeclared despite age_store.py depending on it, wire it into graph-all, and document install commands for FalkorDB/AGE/Neptune alongside Neo4j. Note that RDF triple stores need no extra since they talk SPARQL over HTTP via the core `requests` dependency. Also align README's "Triplet Stores" table label to "Triple Stores (RDF)" to match the standard term used elsewhere in the docs, while keeping the TripletStore interface name in backticks.
This commit is contained in:
+2
-1
@@ -139,9 +139,10 @@ models-huggingface = [
|
||||
graph-neo4j = ["neo4j>=5.0.0"]
|
||||
graph-falkordb = ["falkordb>=1.0.0", "redis>=4.3.0"]
|
||||
graph-amazon-neptune = ["boto3>=1.24.0", "neo4j>=5.0.0"]
|
||||
graph-apache-age = ["psycopg2-binary>=2.9.0"]
|
||||
|
||||
graph-all = [
|
||||
"semantica[graph-neo4j,graph-falkordb,graph-amazon-neptune]"
|
||||
"semantica[graph-neo4j,graph-falkordb,graph-amazon-neptune,graph-apache-age]"
|
||||
]
|
||||
|
||||
# ---- Vector Store Backends ----
|
||||
|
||||
Reference in New Issue
Block a user