mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
- Add triples-write-neo4j and triples-query-neo4j to interact with neo4j - Add docker-compose-openai-neo4j to demo Neo4j working
6 lines
79 B
Python
Executable file
6 lines
79 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.query.triples.neo4j import run
|
|
|
|
run()
|
|
|