Removed redundant scripts

This commit is contained in:
Cyber MacGeddon 2025-07-22 21:57:21 +01:00
parent 0df5969845
commit 0f3473c48b
66 changed files with 0 additions and 395 deletions

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.bedrock import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.embeddings.hf import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.agent.react import run
run()

View file

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

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.chunking.recursive import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.chunking.token import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.config.service import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.doc_embeddings.milvus import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.doc_embeddings.pinecone import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.doc_embeddings.qdrant import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.doc_embeddings.milvus import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.doc_embeddings.pinecone import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.doc_embeddings.qdrant import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.embeddings.document_embeddings import run
run()

View file

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

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.embeddings.fastembed import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.embeddings.ollama import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.graph_embeddings.milvus import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.graph_embeddings.pinecone import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.graph_embeddings.qdrant import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.graph_embeddings.milvus import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.graph_embeddings.pinecone import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.graph_embeddings.qdrant import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.embeddings.graph_embeddings import run
run()

View file

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

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.extract.kg.agent import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.extract.kg.definitions import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.extract.kg.relationships import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.extract.kg.topics import run
run()

View file

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

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.knowledge import run
run()

View file

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

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.agent.mcp_tool import run
run()

View file

@ -1,5 +0,0 @@
#!/usr/bin/env python3
from trustgraph.metering import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.extract.object.row import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.object_embeddings.milvus import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.decoding.pdf import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.decoding.mistral_ocr import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.prompt.template import run
run()

View file

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

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.rows.cassandra import run
run()

View file

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

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.azure import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.azure_openai import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.claude import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.cohere import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.googleaistudio import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.llamafile import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.lmstudio import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.mistral import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.ollama import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.openai import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.tgi import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.vllm import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.triples.cassandra import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.triples.falkordb import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.triples.memgraph import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.query.triples.neo4j import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.triples.cassandra import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.triples.falkordb import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.triples.memgraph import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.storage.triples.neo4j import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.external.wikipedia import run
run()

View file

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

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.decoding.ocr import run
run()

View file

@ -1,6 +0,0 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.vertexai import run
run()