trustgraph-flow 1.2.6__tar.gz → 1.2.8__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.6 → trustgraph_flow-1.2.8}/PKG-INFO +1 -2
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/pyproject.toml +0 -1
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/decoding/mistral_ocr/processor.py +24 -17
- trustgraph_flow-1.2.8/trustgraph/flow_version.py +1 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph_flow.egg-info/PKG-INFO +1 -2
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph_flow.egg-info/requires.txt +0 -1
- trustgraph_flow-1.2.6/trustgraph/flow_version.py +0 -1
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/README.md +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/setup.cfg +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/mcp_tool/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/mcp_tool/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/mcp_tool/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/react/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/react/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/react/agent_manager.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/react/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/react/tools.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/agent/react/types.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/chunking/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/chunking/recursive/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/chunking/recursive/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/chunking/recursive/chunker.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/chunking/token/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/chunking/token/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/chunking/token/chunker.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/config/service/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/config/service/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/config/service/config.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/config/service/flow.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/config/service/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/cores/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/cores/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/cores/knowledge.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/cores/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/decoding/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/decoding/mistral_ocr/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/decoding/mistral_ocr/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/decoding/pdf/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/decoding/pdf/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/decoding/pdf/pdf_decoder.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/direct/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/direct/cassandra.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/direct/milvus_doc_embeddings.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/direct/milvus_graph_embeddings.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/direct/milvus_object_embeddings.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/document_embeddings/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/document_embeddings/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/document_embeddings/embeddings.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/fastembed/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/fastembed/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/fastembed/processor.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/graph_embeddings/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/graph_embeddings/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/graph_embeddings/embeddings.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/ollama/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/ollama/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/ollama/processor.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/external/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/external/wikipedia/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/external/wikipedia/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/external/wikipedia/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/agent/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/agent/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/agent/extract.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/definitions/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/definitions/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/definitions/extract.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/relationships/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/relationships/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/relationships/extract.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/topics/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/topics/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/topics/extract.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/object/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/object/row/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/object/row/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/object/row/extract.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/auth.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/config/receiver.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/agent.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/config.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/core_export.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/core_import.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/document_embeddings_export.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/document_embeddings_import.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/document_load.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/document_rag.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/embeddings.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/entity_contexts_export.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/entity_contexts_import.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/flow.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/graph_embeddings_export.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/graph_embeddings_import.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/graph_embeddings_query.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/graph_rag.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/knowledge.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/librarian.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/manager.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/mcp_tool.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/mux.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/prompt.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/requestor.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/sender.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/serialize.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/streamer.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/text_completion.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/text_load.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/triples_export.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/triples_import.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/triples_query.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/endpoint/constant_endpoint.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/endpoint/manager.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/endpoint/metrics.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/endpoint/socket.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/endpoint/stream_endpoint.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/endpoint/variable_endpoint.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/running.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/unused/dbpedia.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/unused/encyclopedia.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/unused/internet_search.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/librarian/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/librarian/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/librarian/blob_store.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/librarian/librarian.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/librarian/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/metering/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/metering/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/metering/counter.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure_openai/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure_openai/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure_openai/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/claude/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/claude/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/claude/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/cohere/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/cohere/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/cohere/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/googleaistudio/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/googleaistudio/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/googleaistudio/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/llamafile/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/llamafile/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/llamafile/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/lmstudio/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/lmstudio/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/lmstudio/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/mistral/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/mistral/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/mistral/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/ollama/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/ollama/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/ollama/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/openai/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/openai/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/openai/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/tgi/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/tgi/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/tgi/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/vllm/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/vllm/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/vllm/llm.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/processing/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/processing/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/processing/processing.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/prompt/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/prompt/template/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/prompt/template/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/prompt/template/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/milvus/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/milvus/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/milvus/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/pinecone/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/pinecone/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/pinecone/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/qdrant/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/qdrant/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/doc_embeddings/qdrant/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/milvus/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/milvus/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/milvus/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/pinecone/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/pinecone/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/pinecone/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/qdrant/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/qdrant/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/graph_embeddings/qdrant/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/cassandra/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/cassandra/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/cassandra/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/falkordb/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/falkordb/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/falkordb/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/memgraph/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/memgraph/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/memgraph/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/neo4j/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/neo4j/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/query/triples/neo4j/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/retrieval/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/retrieval/document_rag/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/retrieval/document_rag/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/retrieval/document_rag/document_rag.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/retrieval/document_rag/rag.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/retrieval/graph_rag/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/retrieval/graph_rag/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/retrieval/graph_rag/graph_rag.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/retrieval/graph_rag/rag.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/rev_gateway/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/rev_gateway/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/rev_gateway/dispatcher.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/rev_gateway/service.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/milvus/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/milvus/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/milvus/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/pinecone/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/pinecone/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/pinecone/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/qdrant/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/qdrant/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/doc_embeddings/qdrant/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/milvus/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/milvus/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/milvus/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/pinecone/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/pinecone/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/pinecone/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/qdrant/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/qdrant/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/graph_embeddings/qdrant/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/knowledge/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/knowledge/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/knowledge/store.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/object_embeddings/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/object_embeddings/milvus/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/object_embeddings/milvus/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/object_embeddings/milvus/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/rows/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/rows/cassandra/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/rows/cassandra/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/rows/cassandra/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/cassandra/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/cassandra/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/cassandra/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/falkordb/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/falkordb/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/falkordb/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/memgraph/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/memgraph/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/memgraph/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/neo4j/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/neo4j/__main__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/storage/triples/neo4j/write.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/tables/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/tables/config.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/tables/knowledge.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/tables/library.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/template/__init__.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/template/prompt_manager.py +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph_flow.egg-info/SOURCES.txt +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph_flow.egg-info/dependency_links.txt +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph_flow.egg-info/entry_points.txt +0 -0
- {trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph_flow.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: trustgraph-flow
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.8
|
4
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
5
|
Author-email: "trustgraph.ai" <security@trustgraph.ai>
|
6
6
|
Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
|
@@ -34,7 +34,6 @@ Requires-Dist: prometheus-client
|
|
34
34
|
Requires-Dist: pulsar-client
|
35
35
|
Requires-Dist: pymilvus
|
36
36
|
Requires-Dist: pypdf
|
37
|
-
Requires-Dist: mistralai
|
38
37
|
Requires-Dist: pyyaml
|
39
38
|
Requires-Dist: qdrant-client
|
40
39
|
Requires-Dist: rdflib
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/decoding/mistral_ocr/processor.py
RENAMED
@@ -15,17 +15,13 @@ from mistralai import DocumentURLChunk, ImageURLChunk, TextChunk
|
|
15
15
|
from mistralai.models import OCRResponse
|
16
16
|
|
17
17
|
from ... schema import Document, TextDocument, Metadata
|
18
|
-
from ...
|
19
|
-
from ... log_level import LogLevel
|
20
|
-
from ... base import InputOutputProcessor
|
18
|
+
from ... base import FlowProcessor, ConsumerSpec, ProducerSpec
|
21
19
|
|
22
20
|
import logging
|
23
21
|
|
24
22
|
logger = logging.getLogger(__name__)
|
25
23
|
|
26
|
-
|
27
|
-
|
28
|
-
default_subscriber = module
|
24
|
+
default_ident = "pdf-decoder"
|
29
25
|
default_api_key = os.getenv("MISTRAL_TOKEN")
|
30
26
|
|
31
27
|
pages_per_chunk = 5
|
@@ -73,23 +69,34 @@ def get_combined_markdown(ocr_response: OCRResponse) -> str:
|
|
73
69
|
|
74
70
|
return "\n\n".join(markdowns)
|
75
71
|
|
76
|
-
class Processor(
|
72
|
+
class Processor(FlowProcessor):
|
77
73
|
|
78
74
|
def __init__(self, **params):
|
79
75
|
|
80
|
-
id = params.get("id")
|
81
|
-
subscriber = params.get("subscriber", default_subscriber)
|
76
|
+
id = params.get("id", default_ident)
|
82
77
|
api_key = params.get("api_key", default_api_key)
|
83
78
|
|
84
79
|
super(Processor, self).__init__(
|
85
80
|
**params | {
|
86
81
|
"id": id,
|
87
|
-
"subscriber": subscriber,
|
88
|
-
"input_schema": Document,
|
89
|
-
"output_schema": TextDocument,
|
90
82
|
}
|
91
83
|
)
|
92
84
|
|
85
|
+
self.register_specification(
|
86
|
+
ConsumerSpec(
|
87
|
+
name = "input",
|
88
|
+
schema = Document,
|
89
|
+
handler = self.on_message,
|
90
|
+
)
|
91
|
+
)
|
92
|
+
|
93
|
+
self.register_specification(
|
94
|
+
ProducerSpec(
|
95
|
+
name = "output",
|
96
|
+
schema = TextDocument,
|
97
|
+
)
|
98
|
+
)
|
99
|
+
|
93
100
|
if api_key is None:
|
94
101
|
raise RuntimeError("Mistral API key not specified")
|
95
102
|
|
@@ -98,7 +105,7 @@ class Processor(InputOutputProcessor):
|
|
98
105
|
# Used with Mistral doc upload
|
99
106
|
self.unique_id = str(uuid.uuid4())
|
100
107
|
|
101
|
-
logger.info("
|
108
|
+
logger.info("Mistral OCR processor initialized")
|
102
109
|
|
103
110
|
def ocr(self, blob):
|
104
111
|
|
@@ -151,7 +158,7 @@ class Processor(InputOutputProcessor):
|
|
151
158
|
|
152
159
|
return markdown
|
153
160
|
|
154
|
-
async def on_message(self, msg, consumer):
|
161
|
+
async def on_message(self, msg, consumer, flow):
|
155
162
|
|
156
163
|
logger.debug("PDF message received")
|
157
164
|
|
@@ -166,14 +173,14 @@ class Processor(InputOutputProcessor):
|
|
166
173
|
text=markdown.encode("utf-8"),
|
167
174
|
)
|
168
175
|
|
169
|
-
await
|
176
|
+
await flow("output").send(r)
|
170
177
|
|
171
178
|
logger.info("Done.")
|
172
179
|
|
173
180
|
@staticmethod
|
174
181
|
def add_args(parser):
|
175
182
|
|
176
|
-
|
183
|
+
FlowProcessor.add_args(parser)
|
177
184
|
|
178
185
|
parser.add_argument(
|
179
186
|
'-k', '--api-key',
|
@@ -183,5 +190,5 @@ class Processor(InputOutputProcessor):
|
|
183
190
|
|
184
191
|
def run():
|
185
192
|
|
186
|
-
Processor.launch(
|
193
|
+
Processor.launch(default_ident, __doc__)
|
187
194
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "1.2.8"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: trustgraph-flow
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.8
|
4
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
5
|
Author-email: "trustgraph.ai" <security@trustgraph.ai>
|
6
6
|
Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
|
@@ -34,7 +34,6 @@ Requires-Dist: prometheus-client
|
|
34
34
|
Requires-Dist: pulsar-client
|
35
35
|
Requires-Dist: pymilvus
|
36
36
|
Requires-Dist: pypdf
|
37
|
-
Requires-Dist: mistralai
|
38
37
|
Requires-Dist: pyyaml
|
39
38
|
Requires-Dist: qdrant-client
|
40
39
|
Requires-Dist: rdflib
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "1.2.6"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/direct/milvus_graph_embeddings.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/direct/milvus_object_embeddings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/fastembed/processor.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/graph_embeddings/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/graph_embeddings/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/embeddings/graph_embeddings/embeddings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/definitions/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/definitions/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/definitions/extract.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/relationships/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/relationships/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/extract/kg/relationships/extract.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/document_load.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/text_completion.py
RENAMED
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/triples_export.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/triples_import.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/dispatch/triples_query.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/endpoint/constant_endpoint.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/endpoint/stream_endpoint.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/endpoint/variable_endpoint.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/gateway/unused/internet_search.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure/llm.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/azure_openai/llm.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/claude/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/claude/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/claude/llm.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/cohere/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/cohere/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/cohere/llm.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/llamafile/llm.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/lmstudio/llm.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/mistral/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/mistral/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/mistral/llm.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/ollama/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/ollama/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/ollama/llm.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/openai/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/openai/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/openai/llm.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/tgi/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/tgi/__main__.py
RENAMED
File without changes
|
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/vllm/__init__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/vllm/__main__.py
RENAMED
File without changes
|
{trustgraph_flow-1.2.6 → trustgraph_flow-1.2.8}/trustgraph/model/text_completion/vllm/llm.py
RENAMED
File without changes
|
File without changes
|
File without changes
|