trustgraph-flow 1.2.0__tar.gz → 1.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- trustgraph_flow-1.2.3/PKG-INFO +46 -0
- trustgraph_flow-1.2.3/pyproject.toml +123 -0
- trustgraph_flow-1.2.3/trustgraph/flow_version.py +1 -0
- trustgraph_flow-1.2.3/trustgraph_flow.egg-info/PKG-INFO +46 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph_flow.egg-info/SOURCES.txt +2 -61
- trustgraph_flow-1.2.3/trustgraph_flow.egg-info/entry_points.txt +62 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph_flow.egg-info/top_level.txt +0 -1
- trustgraph-flow-1.2.0/PKG-INFO +0 -15
- trustgraph-flow-1.2.0/scripts/agent-manager-react +0 -6
- trustgraph-flow-1.2.0/scripts/api-gateway +0 -6
- trustgraph-flow-1.2.0/scripts/chunker-recursive +0 -6
- trustgraph-flow-1.2.0/scripts/chunker-token +0 -6
- trustgraph-flow-1.2.0/scripts/config-svc +0 -6
- trustgraph-flow-1.2.0/scripts/de-query-milvus +0 -6
- trustgraph-flow-1.2.0/scripts/de-query-pinecone +0 -6
- trustgraph-flow-1.2.0/scripts/de-query-qdrant +0 -6
- trustgraph-flow-1.2.0/scripts/de-write-milvus +0 -6
- trustgraph-flow-1.2.0/scripts/de-write-pinecone +0 -6
- trustgraph-flow-1.2.0/scripts/de-write-qdrant +0 -6
- trustgraph-flow-1.2.0/scripts/document-embeddings +0 -6
- trustgraph-flow-1.2.0/scripts/document-rag +0 -6
- trustgraph-flow-1.2.0/scripts/embeddings-fastembed +0 -6
- trustgraph-flow-1.2.0/scripts/embeddings-ollama +0 -6
- trustgraph-flow-1.2.0/scripts/ge-query-milvus +0 -6
- trustgraph-flow-1.2.0/scripts/ge-query-pinecone +0 -6
- trustgraph-flow-1.2.0/scripts/ge-query-qdrant +0 -6
- trustgraph-flow-1.2.0/scripts/ge-write-milvus +0 -6
- trustgraph-flow-1.2.0/scripts/ge-write-pinecone +0 -6
- trustgraph-flow-1.2.0/scripts/ge-write-qdrant +0 -6
- trustgraph-flow-1.2.0/scripts/graph-embeddings +0 -6
- trustgraph-flow-1.2.0/scripts/graph-rag +0 -6
- trustgraph-flow-1.2.0/scripts/kg-extract-agent +0 -6
- trustgraph-flow-1.2.0/scripts/kg-extract-definitions +0 -6
- trustgraph-flow-1.2.0/scripts/kg-extract-relationships +0 -6
- trustgraph-flow-1.2.0/scripts/kg-manager +0 -6
- trustgraph-flow-1.2.0/scripts/kg-store +0 -6
- trustgraph-flow-1.2.0/scripts/librarian +0 -6
- trustgraph-flow-1.2.0/scripts/mcp-tool +0 -6
- trustgraph-flow-1.2.0/scripts/metering +0 -5
- trustgraph-flow-1.2.0/scripts/object-extract-row +0 -6
- trustgraph-flow-1.2.0/scripts/oe-write-milvus +0 -6
- trustgraph-flow-1.2.0/scripts/pdf-decoder +0 -6
- trustgraph-flow-1.2.0/scripts/pdf-ocr-mistral +0 -6
- trustgraph-flow-1.2.0/scripts/prompt-template +0 -6
- trustgraph-flow-1.2.0/scripts/rev-gateway +0 -6
- trustgraph-flow-1.2.0/scripts/rows-write-cassandra +0 -6
- trustgraph-flow-1.2.0/scripts/run-processing +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-azure +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-azure-openai +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-claude +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-cohere +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-googleaistudio +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-llamafile +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-lmstudio +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-mistral +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-ollama +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-openai +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-tgi +0 -6
- trustgraph-flow-1.2.0/scripts/text-completion-vllm +0 -6
- trustgraph-flow-1.2.0/scripts/triples-query-cassandra +0 -6
- trustgraph-flow-1.2.0/scripts/triples-query-falkordb +0 -6
- trustgraph-flow-1.2.0/scripts/triples-query-memgraph +0 -6
- trustgraph-flow-1.2.0/scripts/triples-query-neo4j +0 -6
- trustgraph-flow-1.2.0/scripts/triples-write-cassandra +0 -6
- trustgraph-flow-1.2.0/scripts/triples-write-falkordb +0 -6
- trustgraph-flow-1.2.0/scripts/triples-write-memgraph +0 -6
- trustgraph-flow-1.2.0/scripts/triples-write-neo4j +0 -6
- trustgraph-flow-1.2.0/scripts/wikipedia-lookup +0 -6
- trustgraph-flow-1.2.0/setup.py +0 -134
- trustgraph-flow-1.2.0/trustgraph/flow_version.py +0 -1
- trustgraph-flow-1.2.0/trustgraph_flow.egg-info/PKG-INFO +0 -15
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/README.md +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/setup.cfg +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/mcp_tool/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/mcp_tool/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/mcp_tool/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/react/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/react/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/react/agent_manager.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/react/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/react/tools.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/agent/react/types.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/chunking/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/chunking/recursive/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/chunking/recursive/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/chunking/recursive/chunker.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/chunking/token/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/chunking/token/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/chunking/token/chunker.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/config/service/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/config/service/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/config/service/config.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/config/service/flow.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/config/service/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/cores/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/cores/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/cores/knowledge.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/cores/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/decoding/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/decoding/mistral_ocr/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/decoding/mistral_ocr/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/decoding/mistral_ocr/processor.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/decoding/pdf/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/decoding/pdf/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/decoding/pdf/pdf_decoder.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/direct/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/direct/cassandra.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/direct/milvus_doc_embeddings.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/direct/milvus_graph_embeddings.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/direct/milvus_object_embeddings.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/document_embeddings/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/document_embeddings/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/document_embeddings/embeddings.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/fastembed/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/fastembed/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/fastembed/processor.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/graph_embeddings/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/graph_embeddings/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/graph_embeddings/embeddings.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/ollama/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/ollama/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/embeddings/ollama/processor.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/external/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/external/wikipedia/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/external/wikipedia/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/external/wikipedia/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/agent/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/agent/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/agent/extract.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/definitions/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/definitions/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/definitions/extract.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/relationships/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/relationships/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/relationships/extract.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/topics/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/topics/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/kg/topics/extract.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/object/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/object/row/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/object/row/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/extract/object/row/extract.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/auth.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/config/receiver.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/agent.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/config.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/core_export.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/core_import.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/document_embeddings_export.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/document_embeddings_import.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/document_load.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/document_rag.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/embeddings.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/entity_contexts_export.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/entity_contexts_import.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/flow.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/graph_embeddings_export.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/graph_embeddings_import.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/graph_embeddings_query.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/graph_rag.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/knowledge.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/librarian.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/manager.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/mcp_tool.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/mux.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/prompt.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/requestor.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/sender.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/serialize.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/streamer.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/text_completion.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/text_load.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/triples_export.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/triples_import.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/dispatch/triples_query.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/endpoint/constant_endpoint.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/endpoint/manager.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/endpoint/metrics.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/endpoint/socket.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/endpoint/stream_endpoint.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/endpoint/variable_endpoint.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/running.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/unused/dbpedia.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/unused/encyclopedia.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/gateway/unused/internet_search.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/librarian/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/librarian/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/librarian/blob_store.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/librarian/librarian.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/librarian/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/metering/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/metering/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/metering/counter.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/azure/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/azure/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/azure/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/azure_openai/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/azure_openai/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/azure_openai/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/claude/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/claude/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/claude/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/cohere/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/cohere/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/cohere/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/googleaistudio/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/googleaistudio/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/googleaistudio/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/llamafile/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/llamafile/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/llamafile/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/lmstudio/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/lmstudio/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/lmstudio/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/mistral/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/mistral/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/mistral/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/ollama/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/ollama/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/ollama/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/openai/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/openai/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/openai/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/tgi/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/tgi/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/tgi/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/vllm/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/vllm/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/model/text_completion/vllm/llm.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/processing/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/processing/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/processing/processing.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/prompt/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/prompt/template/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/prompt/template/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/prompt/template/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/milvus/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/pinecone/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/pinecone/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/pinecone/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/qdrant/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/qdrant/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/doc_embeddings/qdrant/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/milvus/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/pinecone/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/pinecone/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/pinecone/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/qdrant/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/qdrant/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/graph_embeddings/qdrant/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/cassandra/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/cassandra/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/cassandra/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/falkordb/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/falkordb/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/falkordb/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/memgraph/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/memgraph/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/memgraph/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/neo4j/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/neo4j/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/query/triples/neo4j/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/retrieval/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/retrieval/document_rag/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/retrieval/document_rag/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/retrieval/document_rag/document_rag.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/retrieval/document_rag/rag.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/retrieval/graph_rag/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/retrieval/graph_rag/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/retrieval/graph_rag/graph_rag.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/retrieval/graph_rag/rag.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/rev_gateway/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/rev_gateway/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/rev_gateway/dispatcher.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/rev_gateway/service.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/milvus/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/pinecone/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/pinecone/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/pinecone/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/qdrant/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/qdrant/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/doc_embeddings/qdrant/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/milvus/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/pinecone/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/pinecone/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/pinecone/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/qdrant/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/qdrant/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/graph_embeddings/qdrant/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/knowledge/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/knowledge/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/knowledge/store.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/object_embeddings/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/object_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/object_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/object_embeddings/milvus/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/rows/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/rows/cassandra/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/rows/cassandra/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/rows/cassandra/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/cassandra/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/cassandra/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/cassandra/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/falkordb/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/falkordb/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/falkordb/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/memgraph/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/memgraph/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/memgraph/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/neo4j/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/neo4j/__main__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/storage/triples/neo4j/write.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/tables/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/tables/config.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/tables/knowledge.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/tables/library.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/template/__init__.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph/template/prompt_manager.py +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph_flow.egg-info/dependency_links.txt +0 -0
- {trustgraph-flow-1.2.0 → trustgraph_flow-1.2.3}/trustgraph_flow.egg-info/requires.txt +2 -2
@@ -0,0 +1,46 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: trustgraph-flow
|
3
|
+
Version: 1.2.3
|
4
|
+
Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
|
5
|
+
Author-email: "trustgraph.ai" <security@trustgraph.ai>
|
6
|
+
Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
8
|
+
Classifier: Operating System :: OS Independent
|
9
|
+
Requires-Python: >=3.8
|
10
|
+
Description-Content-Type: text/markdown
|
11
|
+
Requires-Dist: trustgraph-base<1.3,>=1.2
|
12
|
+
Requires-Dist: aiohttp
|
13
|
+
Requires-Dist: anthropic
|
14
|
+
Requires-Dist: cassandra-driver
|
15
|
+
Requires-Dist: cohere
|
16
|
+
Requires-Dist: cryptography
|
17
|
+
Requires-Dist: falkordb
|
18
|
+
Requires-Dist: fastembed
|
19
|
+
Requires-Dist: google-genai
|
20
|
+
Requires-Dist: ibis
|
21
|
+
Requires-Dist: jsonschema
|
22
|
+
Requires-Dist: langchain
|
23
|
+
Requires-Dist: langchain-community
|
24
|
+
Requires-Dist: langchain-core
|
25
|
+
Requires-Dist: langchain-text-splitters
|
26
|
+
Requires-Dist: mcp
|
27
|
+
Requires-Dist: minio
|
28
|
+
Requires-Dist: mistralai
|
29
|
+
Requires-Dist: neo4j
|
30
|
+
Requires-Dist: ollama
|
31
|
+
Requires-Dist: openai
|
32
|
+
Requires-Dist: pinecone[grpc]
|
33
|
+
Requires-Dist: prometheus-client
|
34
|
+
Requires-Dist: pulsar-client
|
35
|
+
Requires-Dist: pymilvus
|
36
|
+
Requires-Dist: pypdf
|
37
|
+
Requires-Dist: mistralai
|
38
|
+
Requires-Dist: pyyaml
|
39
|
+
Requires-Dist: qdrant-client
|
40
|
+
Requires-Dist: rdflib
|
41
|
+
Requires-Dist: requests
|
42
|
+
Requires-Dist: tabulate
|
43
|
+
Requires-Dist: tiktoken
|
44
|
+
Requires-Dist: urllib3
|
45
|
+
|
46
|
+
See https://trustgraph.ai/
|
@@ -0,0 +1,123 @@
|
|
1
|
+
[build-system]
|
2
|
+
requires = ["setuptools>=61.0", "wheel"]
|
3
|
+
build-backend = "setuptools.build_meta"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "trustgraph-flow"
|
7
|
+
dynamic = ["version"]
|
8
|
+
authors = [{name = "trustgraph.ai", email = "security@trustgraph.ai"}]
|
9
|
+
description = "TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline."
|
10
|
+
readme = "README.md"
|
11
|
+
requires-python = ">=3.8"
|
12
|
+
dependencies = [
|
13
|
+
"trustgraph-base>=1.2,<1.3",
|
14
|
+
"aiohttp",
|
15
|
+
"anthropic",
|
16
|
+
"cassandra-driver",
|
17
|
+
"cohere",
|
18
|
+
"cryptography",
|
19
|
+
"falkordb",
|
20
|
+
"fastembed",
|
21
|
+
"google-genai",
|
22
|
+
"ibis",
|
23
|
+
"jsonschema",
|
24
|
+
"langchain",
|
25
|
+
"langchain-community",
|
26
|
+
"langchain-core",
|
27
|
+
"langchain-text-splitters",
|
28
|
+
"mcp",
|
29
|
+
"minio",
|
30
|
+
"mistralai",
|
31
|
+
"neo4j",
|
32
|
+
"ollama",
|
33
|
+
"openai",
|
34
|
+
"pinecone[grpc]",
|
35
|
+
"prometheus-client",
|
36
|
+
"pulsar-client",
|
37
|
+
"pymilvus",
|
38
|
+
"pypdf",
|
39
|
+
"mistralai",
|
40
|
+
"pyyaml",
|
41
|
+
"qdrant-client",
|
42
|
+
"rdflib",
|
43
|
+
"requests",
|
44
|
+
"tabulate",
|
45
|
+
"tiktoken",
|
46
|
+
"urllib3",
|
47
|
+
]
|
48
|
+
classifiers = [
|
49
|
+
"Programming Language :: Python :: 3",
|
50
|
+
"Operating System :: OS Independent",
|
51
|
+
]
|
52
|
+
|
53
|
+
[project.urls]
|
54
|
+
Homepage = "https://github.com/trustgraph-ai/trustgraph"
|
55
|
+
|
56
|
+
[project.scripts]
|
57
|
+
agent-manager-react = "trustgraph.agent.react:run"
|
58
|
+
api-gateway = "trustgraph.gateway:run"
|
59
|
+
chunker-recursive = "trustgraph.chunking.recursive:run"
|
60
|
+
chunker-token = "trustgraph.chunking.token:run"
|
61
|
+
config-svc = "trustgraph.config.service:run"
|
62
|
+
de-query-milvus = "trustgraph.query.doc_embeddings.milvus:run"
|
63
|
+
de-query-pinecone = "trustgraph.query.doc_embeddings.pinecone:run"
|
64
|
+
de-query-qdrant = "trustgraph.query.doc_embeddings.qdrant:run"
|
65
|
+
de-write-milvus = "trustgraph.storage.doc_embeddings.milvus:run"
|
66
|
+
de-write-pinecone = "trustgraph.storage.doc_embeddings.pinecone:run"
|
67
|
+
de-write-qdrant = "trustgraph.storage.doc_embeddings.qdrant:run"
|
68
|
+
document-embeddings = "trustgraph.embeddings.document_embeddings:run"
|
69
|
+
document-rag = "trustgraph.retrieval.document_rag:run"
|
70
|
+
embeddings-fastembed = "trustgraph.embeddings.fastembed:run"
|
71
|
+
embeddings-ollama = "trustgraph.embeddings.ollama:run"
|
72
|
+
ge-query-milvus = "trustgraph.query.graph_embeddings.milvus:run"
|
73
|
+
ge-query-pinecone = "trustgraph.query.graph_embeddings.pinecone:run"
|
74
|
+
ge-query-qdrant = "trustgraph.query.graph_embeddings.qdrant:run"
|
75
|
+
ge-write-milvus = "trustgraph.storage.graph_embeddings.milvus:run"
|
76
|
+
ge-write-pinecone = "trustgraph.storage.graph_embeddings.pinecone:run"
|
77
|
+
ge-write-qdrant = "trustgraph.storage.graph_embeddings.qdrant:run"
|
78
|
+
graph-embeddings = "trustgraph.embeddings.graph_embeddings:run"
|
79
|
+
graph-rag = "trustgraph.retrieval.graph_rag:run"
|
80
|
+
kg-extract-agent = "trustgraph.extract.kg.agent:run"
|
81
|
+
kg-extract-definitions = "trustgraph.extract.kg.definitions:run"
|
82
|
+
kg-extract-relationships = "trustgraph.extract.kg.relationships:run"
|
83
|
+
kg-extract-topics = "trustgraph.extract.kg.topics:run"
|
84
|
+
kg-manager = "trustgraph.cores:run"
|
85
|
+
kg-store = "trustgraph.storage.knowledge:run"
|
86
|
+
librarian = "trustgraph.librarian:run"
|
87
|
+
mcp-tool = "trustgraph.agent.mcp_tool:run"
|
88
|
+
metering = "trustgraph.metering:run"
|
89
|
+
object-extract-row = "trustgraph.extract.object.row:run"
|
90
|
+
oe-write-milvus = "trustgraph.storage.object_embeddings.milvus:run"
|
91
|
+
pdf-decoder = "trustgraph.decoding.pdf:run"
|
92
|
+
pdf-ocr-mistral = "trustgraph.decoding.mistral_ocr:run"
|
93
|
+
prompt-template = "trustgraph.prompt.template:run"
|
94
|
+
rev-gateway = "trustgraph.rev_gateway:run"
|
95
|
+
rows-write-cassandra = "trustgraph.storage.rows.cassandra:run"
|
96
|
+
run-processing = "trustgraph.processing:run"
|
97
|
+
text-completion-azure = "trustgraph.model.text_completion.azure:run"
|
98
|
+
text-completion-azure-openai = "trustgraph.model.text_completion.azure_openai:run"
|
99
|
+
text-completion-claude = "trustgraph.model.text_completion.claude:run"
|
100
|
+
text-completion-cohere = "trustgraph.model.text_completion.cohere:run"
|
101
|
+
text-completion-googleaistudio = "trustgraph.model.text_completion.googleaistudio:run"
|
102
|
+
text-completion-llamafile = "trustgraph.model.text_completion.llamafile:run"
|
103
|
+
text-completion-lmstudio = "trustgraph.model.text_completion.lmstudio:run"
|
104
|
+
text-completion-mistral = "trustgraph.model.text_completion.mistral:run"
|
105
|
+
text-completion-ollama = "trustgraph.model.text_completion.ollama:run"
|
106
|
+
text-completion-openai = "trustgraph.model.text_completion.openai:run"
|
107
|
+
text-completion-tgi = "trustgraph.model.text_completion.tgi:run"
|
108
|
+
text-completion-vllm = "trustgraph.model.text_completion.vllm:run"
|
109
|
+
triples-query-cassandra = "trustgraph.query.triples.cassandra:run"
|
110
|
+
triples-query-falkordb = "trustgraph.query.triples.falkordb:run"
|
111
|
+
triples-query-memgraph = "trustgraph.query.triples.memgraph:run"
|
112
|
+
triples-query-neo4j = "trustgraph.query.triples.neo4j:run"
|
113
|
+
triples-write-cassandra = "trustgraph.storage.triples.cassandra:run"
|
114
|
+
triples-write-falkordb = "trustgraph.storage.triples.falkordb:run"
|
115
|
+
triples-write-memgraph = "trustgraph.storage.triples.memgraph:run"
|
116
|
+
triples-write-neo4j = "trustgraph.storage.triples.neo4j:run"
|
117
|
+
wikipedia-lookup = "trustgraph.external.wikipedia:run"
|
118
|
+
|
119
|
+
[tool.setuptools.packages.find]
|
120
|
+
include = ["trustgraph*"]
|
121
|
+
|
122
|
+
[tool.setuptools.dynamic]
|
123
|
+
version = {attr = "trustgraph.flow_version.__version__"}
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "1.2.3"
|
@@ -0,0 +1,46 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: trustgraph-flow
|
3
|
+
Version: 1.2.3
|
4
|
+
Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
|
5
|
+
Author-email: "trustgraph.ai" <security@trustgraph.ai>
|
6
|
+
Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
8
|
+
Classifier: Operating System :: OS Independent
|
9
|
+
Requires-Python: >=3.8
|
10
|
+
Description-Content-Type: text/markdown
|
11
|
+
Requires-Dist: trustgraph-base<1.3,>=1.2
|
12
|
+
Requires-Dist: aiohttp
|
13
|
+
Requires-Dist: anthropic
|
14
|
+
Requires-Dist: cassandra-driver
|
15
|
+
Requires-Dist: cohere
|
16
|
+
Requires-Dist: cryptography
|
17
|
+
Requires-Dist: falkordb
|
18
|
+
Requires-Dist: fastembed
|
19
|
+
Requires-Dist: google-genai
|
20
|
+
Requires-Dist: ibis
|
21
|
+
Requires-Dist: jsonschema
|
22
|
+
Requires-Dist: langchain
|
23
|
+
Requires-Dist: langchain-community
|
24
|
+
Requires-Dist: langchain-core
|
25
|
+
Requires-Dist: langchain-text-splitters
|
26
|
+
Requires-Dist: mcp
|
27
|
+
Requires-Dist: minio
|
28
|
+
Requires-Dist: mistralai
|
29
|
+
Requires-Dist: neo4j
|
30
|
+
Requires-Dist: ollama
|
31
|
+
Requires-Dist: openai
|
32
|
+
Requires-Dist: pinecone[grpc]
|
33
|
+
Requires-Dist: prometheus-client
|
34
|
+
Requires-Dist: pulsar-client
|
35
|
+
Requires-Dist: pymilvus
|
36
|
+
Requires-Dist: pypdf
|
37
|
+
Requires-Dist: mistralai
|
38
|
+
Requires-Dist: pyyaml
|
39
|
+
Requires-Dist: qdrant-client
|
40
|
+
Requires-Dist: rdflib
|
41
|
+
Requires-Dist: requests
|
42
|
+
Requires-Dist: tabulate
|
43
|
+
Requires-Dist: tiktoken
|
44
|
+
Requires-Dist: urllib3
|
45
|
+
|
46
|
+
See https://trustgraph.ai/
|
@@ -1,65 +1,5 @@
|
|
1
1
|
README.md
|
2
|
-
|
3
|
-
scripts/agent-manager-react
|
4
|
-
scripts/api-gateway
|
5
|
-
scripts/chunker-recursive
|
6
|
-
scripts/chunker-token
|
7
|
-
scripts/config-svc
|
8
|
-
scripts/de-query-milvus
|
9
|
-
scripts/de-query-pinecone
|
10
|
-
scripts/de-query-qdrant
|
11
|
-
scripts/de-write-milvus
|
12
|
-
scripts/de-write-pinecone
|
13
|
-
scripts/de-write-qdrant
|
14
|
-
scripts/document-embeddings
|
15
|
-
scripts/document-rag
|
16
|
-
scripts/embeddings-fastembed
|
17
|
-
scripts/embeddings-ollama
|
18
|
-
scripts/ge-query-milvus
|
19
|
-
scripts/ge-query-pinecone
|
20
|
-
scripts/ge-query-qdrant
|
21
|
-
scripts/ge-write-milvus
|
22
|
-
scripts/ge-write-pinecone
|
23
|
-
scripts/ge-write-qdrant
|
24
|
-
scripts/graph-embeddings
|
25
|
-
scripts/graph-rag
|
26
|
-
scripts/kg-extract-agent
|
27
|
-
scripts/kg-extract-definitions
|
28
|
-
scripts/kg-extract-relationships
|
29
|
-
scripts/kg-manager
|
30
|
-
scripts/kg-store
|
31
|
-
scripts/librarian
|
32
|
-
scripts/mcp-tool
|
33
|
-
scripts/metering
|
34
|
-
scripts/object-extract-row
|
35
|
-
scripts/oe-write-milvus
|
36
|
-
scripts/pdf-decoder
|
37
|
-
scripts/pdf-ocr-mistral
|
38
|
-
scripts/prompt-template
|
39
|
-
scripts/rev-gateway
|
40
|
-
scripts/rows-write-cassandra
|
41
|
-
scripts/run-processing
|
42
|
-
scripts/text-completion-azure
|
43
|
-
scripts/text-completion-azure-openai
|
44
|
-
scripts/text-completion-claude
|
45
|
-
scripts/text-completion-cohere
|
46
|
-
scripts/text-completion-googleaistudio
|
47
|
-
scripts/text-completion-llamafile
|
48
|
-
scripts/text-completion-lmstudio
|
49
|
-
scripts/text-completion-mistral
|
50
|
-
scripts/text-completion-ollama
|
51
|
-
scripts/text-completion-openai
|
52
|
-
scripts/text-completion-tgi
|
53
|
-
scripts/text-completion-vllm
|
54
|
-
scripts/triples-query-cassandra
|
55
|
-
scripts/triples-query-falkordb
|
56
|
-
scripts/triples-query-memgraph
|
57
|
-
scripts/triples-query-neo4j
|
58
|
-
scripts/triples-write-cassandra
|
59
|
-
scripts/triples-write-falkordb
|
60
|
-
scripts/triples-write-memgraph
|
61
|
-
scripts/triples-write-neo4j
|
62
|
-
scripts/wikipedia-lookup
|
2
|
+
pyproject.toml
|
63
3
|
trustgraph/__init__.py
|
64
4
|
trustgraph/flow_version.py
|
65
5
|
trustgraph/agent/__init__.py
|
@@ -335,5 +275,6 @@ trustgraph/template/prompt_manager.py
|
|
335
275
|
trustgraph_flow.egg-info/PKG-INFO
|
336
276
|
trustgraph_flow.egg-info/SOURCES.txt
|
337
277
|
trustgraph_flow.egg-info/dependency_links.txt
|
278
|
+
trustgraph_flow.egg-info/entry_points.txt
|
338
279
|
trustgraph_flow.egg-info/requires.txt
|
339
280
|
trustgraph_flow.egg-info/top_level.txt
|
@@ -0,0 +1,62 @@
|
|
1
|
+
[console_scripts]
|
2
|
+
agent-manager-react = trustgraph.agent.react:run
|
3
|
+
api-gateway = trustgraph.gateway:run
|
4
|
+
chunker-recursive = trustgraph.chunking.recursive:run
|
5
|
+
chunker-token = trustgraph.chunking.token:run
|
6
|
+
config-svc = trustgraph.config.service:run
|
7
|
+
de-query-milvus = trustgraph.query.doc_embeddings.milvus:run
|
8
|
+
de-query-pinecone = trustgraph.query.doc_embeddings.pinecone:run
|
9
|
+
de-query-qdrant = trustgraph.query.doc_embeddings.qdrant:run
|
10
|
+
de-write-milvus = trustgraph.storage.doc_embeddings.milvus:run
|
11
|
+
de-write-pinecone = trustgraph.storage.doc_embeddings.pinecone:run
|
12
|
+
de-write-qdrant = trustgraph.storage.doc_embeddings.qdrant:run
|
13
|
+
document-embeddings = trustgraph.embeddings.document_embeddings:run
|
14
|
+
document-rag = trustgraph.retrieval.document_rag:run
|
15
|
+
embeddings-fastembed = trustgraph.embeddings.fastembed:run
|
16
|
+
embeddings-ollama = trustgraph.embeddings.ollama:run
|
17
|
+
ge-query-milvus = trustgraph.query.graph_embeddings.milvus:run
|
18
|
+
ge-query-pinecone = trustgraph.query.graph_embeddings.pinecone:run
|
19
|
+
ge-query-qdrant = trustgraph.query.graph_embeddings.qdrant:run
|
20
|
+
ge-write-milvus = trustgraph.storage.graph_embeddings.milvus:run
|
21
|
+
ge-write-pinecone = trustgraph.storage.graph_embeddings.pinecone:run
|
22
|
+
ge-write-qdrant = trustgraph.storage.graph_embeddings.qdrant:run
|
23
|
+
graph-embeddings = trustgraph.embeddings.graph_embeddings:run
|
24
|
+
graph-rag = trustgraph.retrieval.graph_rag:run
|
25
|
+
kg-extract-agent = trustgraph.extract.kg.agent:run
|
26
|
+
kg-extract-definitions = trustgraph.extract.kg.definitions:run
|
27
|
+
kg-extract-relationships = trustgraph.extract.kg.relationships:run
|
28
|
+
kg-extract-topics = trustgraph.extract.kg.topics:run
|
29
|
+
kg-manager = trustgraph.cores:run
|
30
|
+
kg-store = trustgraph.storage.knowledge:run
|
31
|
+
librarian = trustgraph.librarian:run
|
32
|
+
mcp-tool = trustgraph.agent.mcp_tool:run
|
33
|
+
metering = trustgraph.metering:run
|
34
|
+
object-extract-row = trustgraph.extract.object.row:run
|
35
|
+
oe-write-milvus = trustgraph.storage.object_embeddings.milvus:run
|
36
|
+
pdf-decoder = trustgraph.decoding.pdf:run
|
37
|
+
pdf-ocr-mistral = trustgraph.decoding.mistral_ocr:run
|
38
|
+
prompt-template = trustgraph.prompt.template:run
|
39
|
+
rev-gateway = trustgraph.rev_gateway:run
|
40
|
+
rows-write-cassandra = trustgraph.storage.rows.cassandra:run
|
41
|
+
run-processing = trustgraph.processing:run
|
42
|
+
text-completion-azure = trustgraph.model.text_completion.azure:run
|
43
|
+
text-completion-azure-openai = trustgraph.model.text_completion.azure_openai:run
|
44
|
+
text-completion-claude = trustgraph.model.text_completion.claude:run
|
45
|
+
text-completion-cohere = trustgraph.model.text_completion.cohere:run
|
46
|
+
text-completion-googleaistudio = trustgraph.model.text_completion.googleaistudio:run
|
47
|
+
text-completion-llamafile = trustgraph.model.text_completion.llamafile:run
|
48
|
+
text-completion-lmstudio = trustgraph.model.text_completion.lmstudio:run
|
49
|
+
text-completion-mistral = trustgraph.model.text_completion.mistral:run
|
50
|
+
text-completion-ollama = trustgraph.model.text_completion.ollama:run
|
51
|
+
text-completion-openai = trustgraph.model.text_completion.openai:run
|
52
|
+
text-completion-tgi = trustgraph.model.text_completion.tgi:run
|
53
|
+
text-completion-vllm = trustgraph.model.text_completion.vllm:run
|
54
|
+
triples-query-cassandra = trustgraph.query.triples.cassandra:run
|
55
|
+
triples-query-falkordb = trustgraph.query.triples.falkordb:run
|
56
|
+
triples-query-memgraph = trustgraph.query.triples.memgraph:run
|
57
|
+
triples-query-neo4j = trustgraph.query.triples.neo4j:run
|
58
|
+
triples-write-cassandra = trustgraph.storage.triples.cassandra:run
|
59
|
+
triples-write-falkordb = trustgraph.storage.triples.falkordb:run
|
60
|
+
triples-write-memgraph = trustgraph.storage.triples.memgraph:run
|
61
|
+
triples-write-neo4j = trustgraph.storage.triples.neo4j:run
|
62
|
+
wikipedia-lookup = trustgraph.external.wikipedia:run
|
trustgraph-flow-1.2.0/PKG-INFO
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: trustgraph-flow
|
3
|
-
Version: 1.2.0
|
4
|
-
Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
|
5
|
-
Home-page: https://github.com/trustgraph-ai/trustgraph
|
6
|
-
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v1.2.0.tar.gz
|
7
|
-
Author: trustgraph.ai
|
8
|
-
Author-email: security@trustgraph.ai
|
9
|
-
Classifier: Programming Language :: Python :: 3
|
10
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
11
|
-
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.8
|
13
|
-
Description-Content-Type: text/markdown
|
14
|
-
|
15
|
-
See https://trustgraph.ai/
|