diff --git a/Makefile b/Makefile index fb611b11..624815e3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,9 @@ VERSION=0.11.5 DOCKER=podman -all: container +all: + +# container CONTAINER=docker.io/trustgraph/trustgraph-flow diff --git a/scripts/chunker-recursive b/trustgraph-core/scripts/chunker-recursive similarity index 100% rename from scripts/chunker-recursive rename to trustgraph-core/scripts/chunker-recursive diff --git a/scripts/chunker-token b/trustgraph-core/scripts/chunker-token similarity index 100% rename from scripts/chunker-token rename to trustgraph-core/scripts/chunker-token diff --git a/scripts/concat-parquet b/trustgraph-core/scripts/concat-parquet similarity index 100% rename from scripts/concat-parquet rename to trustgraph-core/scripts/concat-parquet diff --git a/scripts/de-query-milvus b/trustgraph-core/scripts/de-query-milvus similarity index 100% rename from scripts/de-query-milvus rename to trustgraph-core/scripts/de-query-milvus diff --git a/scripts/de-query-qdrant b/trustgraph-core/scripts/de-query-qdrant similarity index 100% rename from scripts/de-query-qdrant rename to trustgraph-core/scripts/de-query-qdrant diff --git a/scripts/de-write-milvus b/trustgraph-core/scripts/de-write-milvus similarity index 100% rename from scripts/de-write-milvus rename to trustgraph-core/scripts/de-write-milvus diff --git a/scripts/de-write-qdrant b/trustgraph-core/scripts/de-write-qdrant similarity index 100% rename from scripts/de-write-qdrant rename to trustgraph-core/scripts/de-write-qdrant diff --git a/scripts/document-rag b/trustgraph-core/scripts/document-rag similarity index 100% rename from scripts/document-rag rename to trustgraph-core/scripts/document-rag diff --git a/scripts/dump-parquet b/trustgraph-core/scripts/dump-parquet similarity index 100% rename from scripts/dump-parquet rename to trustgraph-core/scripts/dump-parquet diff --git a/scripts/embeddings-hf b/trustgraph-core/scripts/embeddings-hf similarity index 100% rename from scripts/embeddings-hf rename to trustgraph-core/scripts/embeddings-hf diff --git a/scripts/embeddings-ollama b/trustgraph-core/scripts/embeddings-ollama similarity index 100% rename from scripts/embeddings-ollama rename to trustgraph-core/scripts/embeddings-ollama diff --git a/scripts/embeddings-vectorize b/trustgraph-core/scripts/embeddings-vectorize similarity index 100% rename from scripts/embeddings-vectorize rename to trustgraph-core/scripts/embeddings-vectorize diff --git a/scripts/ge-dump-parquet b/trustgraph-core/scripts/ge-dump-parquet similarity index 100% rename from scripts/ge-dump-parquet rename to trustgraph-core/scripts/ge-dump-parquet diff --git a/scripts/ge-query-milvus b/trustgraph-core/scripts/ge-query-milvus similarity index 100% rename from scripts/ge-query-milvus rename to trustgraph-core/scripts/ge-query-milvus diff --git a/scripts/ge-query-qdrant b/trustgraph-core/scripts/ge-query-qdrant similarity index 100% rename from scripts/ge-query-qdrant rename to trustgraph-core/scripts/ge-query-qdrant diff --git a/scripts/ge-write-milvus b/trustgraph-core/scripts/ge-write-milvus similarity index 100% rename from scripts/ge-write-milvus rename to trustgraph-core/scripts/ge-write-milvus diff --git a/scripts/ge-write-qdrant b/trustgraph-core/scripts/ge-write-qdrant similarity index 100% rename from scripts/ge-write-qdrant rename to trustgraph-core/scripts/ge-write-qdrant diff --git a/scripts/graph-rag b/trustgraph-core/scripts/graph-rag similarity index 100% rename from scripts/graph-rag rename to trustgraph-core/scripts/graph-rag diff --git a/scripts/graph-show b/trustgraph-core/scripts/graph-show similarity index 100% rename from scripts/graph-show rename to trustgraph-core/scripts/graph-show diff --git a/scripts/graph-to-turtle b/trustgraph-core/scripts/graph-to-turtle similarity index 100% rename from scripts/graph-to-turtle rename to trustgraph-core/scripts/graph-to-turtle diff --git a/scripts/init-pulsar-manager b/trustgraph-core/scripts/init-pulsar-manager similarity index 100% rename from scripts/init-pulsar-manager rename to trustgraph-core/scripts/init-pulsar-manager diff --git a/scripts/kg-extract-definitions b/trustgraph-core/scripts/kg-extract-definitions similarity index 100% rename from scripts/kg-extract-definitions rename to trustgraph-core/scripts/kg-extract-definitions diff --git a/scripts/kg-extract-relationships b/trustgraph-core/scripts/kg-extract-relationships similarity index 100% rename from scripts/kg-extract-relationships rename to trustgraph-core/scripts/kg-extract-relationships diff --git a/scripts/kg-extract-topics b/trustgraph-core/scripts/kg-extract-topics similarity index 100% rename from scripts/kg-extract-topics rename to trustgraph-core/scripts/kg-extract-topics diff --git a/scripts/load-graph-embeddings b/trustgraph-core/scripts/load-graph-embeddings similarity index 100% rename from scripts/load-graph-embeddings rename to trustgraph-core/scripts/load-graph-embeddings diff --git a/scripts/load-pdf b/trustgraph-core/scripts/load-pdf similarity index 100% rename from scripts/load-pdf rename to trustgraph-core/scripts/load-pdf diff --git a/scripts/load-text b/trustgraph-core/scripts/load-text similarity index 100% rename from scripts/load-text rename to trustgraph-core/scripts/load-text diff --git a/scripts/load-triples b/trustgraph-core/scripts/load-triples similarity index 100% rename from scripts/load-triples rename to trustgraph-core/scripts/load-triples diff --git a/scripts/metering b/trustgraph-core/scripts/metering similarity index 100% rename from scripts/metering rename to trustgraph-core/scripts/metering diff --git a/scripts/object-extract-row b/trustgraph-core/scripts/object-extract-row similarity index 100% rename from scripts/object-extract-row rename to trustgraph-core/scripts/object-extract-row diff --git a/scripts/oe-write-milvus b/trustgraph-core/scripts/oe-write-milvus similarity index 100% rename from scripts/oe-write-milvus rename to trustgraph-core/scripts/oe-write-milvus diff --git a/scripts/pdf-decoder b/trustgraph-core/scripts/pdf-decoder similarity index 100% rename from scripts/pdf-decoder rename to trustgraph-core/scripts/pdf-decoder diff --git a/scripts/prompt-generic b/trustgraph-core/scripts/prompt-generic similarity index 100% rename from scripts/prompt-generic rename to trustgraph-core/scripts/prompt-generic diff --git a/scripts/prompt-template b/trustgraph-core/scripts/prompt-template similarity index 100% rename from scripts/prompt-template rename to trustgraph-core/scripts/prompt-template diff --git a/scripts/query-document-rag b/trustgraph-core/scripts/query-document-rag similarity index 100% rename from scripts/query-document-rag rename to trustgraph-core/scripts/query-document-rag diff --git a/scripts/query-graph-rag b/trustgraph-core/scripts/query-graph-rag similarity index 100% rename from scripts/query-graph-rag rename to trustgraph-core/scripts/query-graph-rag diff --git a/scripts/rows-write-cassandra b/trustgraph-core/scripts/rows-write-cassandra similarity index 100% rename from scripts/rows-write-cassandra rename to trustgraph-core/scripts/rows-write-cassandra diff --git a/scripts/run-processing b/trustgraph-core/scripts/run-processing similarity index 100% rename from scripts/run-processing rename to trustgraph-core/scripts/run-processing diff --git a/scripts/text-completion-azure b/trustgraph-core/scripts/text-completion-azure similarity index 100% rename from scripts/text-completion-azure rename to trustgraph-core/scripts/text-completion-azure diff --git a/scripts/text-completion-bedrock b/trustgraph-core/scripts/text-completion-bedrock similarity index 100% rename from scripts/text-completion-bedrock rename to trustgraph-core/scripts/text-completion-bedrock diff --git a/scripts/text-completion-claude b/trustgraph-core/scripts/text-completion-claude similarity index 100% rename from scripts/text-completion-claude rename to trustgraph-core/scripts/text-completion-claude diff --git a/scripts/text-completion-cohere b/trustgraph-core/scripts/text-completion-cohere similarity index 100% rename from scripts/text-completion-cohere rename to trustgraph-core/scripts/text-completion-cohere diff --git a/scripts/text-completion-llamafile b/trustgraph-core/scripts/text-completion-llamafile similarity index 100% rename from scripts/text-completion-llamafile rename to trustgraph-core/scripts/text-completion-llamafile diff --git a/scripts/text-completion-ollama b/trustgraph-core/scripts/text-completion-ollama similarity index 100% rename from scripts/text-completion-ollama rename to trustgraph-core/scripts/text-completion-ollama diff --git a/scripts/text-completion-openai b/trustgraph-core/scripts/text-completion-openai similarity index 100% rename from scripts/text-completion-openai rename to trustgraph-core/scripts/text-completion-openai diff --git a/scripts/text-completion-vertexai b/trustgraph-core/scripts/text-completion-vertexai similarity index 100% rename from scripts/text-completion-vertexai rename to trustgraph-core/scripts/text-completion-vertexai diff --git a/scripts/tg-init-pulsar b/trustgraph-core/scripts/tg-init-pulsar similarity index 100% rename from scripts/tg-init-pulsar rename to trustgraph-core/scripts/tg-init-pulsar diff --git a/scripts/tg-processor-state b/trustgraph-core/scripts/tg-processor-state similarity index 100% rename from scripts/tg-processor-state rename to trustgraph-core/scripts/tg-processor-state diff --git a/scripts/triples-dump-parquet b/trustgraph-core/scripts/triples-dump-parquet similarity index 100% rename from scripts/triples-dump-parquet rename to trustgraph-core/scripts/triples-dump-parquet diff --git a/scripts/triples-query-cassandra b/trustgraph-core/scripts/triples-query-cassandra similarity index 100% rename from scripts/triples-query-cassandra rename to trustgraph-core/scripts/triples-query-cassandra diff --git a/scripts/triples-query-neo4j b/trustgraph-core/scripts/triples-query-neo4j similarity index 100% rename from scripts/triples-query-neo4j rename to trustgraph-core/scripts/triples-query-neo4j diff --git a/scripts/triples-write-cassandra b/trustgraph-core/scripts/triples-write-cassandra similarity index 100% rename from scripts/triples-write-cassandra rename to trustgraph-core/scripts/triples-write-cassandra diff --git a/scripts/triples-write-neo4j b/trustgraph-core/scripts/triples-write-neo4j similarity index 100% rename from scripts/triples-write-neo4j rename to trustgraph-core/scripts/triples-write-neo4j diff --git a/setup.py b/trustgraph-core/setup.py similarity index 100% rename from setup.py rename to trustgraph-core/setup.py diff --git a/trustgraph/__init__.py b/trustgraph-core/trustgraph/__init__.py similarity index 100% rename from trustgraph/__init__.py rename to trustgraph-core/trustgraph/__init__.py diff --git a/trustgraph/base/__init__.py b/trustgraph-core/trustgraph/base/__init__.py similarity index 100% rename from trustgraph/base/__init__.py rename to trustgraph-core/trustgraph/base/__init__.py diff --git a/trustgraph/base/base_processor.py b/trustgraph-core/trustgraph/base/base_processor.py similarity index 100% rename from trustgraph/base/base_processor.py rename to trustgraph-core/trustgraph/base/base_processor.py diff --git a/trustgraph/base/consumer.py b/trustgraph-core/trustgraph/base/consumer.py similarity index 100% rename from trustgraph/base/consumer.py rename to trustgraph-core/trustgraph/base/consumer.py diff --git a/trustgraph/base/consumer_producer.py b/trustgraph-core/trustgraph/base/consumer_producer.py similarity index 100% rename from trustgraph/base/consumer_producer.py rename to trustgraph-core/trustgraph/base/consumer_producer.py diff --git a/trustgraph/base/producer.py b/trustgraph-core/trustgraph/base/producer.py similarity index 100% rename from trustgraph/base/producer.py rename to trustgraph-core/trustgraph/base/producer.py diff --git a/trustgraph/chunking/__init__.py b/trustgraph-core/trustgraph/chunking/__init__.py similarity index 100% rename from trustgraph/chunking/__init__.py rename to trustgraph-core/trustgraph/chunking/__init__.py diff --git a/trustgraph/chunking/recursive/__init__.py b/trustgraph-core/trustgraph/chunking/recursive/__init__.py similarity index 100% rename from trustgraph/chunking/recursive/__init__.py rename to trustgraph-core/trustgraph/chunking/recursive/__init__.py diff --git a/trustgraph/chunking/recursive/__main__.py b/trustgraph-core/trustgraph/chunking/recursive/__main__.py similarity index 100% rename from trustgraph/chunking/recursive/__main__.py rename to trustgraph-core/trustgraph/chunking/recursive/__main__.py diff --git a/trustgraph/chunking/recursive/chunker.py b/trustgraph-core/trustgraph/chunking/recursive/chunker.py similarity index 100% rename from trustgraph/chunking/recursive/chunker.py rename to trustgraph-core/trustgraph/chunking/recursive/chunker.py diff --git a/trustgraph/chunking/token/__init__.py b/trustgraph-core/trustgraph/chunking/token/__init__.py similarity index 100% rename from trustgraph/chunking/token/__init__.py rename to trustgraph-core/trustgraph/chunking/token/__init__.py diff --git a/trustgraph/chunking/token/__main__.py b/trustgraph-core/trustgraph/chunking/token/__main__.py similarity index 100% rename from trustgraph/chunking/token/__main__.py rename to trustgraph-core/trustgraph/chunking/token/__main__.py diff --git a/trustgraph/chunking/token/chunker.py b/trustgraph-core/trustgraph/chunking/token/chunker.py similarity index 100% rename from trustgraph/chunking/token/chunker.py rename to trustgraph-core/trustgraph/chunking/token/chunker.py diff --git a/trustgraph/clients/__init__.py b/trustgraph-core/trustgraph/clients/__init__.py similarity index 100% rename from trustgraph/clients/__init__.py rename to trustgraph-core/trustgraph/clients/__init__.py diff --git a/trustgraph/clients/base.py b/trustgraph-core/trustgraph/clients/base.py similarity index 100% rename from trustgraph/clients/base.py rename to trustgraph-core/trustgraph/clients/base.py diff --git a/trustgraph/clients/document_embeddings_client.py b/trustgraph-core/trustgraph/clients/document_embeddings_client.py similarity index 100% rename from trustgraph/clients/document_embeddings_client.py rename to trustgraph-core/trustgraph/clients/document_embeddings_client.py diff --git a/trustgraph/clients/document_rag_client.py b/trustgraph-core/trustgraph/clients/document_rag_client.py similarity index 100% rename from trustgraph/clients/document_rag_client.py rename to trustgraph-core/trustgraph/clients/document_rag_client.py diff --git a/trustgraph/clients/embeddings_client.py b/trustgraph-core/trustgraph/clients/embeddings_client.py similarity index 100% rename from trustgraph/clients/embeddings_client.py rename to trustgraph-core/trustgraph/clients/embeddings_client.py diff --git a/trustgraph/clients/graph_embeddings_client.py b/trustgraph-core/trustgraph/clients/graph_embeddings_client.py similarity index 100% rename from trustgraph/clients/graph_embeddings_client.py rename to trustgraph-core/trustgraph/clients/graph_embeddings_client.py diff --git a/trustgraph/clients/graph_rag_client.py b/trustgraph-core/trustgraph/clients/graph_rag_client.py similarity index 100% rename from trustgraph/clients/graph_rag_client.py rename to trustgraph-core/trustgraph/clients/graph_rag_client.py diff --git a/trustgraph/clients/llm_client.py b/trustgraph-core/trustgraph/clients/llm_client.py similarity index 100% rename from trustgraph/clients/llm_client.py rename to trustgraph-core/trustgraph/clients/llm_client.py diff --git a/trustgraph/clients/prompt_client.py b/trustgraph-core/trustgraph/clients/prompt_client.py similarity index 100% rename from trustgraph/clients/prompt_client.py rename to trustgraph-core/trustgraph/clients/prompt_client.py diff --git a/trustgraph/clients/triples_query_client.py b/trustgraph-core/trustgraph/clients/triples_query_client.py similarity index 100% rename from trustgraph/clients/triples_query_client.py rename to trustgraph-core/trustgraph/clients/triples_query_client.py diff --git a/trustgraph/decoding/__init__.py b/trustgraph-core/trustgraph/decoding/__init__.py similarity index 100% rename from trustgraph/decoding/__init__.py rename to trustgraph-core/trustgraph/decoding/__init__.py diff --git a/trustgraph/decoding/pdf/__init__.py b/trustgraph-core/trustgraph/decoding/pdf/__init__.py similarity index 100% rename from trustgraph/decoding/pdf/__init__.py rename to trustgraph-core/trustgraph/decoding/pdf/__init__.py diff --git a/trustgraph/decoding/pdf/__main__.py b/trustgraph-core/trustgraph/decoding/pdf/__main__.py similarity index 100% rename from trustgraph/decoding/pdf/__main__.py rename to trustgraph-core/trustgraph/decoding/pdf/__main__.py diff --git a/trustgraph/decoding/pdf/pdf_decoder.py b/trustgraph-core/trustgraph/decoding/pdf/pdf_decoder.py similarity index 100% rename from trustgraph/decoding/pdf/pdf_decoder.py rename to trustgraph-core/trustgraph/decoding/pdf/pdf_decoder.py diff --git a/trustgraph/direct/__init__.py b/trustgraph-core/trustgraph/direct/__init__.py similarity index 100% rename from trustgraph/direct/__init__.py rename to trustgraph-core/trustgraph/direct/__init__.py diff --git a/trustgraph/direct/cassandra.py b/trustgraph-core/trustgraph/direct/cassandra.py similarity index 100% rename from trustgraph/direct/cassandra.py rename to trustgraph-core/trustgraph/direct/cassandra.py diff --git a/trustgraph/direct/milvus_doc_embeddings.py b/trustgraph-core/trustgraph/direct/milvus_doc_embeddings.py similarity index 100% rename from trustgraph/direct/milvus_doc_embeddings.py rename to trustgraph-core/trustgraph/direct/milvus_doc_embeddings.py diff --git a/trustgraph/direct/milvus_graph_embeddings.py b/trustgraph-core/trustgraph/direct/milvus_graph_embeddings.py similarity index 100% rename from trustgraph/direct/milvus_graph_embeddings.py rename to trustgraph-core/trustgraph/direct/milvus_graph_embeddings.py diff --git a/trustgraph/direct/milvus_object_embeddings.py b/trustgraph-core/trustgraph/direct/milvus_object_embeddings.py similarity index 100% rename from trustgraph/direct/milvus_object_embeddings.py rename to trustgraph-core/trustgraph/direct/milvus_object_embeddings.py diff --git a/trustgraph/document_rag.py b/trustgraph-core/trustgraph/document_rag.py similarity index 100% rename from trustgraph/document_rag.py rename to trustgraph-core/trustgraph/document_rag.py diff --git a/trustgraph/dump/__init__.py b/trustgraph-core/trustgraph/dump/__init__.py similarity index 100% rename from trustgraph/dump/__init__.py rename to trustgraph-core/trustgraph/dump/__init__.py diff --git a/trustgraph/dump/graph_embeddings/__init__.py b/trustgraph-core/trustgraph/dump/graph_embeddings/__init__.py similarity index 100% rename from trustgraph/dump/graph_embeddings/__init__.py rename to trustgraph-core/trustgraph/dump/graph_embeddings/__init__.py diff --git a/trustgraph/dump/graph_embeddings/parquet/__init__.py b/trustgraph-core/trustgraph/dump/graph_embeddings/parquet/__init__.py similarity index 100% rename from trustgraph/dump/graph_embeddings/parquet/__init__.py rename to trustgraph-core/trustgraph/dump/graph_embeddings/parquet/__init__.py diff --git a/trustgraph/dump/graph_embeddings/parquet/__main__.py b/trustgraph-core/trustgraph/dump/graph_embeddings/parquet/__main__.py similarity index 100% rename from trustgraph/dump/graph_embeddings/parquet/__main__.py rename to trustgraph-core/trustgraph/dump/graph_embeddings/parquet/__main__.py diff --git a/trustgraph/dump/graph_embeddings/parquet/processor.py b/trustgraph-core/trustgraph/dump/graph_embeddings/parquet/processor.py similarity index 100% rename from trustgraph/dump/graph_embeddings/parquet/processor.py rename to trustgraph-core/trustgraph/dump/graph_embeddings/parquet/processor.py diff --git a/trustgraph/dump/graph_embeddings/parquet/writer.py b/trustgraph-core/trustgraph/dump/graph_embeddings/parquet/writer.py similarity index 100% rename from trustgraph/dump/graph_embeddings/parquet/writer.py rename to trustgraph-core/trustgraph/dump/graph_embeddings/parquet/writer.py diff --git a/trustgraph/dump/triples/__init__.py b/trustgraph-core/trustgraph/dump/triples/__init__.py similarity index 100% rename from trustgraph/dump/triples/__init__.py rename to trustgraph-core/trustgraph/dump/triples/__init__.py diff --git a/trustgraph/dump/triples/parquet/__init__.py b/trustgraph-core/trustgraph/dump/triples/parquet/__init__.py similarity index 100% rename from trustgraph/dump/triples/parquet/__init__.py rename to trustgraph-core/trustgraph/dump/triples/parquet/__init__.py diff --git a/trustgraph/dump/triples/parquet/__main__.py b/trustgraph-core/trustgraph/dump/triples/parquet/__main__.py similarity index 100% rename from trustgraph/dump/triples/parquet/__main__.py rename to trustgraph-core/trustgraph/dump/triples/parquet/__main__.py diff --git a/trustgraph/dump/triples/parquet/processor.py b/trustgraph-core/trustgraph/dump/triples/parquet/processor.py similarity index 100% rename from trustgraph/dump/triples/parquet/processor.py rename to trustgraph-core/trustgraph/dump/triples/parquet/processor.py diff --git a/trustgraph/dump/triples/parquet/writer.py b/trustgraph-core/trustgraph/dump/triples/parquet/writer.py similarity index 100% rename from trustgraph/dump/triples/parquet/writer.py rename to trustgraph-core/trustgraph/dump/triples/parquet/writer.py diff --git a/trustgraph/embeddings/__init__.py b/trustgraph-core/trustgraph/embeddings/__init__.py similarity index 100% rename from trustgraph/embeddings/__init__.py rename to trustgraph-core/trustgraph/embeddings/__init__.py diff --git a/trustgraph/embeddings/hf/__init__.py b/trustgraph-core/trustgraph/embeddings/hf/__init__.py similarity index 100% rename from trustgraph/embeddings/hf/__init__.py rename to trustgraph-core/trustgraph/embeddings/hf/__init__.py diff --git a/trustgraph/embeddings/hf/__main__.py b/trustgraph-core/trustgraph/embeddings/hf/__main__.py similarity index 100% rename from trustgraph/embeddings/hf/__main__.py rename to trustgraph-core/trustgraph/embeddings/hf/__main__.py diff --git a/trustgraph/embeddings/hf/hf.py b/trustgraph-core/trustgraph/embeddings/hf/hf.py similarity index 100% rename from trustgraph/embeddings/hf/hf.py rename to trustgraph-core/trustgraph/embeddings/hf/hf.py diff --git a/trustgraph/embeddings/ollama/__init__.py b/trustgraph-core/trustgraph/embeddings/ollama/__init__.py similarity index 100% rename from trustgraph/embeddings/ollama/__init__.py rename to trustgraph-core/trustgraph/embeddings/ollama/__init__.py diff --git a/trustgraph/embeddings/ollama/__main__.py b/trustgraph-core/trustgraph/embeddings/ollama/__main__.py similarity index 100% rename from trustgraph/embeddings/ollama/__main__.py rename to trustgraph-core/trustgraph/embeddings/ollama/__main__.py diff --git a/trustgraph/embeddings/ollama/processor.py b/trustgraph-core/trustgraph/embeddings/ollama/processor.py similarity index 100% rename from trustgraph/embeddings/ollama/processor.py rename to trustgraph-core/trustgraph/embeddings/ollama/processor.py diff --git a/trustgraph/embeddings/vectorize/__init__.py b/trustgraph-core/trustgraph/embeddings/vectorize/__init__.py similarity index 100% rename from trustgraph/embeddings/vectorize/__init__.py rename to trustgraph-core/trustgraph/embeddings/vectorize/__init__.py diff --git a/trustgraph/embeddings/vectorize/__main__.py b/trustgraph-core/trustgraph/embeddings/vectorize/__main__.py similarity index 100% rename from trustgraph/embeddings/vectorize/__main__.py rename to trustgraph-core/trustgraph/embeddings/vectorize/__main__.py diff --git a/trustgraph/embeddings/vectorize/vectorize.py b/trustgraph-core/trustgraph/embeddings/vectorize/vectorize.py similarity index 100% rename from trustgraph/embeddings/vectorize/vectorize.py rename to trustgraph-core/trustgraph/embeddings/vectorize/vectorize.py diff --git a/trustgraph/exceptions.py b/trustgraph-core/trustgraph/exceptions.py similarity index 100% rename from trustgraph/exceptions.py rename to trustgraph-core/trustgraph/exceptions.py diff --git a/trustgraph/extract/__init__.py b/trustgraph-core/trustgraph/extract/__init__.py similarity index 100% rename from trustgraph/extract/__init__.py rename to trustgraph-core/trustgraph/extract/__init__.py diff --git a/trustgraph/extract/kg/__init__.py b/trustgraph-core/trustgraph/extract/kg/__init__.py similarity index 100% rename from trustgraph/extract/kg/__init__.py rename to trustgraph-core/trustgraph/extract/kg/__init__.py diff --git a/trustgraph/extract/kg/definitions/__init__.py b/trustgraph-core/trustgraph/extract/kg/definitions/__init__.py similarity index 100% rename from trustgraph/extract/kg/definitions/__init__.py rename to trustgraph-core/trustgraph/extract/kg/definitions/__init__.py diff --git a/trustgraph/extract/kg/definitions/__main__.py b/trustgraph-core/trustgraph/extract/kg/definitions/__main__.py similarity index 100% rename from trustgraph/extract/kg/definitions/__main__.py rename to trustgraph-core/trustgraph/extract/kg/definitions/__main__.py diff --git a/trustgraph/extract/kg/definitions/extract.py b/trustgraph-core/trustgraph/extract/kg/definitions/extract.py similarity index 100% rename from trustgraph/extract/kg/definitions/extract.py rename to trustgraph-core/trustgraph/extract/kg/definitions/extract.py diff --git a/trustgraph/extract/kg/relationships/__init__.py b/trustgraph-core/trustgraph/extract/kg/relationships/__init__.py similarity index 100% rename from trustgraph/extract/kg/relationships/__init__.py rename to trustgraph-core/trustgraph/extract/kg/relationships/__init__.py diff --git a/trustgraph/extract/kg/relationships/__main__.py b/trustgraph-core/trustgraph/extract/kg/relationships/__main__.py similarity index 100% rename from trustgraph/extract/kg/relationships/__main__.py rename to trustgraph-core/trustgraph/extract/kg/relationships/__main__.py diff --git a/trustgraph/extract/kg/relationships/extract.py b/trustgraph-core/trustgraph/extract/kg/relationships/extract.py similarity index 100% rename from trustgraph/extract/kg/relationships/extract.py rename to trustgraph-core/trustgraph/extract/kg/relationships/extract.py diff --git a/trustgraph/extract/kg/topics/__init__.py b/trustgraph-core/trustgraph/extract/kg/topics/__init__.py similarity index 100% rename from trustgraph/extract/kg/topics/__init__.py rename to trustgraph-core/trustgraph/extract/kg/topics/__init__.py diff --git a/trustgraph/extract/kg/topics/__main__.py b/trustgraph-core/trustgraph/extract/kg/topics/__main__.py similarity index 100% rename from trustgraph/extract/kg/topics/__main__.py rename to trustgraph-core/trustgraph/extract/kg/topics/__main__.py diff --git a/trustgraph/extract/kg/topics/extract.py b/trustgraph-core/trustgraph/extract/kg/topics/extract.py similarity index 100% rename from trustgraph/extract/kg/topics/extract.py rename to trustgraph-core/trustgraph/extract/kg/topics/extract.py diff --git a/trustgraph/extract/object/__init__.py b/trustgraph-core/trustgraph/extract/object/__init__.py similarity index 100% rename from trustgraph/extract/object/__init__.py rename to trustgraph-core/trustgraph/extract/object/__init__.py diff --git a/trustgraph/extract/object/row/__init__.py b/trustgraph-core/trustgraph/extract/object/row/__init__.py similarity index 100% rename from trustgraph/extract/object/row/__init__.py rename to trustgraph-core/trustgraph/extract/object/row/__init__.py diff --git a/trustgraph/extract/object/row/__main__.py b/trustgraph-core/trustgraph/extract/object/row/__main__.py similarity index 100% rename from trustgraph/extract/object/row/__main__.py rename to trustgraph-core/trustgraph/extract/object/row/__main__.py diff --git a/trustgraph/extract/object/row/extract.py b/trustgraph-core/trustgraph/extract/object/row/extract.py similarity index 100% rename from trustgraph/extract/object/row/extract.py rename to trustgraph-core/trustgraph/extract/object/row/extract.py diff --git a/trustgraph/graph_rag.py b/trustgraph-core/trustgraph/graph_rag.py similarity index 100% rename from trustgraph/graph_rag.py rename to trustgraph-core/trustgraph/graph_rag.py diff --git a/trustgraph/log_level.py b/trustgraph-core/trustgraph/log_level.py similarity index 100% rename from trustgraph/log_level.py rename to trustgraph-core/trustgraph/log_level.py diff --git a/trustgraph/model/__init__.py b/trustgraph-core/trustgraph/model/__init__.py similarity index 100% rename from trustgraph/model/__init__.py rename to trustgraph-core/trustgraph/model/__init__.py diff --git a/trustgraph/model/prompt/__init__.py b/trustgraph-core/trustgraph/model/prompt/__init__.py similarity index 100% rename from trustgraph/model/prompt/__init__.py rename to trustgraph-core/trustgraph/model/prompt/__init__.py diff --git a/trustgraph/model/prompt/generic/__init__.py b/trustgraph-core/trustgraph/model/prompt/generic/__init__.py similarity index 100% rename from trustgraph/model/prompt/generic/__init__.py rename to trustgraph-core/trustgraph/model/prompt/generic/__init__.py diff --git a/trustgraph/model/prompt/generic/__main__.py b/trustgraph-core/trustgraph/model/prompt/generic/__main__.py similarity index 100% rename from trustgraph/model/prompt/generic/__main__.py rename to trustgraph-core/trustgraph/model/prompt/generic/__main__.py diff --git a/trustgraph/model/prompt/generic/prompts.py b/trustgraph-core/trustgraph/model/prompt/generic/prompts.py similarity index 100% rename from trustgraph/model/prompt/generic/prompts.py rename to trustgraph-core/trustgraph/model/prompt/generic/prompts.py diff --git a/trustgraph/model/prompt/generic/service.py b/trustgraph-core/trustgraph/model/prompt/generic/service.py similarity index 100% rename from trustgraph/model/prompt/generic/service.py rename to trustgraph-core/trustgraph/model/prompt/generic/service.py diff --git a/trustgraph/model/prompt/template/__init__.py b/trustgraph-core/trustgraph/model/prompt/template/__init__.py similarity index 100% rename from trustgraph/model/prompt/template/__init__.py rename to trustgraph-core/trustgraph/model/prompt/template/__init__.py diff --git a/trustgraph/model/prompt/template/__main__.py b/trustgraph-core/trustgraph/model/prompt/template/__main__.py similarity index 100% rename from trustgraph/model/prompt/template/__main__.py rename to trustgraph-core/trustgraph/model/prompt/template/__main__.py diff --git a/trustgraph/model/prompt/template/prompts.py b/trustgraph-core/trustgraph/model/prompt/template/prompts.py similarity index 100% rename from trustgraph/model/prompt/template/prompts.py rename to trustgraph-core/trustgraph/model/prompt/template/prompts.py diff --git a/trustgraph/model/prompt/template/service.py b/trustgraph-core/trustgraph/model/prompt/template/service.py similarity index 100% rename from trustgraph/model/prompt/template/service.py rename to trustgraph-core/trustgraph/model/prompt/template/service.py diff --git a/trustgraph/model/text_completion/__init__.py b/trustgraph-core/trustgraph/model/text_completion/__init__.py similarity index 100% rename from trustgraph/model/text_completion/__init__.py rename to trustgraph-core/trustgraph/model/text_completion/__init__.py diff --git a/trustgraph/model/text_completion/azure/__init__.py b/trustgraph-core/trustgraph/model/text_completion/azure/__init__.py similarity index 100% rename from trustgraph/model/text_completion/azure/__init__.py rename to trustgraph-core/trustgraph/model/text_completion/azure/__init__.py diff --git a/trustgraph/model/text_completion/azure/__main__.py b/trustgraph-core/trustgraph/model/text_completion/azure/__main__.py similarity index 100% rename from trustgraph/model/text_completion/azure/__main__.py rename to trustgraph-core/trustgraph/model/text_completion/azure/__main__.py diff --git a/trustgraph/model/text_completion/azure/llm.py b/trustgraph-core/trustgraph/model/text_completion/azure/llm.py similarity index 100% rename from trustgraph/model/text_completion/azure/llm.py rename to trustgraph-core/trustgraph/model/text_completion/azure/llm.py diff --git a/trustgraph/model/text_completion/bedrock/__init__.py b/trustgraph-core/trustgraph/model/text_completion/bedrock/__init__.py similarity index 100% rename from trustgraph/model/text_completion/bedrock/__init__.py rename to trustgraph-core/trustgraph/model/text_completion/bedrock/__init__.py diff --git a/trustgraph/model/text_completion/bedrock/__main__.py b/trustgraph-core/trustgraph/model/text_completion/bedrock/__main__.py similarity index 100% rename from trustgraph/model/text_completion/bedrock/__main__.py rename to trustgraph-core/trustgraph/model/text_completion/bedrock/__main__.py diff --git a/trustgraph/model/text_completion/bedrock/llm.py b/trustgraph-core/trustgraph/model/text_completion/bedrock/llm.py similarity index 100% rename from trustgraph/model/text_completion/bedrock/llm.py rename to trustgraph-core/trustgraph/model/text_completion/bedrock/llm.py diff --git a/trustgraph/model/text_completion/claude/__init__.py b/trustgraph-core/trustgraph/model/text_completion/claude/__init__.py similarity index 100% rename from trustgraph/model/text_completion/claude/__init__.py rename to trustgraph-core/trustgraph/model/text_completion/claude/__init__.py diff --git a/trustgraph/model/text_completion/claude/__main__.py b/trustgraph-core/trustgraph/model/text_completion/claude/__main__.py similarity index 100% rename from trustgraph/model/text_completion/claude/__main__.py rename to trustgraph-core/trustgraph/model/text_completion/claude/__main__.py diff --git a/trustgraph/model/text_completion/claude/llm.py b/trustgraph-core/trustgraph/model/text_completion/claude/llm.py similarity index 100% rename from trustgraph/model/text_completion/claude/llm.py rename to trustgraph-core/trustgraph/model/text_completion/claude/llm.py diff --git a/trustgraph/model/text_completion/cohere/__init__.py b/trustgraph-core/trustgraph/model/text_completion/cohere/__init__.py similarity index 100% rename from trustgraph/model/text_completion/cohere/__init__.py rename to trustgraph-core/trustgraph/model/text_completion/cohere/__init__.py diff --git a/trustgraph/model/text_completion/cohere/__main__.py b/trustgraph-core/trustgraph/model/text_completion/cohere/__main__.py similarity index 100% rename from trustgraph/model/text_completion/cohere/__main__.py rename to trustgraph-core/trustgraph/model/text_completion/cohere/__main__.py diff --git a/trustgraph/model/text_completion/cohere/llm.py b/trustgraph-core/trustgraph/model/text_completion/cohere/llm.py similarity index 100% rename from trustgraph/model/text_completion/cohere/llm.py rename to trustgraph-core/trustgraph/model/text_completion/cohere/llm.py diff --git a/trustgraph/model/text_completion/llamafile/__init__.py b/trustgraph-core/trustgraph/model/text_completion/llamafile/__init__.py similarity index 100% rename from trustgraph/model/text_completion/llamafile/__init__.py rename to trustgraph-core/trustgraph/model/text_completion/llamafile/__init__.py diff --git a/trustgraph/model/text_completion/llamafile/__main__.py b/trustgraph-core/trustgraph/model/text_completion/llamafile/__main__.py similarity index 100% rename from trustgraph/model/text_completion/llamafile/__main__.py rename to trustgraph-core/trustgraph/model/text_completion/llamafile/__main__.py diff --git a/trustgraph/model/text_completion/llamafile/llm.py b/trustgraph-core/trustgraph/model/text_completion/llamafile/llm.py similarity index 100% rename from trustgraph/model/text_completion/llamafile/llm.py rename to trustgraph-core/trustgraph/model/text_completion/llamafile/llm.py diff --git a/trustgraph/model/text_completion/ollama/__init__.py b/trustgraph-core/trustgraph/model/text_completion/ollama/__init__.py similarity index 100% rename from trustgraph/model/text_completion/ollama/__init__.py rename to trustgraph-core/trustgraph/model/text_completion/ollama/__init__.py diff --git a/trustgraph/model/text_completion/ollama/__main__.py b/trustgraph-core/trustgraph/model/text_completion/ollama/__main__.py similarity index 100% rename from trustgraph/model/text_completion/ollama/__main__.py rename to trustgraph-core/trustgraph/model/text_completion/ollama/__main__.py diff --git a/trustgraph/model/text_completion/ollama/llm.py b/trustgraph-core/trustgraph/model/text_completion/ollama/llm.py similarity index 100% rename from trustgraph/model/text_completion/ollama/llm.py rename to trustgraph-core/trustgraph/model/text_completion/ollama/llm.py diff --git a/trustgraph/model/text_completion/openai/__init__.py b/trustgraph-core/trustgraph/model/text_completion/openai/__init__.py similarity index 100% rename from trustgraph/model/text_completion/openai/__init__.py rename to trustgraph-core/trustgraph/model/text_completion/openai/__init__.py diff --git a/trustgraph/model/text_completion/openai/__main__.py b/trustgraph-core/trustgraph/model/text_completion/openai/__main__.py similarity index 100% rename from trustgraph/model/text_completion/openai/__main__.py rename to trustgraph-core/trustgraph/model/text_completion/openai/__main__.py diff --git a/trustgraph/model/text_completion/openai/llm.py b/trustgraph-core/trustgraph/model/text_completion/openai/llm.py similarity index 100% rename from trustgraph/model/text_completion/openai/llm.py rename to trustgraph-core/trustgraph/model/text_completion/openai/llm.py diff --git a/trustgraph/model/text_completion/vertexai/__init__.py b/trustgraph-core/trustgraph/model/text_completion/vertexai/__init__.py similarity index 100% rename from trustgraph/model/text_completion/vertexai/__init__.py rename to trustgraph-core/trustgraph/model/text_completion/vertexai/__init__.py diff --git a/trustgraph/model/text_completion/vertexai/__main__.py b/trustgraph-core/trustgraph/model/text_completion/vertexai/__main__.py similarity index 100% rename from trustgraph/model/text_completion/vertexai/__main__.py rename to trustgraph-core/trustgraph/model/text_completion/vertexai/__main__.py diff --git a/trustgraph/model/text_completion/vertexai/llm.py b/trustgraph-core/trustgraph/model/text_completion/vertexai/llm.py similarity index 100% rename from trustgraph/model/text_completion/vertexai/llm.py rename to trustgraph-core/trustgraph/model/text_completion/vertexai/llm.py diff --git a/trustgraph/objects/__init__.py b/trustgraph-core/trustgraph/objects/__init__.py similarity index 100% rename from trustgraph/objects/__init__.py rename to trustgraph-core/trustgraph/objects/__init__.py diff --git a/trustgraph/objects/field.py b/trustgraph-core/trustgraph/objects/field.py similarity index 100% rename from trustgraph/objects/field.py rename to trustgraph-core/trustgraph/objects/field.py diff --git a/trustgraph/objects/object.py b/trustgraph-core/trustgraph/objects/object.py similarity index 100% rename from trustgraph/objects/object.py rename to trustgraph-core/trustgraph/objects/object.py diff --git a/trustgraph/processing/__init__.py b/trustgraph-core/trustgraph/processing/__init__.py similarity index 100% rename from trustgraph/processing/__init__.py rename to trustgraph-core/trustgraph/processing/__init__.py diff --git a/trustgraph/processing/__main__.py b/trustgraph-core/trustgraph/processing/__main__.py similarity index 100% rename from trustgraph/processing/__main__.py rename to trustgraph-core/trustgraph/processing/__main__.py diff --git a/trustgraph/processing/processing.py b/trustgraph-core/trustgraph/processing/processing.py similarity index 100% rename from trustgraph/processing/processing.py rename to trustgraph-core/trustgraph/processing/processing.py diff --git a/trustgraph/query/__init__.py b/trustgraph-core/trustgraph/query/__init__.py similarity index 100% rename from trustgraph/query/__init__.py rename to trustgraph-core/trustgraph/query/__init__.py diff --git a/trustgraph/query/doc_embeddings/__init__.py b/trustgraph-core/trustgraph/query/doc_embeddings/__init__.py similarity index 100% rename from trustgraph/query/doc_embeddings/__init__.py rename to trustgraph-core/trustgraph/query/doc_embeddings/__init__.py diff --git a/trustgraph/query/doc_embeddings/milvus/__init__.py b/trustgraph-core/trustgraph/query/doc_embeddings/milvus/__init__.py similarity index 100% rename from trustgraph/query/doc_embeddings/milvus/__init__.py rename to trustgraph-core/trustgraph/query/doc_embeddings/milvus/__init__.py diff --git a/trustgraph/query/doc_embeddings/milvus/__main__.py b/trustgraph-core/trustgraph/query/doc_embeddings/milvus/__main__.py similarity index 100% rename from trustgraph/query/doc_embeddings/milvus/__main__.py rename to trustgraph-core/trustgraph/query/doc_embeddings/milvus/__main__.py diff --git a/trustgraph/query/doc_embeddings/milvus/service.py b/trustgraph-core/trustgraph/query/doc_embeddings/milvus/service.py similarity index 100% rename from trustgraph/query/doc_embeddings/milvus/service.py rename to trustgraph-core/trustgraph/query/doc_embeddings/milvus/service.py diff --git a/trustgraph/query/doc_embeddings/qdrant/__init__.py b/trustgraph-core/trustgraph/query/doc_embeddings/qdrant/__init__.py similarity index 100% rename from trustgraph/query/doc_embeddings/qdrant/__init__.py rename to trustgraph-core/trustgraph/query/doc_embeddings/qdrant/__init__.py diff --git a/trustgraph/query/doc_embeddings/qdrant/__main__.py b/trustgraph-core/trustgraph/query/doc_embeddings/qdrant/__main__.py similarity index 100% rename from trustgraph/query/doc_embeddings/qdrant/__main__.py rename to trustgraph-core/trustgraph/query/doc_embeddings/qdrant/__main__.py diff --git a/trustgraph/query/doc_embeddings/qdrant/service.py b/trustgraph-core/trustgraph/query/doc_embeddings/qdrant/service.py similarity index 100% rename from trustgraph/query/doc_embeddings/qdrant/service.py rename to trustgraph-core/trustgraph/query/doc_embeddings/qdrant/service.py diff --git a/trustgraph/query/graph_embeddings/__init__.py b/trustgraph-core/trustgraph/query/graph_embeddings/__init__.py similarity index 100% rename from trustgraph/query/graph_embeddings/__init__.py rename to trustgraph-core/trustgraph/query/graph_embeddings/__init__.py diff --git a/trustgraph/query/graph_embeddings/milvus/__init__.py b/trustgraph-core/trustgraph/query/graph_embeddings/milvus/__init__.py similarity index 100% rename from trustgraph/query/graph_embeddings/milvus/__init__.py rename to trustgraph-core/trustgraph/query/graph_embeddings/milvus/__init__.py diff --git a/trustgraph/query/graph_embeddings/milvus/__main__.py b/trustgraph-core/trustgraph/query/graph_embeddings/milvus/__main__.py similarity index 100% rename from trustgraph/query/graph_embeddings/milvus/__main__.py rename to trustgraph-core/trustgraph/query/graph_embeddings/milvus/__main__.py diff --git a/trustgraph/query/graph_embeddings/milvus/service.py b/trustgraph-core/trustgraph/query/graph_embeddings/milvus/service.py similarity index 100% rename from trustgraph/query/graph_embeddings/milvus/service.py rename to trustgraph-core/trustgraph/query/graph_embeddings/milvus/service.py diff --git a/trustgraph/query/graph_embeddings/qdrant/__init__.py b/trustgraph-core/trustgraph/query/graph_embeddings/qdrant/__init__.py similarity index 100% rename from trustgraph/query/graph_embeddings/qdrant/__init__.py rename to trustgraph-core/trustgraph/query/graph_embeddings/qdrant/__init__.py diff --git a/trustgraph/query/graph_embeddings/qdrant/__main__.py b/trustgraph-core/trustgraph/query/graph_embeddings/qdrant/__main__.py similarity index 100% rename from trustgraph/query/graph_embeddings/qdrant/__main__.py rename to trustgraph-core/trustgraph/query/graph_embeddings/qdrant/__main__.py diff --git a/trustgraph/query/graph_embeddings/qdrant/service.py b/trustgraph-core/trustgraph/query/graph_embeddings/qdrant/service.py similarity index 100% rename from trustgraph/query/graph_embeddings/qdrant/service.py rename to trustgraph-core/trustgraph/query/graph_embeddings/qdrant/service.py diff --git a/trustgraph/query/triples/__init__.py b/trustgraph-core/trustgraph/query/triples/__init__.py similarity index 100% rename from trustgraph/query/triples/__init__.py rename to trustgraph-core/trustgraph/query/triples/__init__.py diff --git a/trustgraph/query/triples/cassandra/__init__.py b/trustgraph-core/trustgraph/query/triples/cassandra/__init__.py similarity index 100% rename from trustgraph/query/triples/cassandra/__init__.py rename to trustgraph-core/trustgraph/query/triples/cassandra/__init__.py diff --git a/trustgraph/query/triples/cassandra/__main__.py b/trustgraph-core/trustgraph/query/triples/cassandra/__main__.py similarity index 100% rename from trustgraph/query/triples/cassandra/__main__.py rename to trustgraph-core/trustgraph/query/triples/cassandra/__main__.py diff --git a/trustgraph/query/triples/cassandra/service.py b/trustgraph-core/trustgraph/query/triples/cassandra/service.py similarity index 100% rename from trustgraph/query/triples/cassandra/service.py rename to trustgraph-core/trustgraph/query/triples/cassandra/service.py diff --git a/trustgraph/query/triples/neo4j/__init__.py b/trustgraph-core/trustgraph/query/triples/neo4j/__init__.py similarity index 100% rename from trustgraph/query/triples/neo4j/__init__.py rename to trustgraph-core/trustgraph/query/triples/neo4j/__init__.py diff --git a/trustgraph/query/triples/neo4j/__main__.py b/trustgraph-core/trustgraph/query/triples/neo4j/__main__.py similarity index 100% rename from trustgraph/query/triples/neo4j/__main__.py rename to trustgraph-core/trustgraph/query/triples/neo4j/__main__.py diff --git a/trustgraph/query/triples/neo4j/service.py b/trustgraph-core/trustgraph/query/triples/neo4j/service.py similarity index 100% rename from trustgraph/query/triples/neo4j/service.py rename to trustgraph-core/trustgraph/query/triples/neo4j/service.py diff --git a/trustgraph/rdf.py b/trustgraph-core/trustgraph/rdf.py similarity index 100% rename from trustgraph/rdf.py rename to trustgraph-core/trustgraph/rdf.py diff --git a/trustgraph/retrieval/__init__.py b/trustgraph-core/trustgraph/retrieval/__init__.py similarity index 100% rename from trustgraph/retrieval/__init__.py rename to trustgraph-core/trustgraph/retrieval/__init__.py diff --git a/trustgraph/retrieval/document_rag/__init__.py b/trustgraph-core/trustgraph/retrieval/document_rag/__init__.py similarity index 100% rename from trustgraph/retrieval/document_rag/__init__.py rename to trustgraph-core/trustgraph/retrieval/document_rag/__init__.py diff --git a/trustgraph/retrieval/document_rag/__main__.py b/trustgraph-core/trustgraph/retrieval/document_rag/__main__.py similarity index 100% rename from trustgraph/retrieval/document_rag/__main__.py rename to trustgraph-core/trustgraph/retrieval/document_rag/__main__.py diff --git a/trustgraph/retrieval/document_rag/rag.py b/trustgraph-core/trustgraph/retrieval/document_rag/rag.py similarity index 100% rename from trustgraph/retrieval/document_rag/rag.py rename to trustgraph-core/trustgraph/retrieval/document_rag/rag.py diff --git a/trustgraph/retrieval/graph_rag/__init__.py b/trustgraph-core/trustgraph/retrieval/graph_rag/__init__.py similarity index 100% rename from trustgraph/retrieval/graph_rag/__init__.py rename to trustgraph-core/trustgraph/retrieval/graph_rag/__init__.py diff --git a/trustgraph/retrieval/graph_rag/__main__.py b/trustgraph-core/trustgraph/retrieval/graph_rag/__main__.py similarity index 100% rename from trustgraph/retrieval/graph_rag/__main__.py rename to trustgraph-core/trustgraph/retrieval/graph_rag/__main__.py diff --git a/trustgraph/retrieval/graph_rag/rag.py b/trustgraph-core/trustgraph/retrieval/graph_rag/rag.py similarity index 100% rename from trustgraph/retrieval/graph_rag/rag.py rename to trustgraph-core/trustgraph/retrieval/graph_rag/rag.py diff --git a/trustgraph/schema/__init__.py b/trustgraph-core/trustgraph/schema/__init__.py similarity index 100% rename from trustgraph/schema/__init__.py rename to trustgraph-core/trustgraph/schema/__init__.py diff --git a/trustgraph/schema/documents.py b/trustgraph-core/trustgraph/schema/documents.py similarity index 100% rename from trustgraph/schema/documents.py rename to trustgraph-core/trustgraph/schema/documents.py diff --git a/trustgraph/schema/graph.py b/trustgraph-core/trustgraph/schema/graph.py similarity index 100% rename from trustgraph/schema/graph.py rename to trustgraph-core/trustgraph/schema/graph.py diff --git a/trustgraph/schema/models.py b/trustgraph-core/trustgraph/schema/models.py similarity index 100% rename from trustgraph/schema/models.py rename to trustgraph-core/trustgraph/schema/models.py diff --git a/trustgraph/schema/object.py b/trustgraph-core/trustgraph/schema/object.py similarity index 100% rename from trustgraph/schema/object.py rename to trustgraph-core/trustgraph/schema/object.py diff --git a/trustgraph/schema/prompt.py b/trustgraph-core/trustgraph/schema/prompt.py similarity index 100% rename from trustgraph/schema/prompt.py rename to trustgraph-core/trustgraph/schema/prompt.py diff --git a/trustgraph/schema/retrieval.py b/trustgraph-core/trustgraph/schema/retrieval.py similarity index 100% rename from trustgraph/schema/retrieval.py rename to trustgraph-core/trustgraph/schema/retrieval.py diff --git a/trustgraph/schema/topic.py b/trustgraph-core/trustgraph/schema/topic.py similarity index 100% rename from trustgraph/schema/topic.py rename to trustgraph-core/trustgraph/schema/topic.py diff --git a/trustgraph/schema/types.py b/trustgraph-core/trustgraph/schema/types.py similarity index 100% rename from trustgraph/schema/types.py rename to trustgraph-core/trustgraph/schema/types.py diff --git a/trustgraph/storage/__init__.py b/trustgraph-core/trustgraph/storage/__init__.py similarity index 100% rename from trustgraph/storage/__init__.py rename to trustgraph-core/trustgraph/storage/__init__.py diff --git a/trustgraph/storage/doc_embeddings/__init__.py b/trustgraph-core/trustgraph/storage/doc_embeddings/__init__.py similarity index 100% rename from trustgraph/storage/doc_embeddings/__init__.py rename to trustgraph-core/trustgraph/storage/doc_embeddings/__init__.py diff --git a/trustgraph/storage/doc_embeddings/milvus/__init__.py b/trustgraph-core/trustgraph/storage/doc_embeddings/milvus/__init__.py similarity index 100% rename from trustgraph/storage/doc_embeddings/milvus/__init__.py rename to trustgraph-core/trustgraph/storage/doc_embeddings/milvus/__init__.py diff --git a/trustgraph/storage/doc_embeddings/milvus/__main__.py b/trustgraph-core/trustgraph/storage/doc_embeddings/milvus/__main__.py similarity index 100% rename from trustgraph/storage/doc_embeddings/milvus/__main__.py rename to trustgraph-core/trustgraph/storage/doc_embeddings/milvus/__main__.py diff --git a/trustgraph/storage/doc_embeddings/milvus/write.py b/trustgraph-core/trustgraph/storage/doc_embeddings/milvus/write.py similarity index 100% rename from trustgraph/storage/doc_embeddings/milvus/write.py rename to trustgraph-core/trustgraph/storage/doc_embeddings/milvus/write.py diff --git a/trustgraph/storage/doc_embeddings/qdrant/__init__.py b/trustgraph-core/trustgraph/storage/doc_embeddings/qdrant/__init__.py similarity index 100% rename from trustgraph/storage/doc_embeddings/qdrant/__init__.py rename to trustgraph-core/trustgraph/storage/doc_embeddings/qdrant/__init__.py diff --git a/trustgraph/storage/doc_embeddings/qdrant/__main__.py b/trustgraph-core/trustgraph/storage/doc_embeddings/qdrant/__main__.py similarity index 100% rename from trustgraph/storage/doc_embeddings/qdrant/__main__.py rename to trustgraph-core/trustgraph/storage/doc_embeddings/qdrant/__main__.py diff --git a/trustgraph/storage/doc_embeddings/qdrant/write.py b/trustgraph-core/trustgraph/storage/doc_embeddings/qdrant/write.py similarity index 100% rename from trustgraph/storage/doc_embeddings/qdrant/write.py rename to trustgraph-core/trustgraph/storage/doc_embeddings/qdrant/write.py diff --git a/trustgraph/storage/graph_embeddings/__init__.py b/trustgraph-core/trustgraph/storage/graph_embeddings/__init__.py similarity index 100% rename from trustgraph/storage/graph_embeddings/__init__.py rename to trustgraph-core/trustgraph/storage/graph_embeddings/__init__.py diff --git a/trustgraph/storage/graph_embeddings/milvus/__init__.py b/trustgraph-core/trustgraph/storage/graph_embeddings/milvus/__init__.py similarity index 100% rename from trustgraph/storage/graph_embeddings/milvus/__init__.py rename to trustgraph-core/trustgraph/storage/graph_embeddings/milvus/__init__.py diff --git a/trustgraph/storage/graph_embeddings/milvus/__main__.py b/trustgraph-core/trustgraph/storage/graph_embeddings/milvus/__main__.py similarity index 100% rename from trustgraph/storage/graph_embeddings/milvus/__main__.py rename to trustgraph-core/trustgraph/storage/graph_embeddings/milvus/__main__.py diff --git a/trustgraph/storage/graph_embeddings/milvus/write.py b/trustgraph-core/trustgraph/storage/graph_embeddings/milvus/write.py similarity index 100% rename from trustgraph/storage/graph_embeddings/milvus/write.py rename to trustgraph-core/trustgraph/storage/graph_embeddings/milvus/write.py diff --git a/trustgraph/storage/graph_embeddings/qdrant/__init__.py b/trustgraph-core/trustgraph/storage/graph_embeddings/qdrant/__init__.py similarity index 100% rename from trustgraph/storage/graph_embeddings/qdrant/__init__.py rename to trustgraph-core/trustgraph/storage/graph_embeddings/qdrant/__init__.py diff --git a/trustgraph/storage/graph_embeddings/qdrant/__main__.py b/trustgraph-core/trustgraph/storage/graph_embeddings/qdrant/__main__.py similarity index 100% rename from trustgraph/storage/graph_embeddings/qdrant/__main__.py rename to trustgraph-core/trustgraph/storage/graph_embeddings/qdrant/__main__.py diff --git a/trustgraph/storage/graph_embeddings/qdrant/write.py b/trustgraph-core/trustgraph/storage/graph_embeddings/qdrant/write.py similarity index 100% rename from trustgraph/storage/graph_embeddings/qdrant/write.py rename to trustgraph-core/trustgraph/storage/graph_embeddings/qdrant/write.py diff --git a/trustgraph/storage/object_embeddings/__init__.py b/trustgraph-core/trustgraph/storage/object_embeddings/__init__.py similarity index 100% rename from trustgraph/storage/object_embeddings/__init__.py rename to trustgraph-core/trustgraph/storage/object_embeddings/__init__.py diff --git a/trustgraph/storage/object_embeddings/milvus/__init__.py b/trustgraph-core/trustgraph/storage/object_embeddings/milvus/__init__.py similarity index 100% rename from trustgraph/storage/object_embeddings/milvus/__init__.py rename to trustgraph-core/trustgraph/storage/object_embeddings/milvus/__init__.py diff --git a/trustgraph/storage/object_embeddings/milvus/__main__.py b/trustgraph-core/trustgraph/storage/object_embeddings/milvus/__main__.py similarity index 100% rename from trustgraph/storage/object_embeddings/milvus/__main__.py rename to trustgraph-core/trustgraph/storage/object_embeddings/milvus/__main__.py diff --git a/trustgraph/storage/object_embeddings/milvus/write.py b/trustgraph-core/trustgraph/storage/object_embeddings/milvus/write.py similarity index 100% rename from trustgraph/storage/object_embeddings/milvus/write.py rename to trustgraph-core/trustgraph/storage/object_embeddings/milvus/write.py diff --git a/trustgraph/storage/rows/__init__.py b/trustgraph-core/trustgraph/storage/rows/__init__.py similarity index 100% rename from trustgraph/storage/rows/__init__.py rename to trustgraph-core/trustgraph/storage/rows/__init__.py diff --git a/trustgraph/storage/rows/cassandra/__init__.py b/trustgraph-core/trustgraph/storage/rows/cassandra/__init__.py similarity index 100% rename from trustgraph/storage/rows/cassandra/__init__.py rename to trustgraph-core/trustgraph/storage/rows/cassandra/__init__.py diff --git a/trustgraph/storage/rows/cassandra/__main__.py b/trustgraph-core/trustgraph/storage/rows/cassandra/__main__.py similarity index 100% rename from trustgraph/storage/rows/cassandra/__main__.py rename to trustgraph-core/trustgraph/storage/rows/cassandra/__main__.py diff --git a/trustgraph/storage/rows/cassandra/write.py b/trustgraph-core/trustgraph/storage/rows/cassandra/write.py similarity index 100% rename from trustgraph/storage/rows/cassandra/write.py rename to trustgraph-core/trustgraph/storage/rows/cassandra/write.py diff --git a/trustgraph/storage/triples/__init__.py b/trustgraph-core/trustgraph/storage/triples/__init__.py similarity index 100% rename from trustgraph/storage/triples/__init__.py rename to trustgraph-core/trustgraph/storage/triples/__init__.py diff --git a/trustgraph/storage/triples/cassandra/__init__.py b/trustgraph-core/trustgraph/storage/triples/cassandra/__init__.py similarity index 100% rename from trustgraph/storage/triples/cassandra/__init__.py rename to trustgraph-core/trustgraph/storage/triples/cassandra/__init__.py diff --git a/trustgraph/storage/triples/cassandra/__main__.py b/trustgraph-core/trustgraph/storage/triples/cassandra/__main__.py similarity index 100% rename from trustgraph/storage/triples/cassandra/__main__.py rename to trustgraph-core/trustgraph/storage/triples/cassandra/__main__.py diff --git a/trustgraph/storage/triples/cassandra/write.py b/trustgraph-core/trustgraph/storage/triples/cassandra/write.py similarity index 100% rename from trustgraph/storage/triples/cassandra/write.py rename to trustgraph-core/trustgraph/storage/triples/cassandra/write.py diff --git a/trustgraph/storage/triples/neo4j/__init__.py b/trustgraph-core/trustgraph/storage/triples/neo4j/__init__.py similarity index 100% rename from trustgraph/storage/triples/neo4j/__init__.py rename to trustgraph-core/trustgraph/storage/triples/neo4j/__init__.py diff --git a/trustgraph/storage/triples/neo4j/__main__.py b/trustgraph-core/trustgraph/storage/triples/neo4j/__main__.py similarity index 100% rename from trustgraph/storage/triples/neo4j/__main__.py rename to trustgraph-core/trustgraph/storage/triples/neo4j/__main__.py diff --git a/trustgraph/storage/triples/neo4j/write.py b/trustgraph-core/trustgraph/storage/triples/neo4j/write.py similarity index 100% rename from trustgraph/storage/triples/neo4j/write.py rename to trustgraph-core/trustgraph/storage/triples/neo4j/write.py