trustgraph/scripts/triples-query-neo4j
cybermaggedon d3e213f194
Add Neo4j support (#9)
- Add triples-write-neo4j and triples-query-neo4j to interact with neo4j
- Add docker-compose-openai-neo4j to demo Neo4j working
2024-08-14 09:06:33 +01:00

6 lines
79 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.query.triples.neo4j import run
run()