trustgraph/trustgraph-core/scripts/graph-rag

7 lines
84 B
Text
Raw Normal View History

2024-07-10 23:20:06 +01:00
#!/usr/bin/env python3
2024-09-28 22:01:50 +01:00
from trustgraph.core.retrieval.graph_rag import run
2024-07-10 23:20:06 +01:00
run()