From aa47ae99709580e76ed2892e32dad20f34363aae Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 21 Apr 2025 11:51:24 +0100 Subject: [PATCH] Move these files, seem like they are in the wrong place --- .../trustgraph/{ => retrieval/document_rag}/document_rag.py | 0 trustgraph-flow/trustgraph/{ => retrieval/graph_rag}/graph_rag.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename trustgraph-flow/trustgraph/{ => retrieval/document_rag}/document_rag.py (100%) rename trustgraph-flow/trustgraph/{ => retrieval/graph_rag}/graph_rag.py (100%) diff --git a/trustgraph-flow/trustgraph/document_rag.py b/trustgraph-flow/trustgraph/retrieval/document_rag/document_rag.py similarity index 100% rename from trustgraph-flow/trustgraph/document_rag.py rename to trustgraph-flow/trustgraph/retrieval/document_rag/document_rag.py diff --git a/trustgraph-flow/trustgraph/graph_rag.py b/trustgraph-flow/trustgraph/retrieval/graph_rag/graph_rag.py similarity index 100% rename from trustgraph-flow/trustgraph/graph_rag.py rename to trustgraph-flow/trustgraph/retrieval/graph_rag/graph_rag.py