Change references to trustgraph-core

This commit is contained in:
Cyber MacGeddon 2024-09-28 22:01:50 +01:00
parent c6737e20be
commit 396a484a11
48 changed files with 54 additions and 54 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
from trustgraph.retrieval.document_rag import run
from trustgraph.core.retrieval.document_rag import run
run()