trustgraph-flow 0.19.20__tar.gz → 0.20.1__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-0.19.20 → trustgraph-flow-0.20.1}/PKG-INFO +2 -2
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/setup.py +1 -1
- trustgraph-flow-0.20.1/trustgraph/flow_version.py +1 -0
- trustgraph-flow-0.20.1/trustgraph/gateway/document_embeddings_load.py +64 -0
- trustgraph-flow-0.20.1/trustgraph/gateway/document_embeddings_stream.py +72 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/serialize.py +17 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/service.py +10 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph_flow.egg-info/PKG-INFO +2 -2
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph_flow.egg-info/SOURCES.txt +2 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph_flow.egg-info/requires.txt +1 -1
- trustgraph-flow-0.19.20/trustgraph/flow_version.py +0 -1
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/README.md +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/agent-manager-react +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/api-gateway +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/chunker-recursive +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/chunker-token +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/de-query-milvus +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/de-query-pinecone +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/de-query-qdrant +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/de-write-milvus +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/de-write-pinecone +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/de-write-qdrant +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/document-embeddings +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/document-rag +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/embeddings-ollama +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/ge-query-milvus +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/ge-query-pinecone +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/ge-query-qdrant +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/ge-write-milvus +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/ge-write-pinecone +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/ge-write-qdrant +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/graph-embeddings +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/graph-rag +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/kg-extract-definitions +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/kg-extract-relationships +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/kg-extract-topics +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/metering +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/object-extract-row +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/oe-write-milvus +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/pdf-decoder +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/prompt-generic +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/prompt-template +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/rows-write-cassandra +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/run-processing +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/text-completion-azure +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/text-completion-azure-openai +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/text-completion-claude +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/text-completion-cohere +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/text-completion-googleaistudio +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/text-completion-llamafile +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/text-completion-ollama +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/text-completion-openai +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/triples-query-cassandra +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/triples-query-falkordb +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/triples-query-memgraph +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/triples-query-neo4j +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/triples-write-cassandra +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/triples-write-falkordb +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/triples-write-memgraph +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/triples-write-neo4j +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/scripts/wikipedia-lookup +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/setup.cfg +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/agent/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/agent/react/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/agent/react/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/agent/react/agent_manager.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/agent/react/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/agent/react/tools.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/agent/react/types.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/chunking/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/chunking/recursive/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/chunking/recursive/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/chunking/recursive/chunker.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/chunking/token/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/chunking/token/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/chunking/token/chunker.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/decoding/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/decoding/pdf/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/decoding/pdf/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/decoding/pdf/pdf_decoder.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/direct/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/direct/cassandra.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/direct/milvus_doc_embeddings.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/direct/milvus_graph_embeddings.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/direct/milvus_object_embeddings.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/document_rag.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/document_embeddings/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/document_embeddings/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/document_embeddings/embeddings.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/graph_embeddings/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/graph_embeddings/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/graph_embeddings/embeddings.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/ollama/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/ollama/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/ollama/processor.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/external/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/external/wikipedia/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/external/wikipedia/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/external/wikipedia/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/definitions/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/definitions/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/definitions/extract.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/relationships/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/relationships/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/relationships/extract.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/topics/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/topics/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/topics/extract.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/object/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/object/row/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/object/row/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/object/row/extract.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/agent.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/auth.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/dbpedia.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/document_load.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/document_rag.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/embeddings.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/encyclopedia.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/endpoint.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/graph_embeddings_load.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/graph_embeddings_query.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/graph_embeddings_stream.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/graph_rag.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/internet_search.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/metrics.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/mux.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/prompt.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/publisher.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/requestor.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/running.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/sender.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/socket.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/subscriber.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/text_completion.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/text_load.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/triples_load.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/triples_query.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/triples_stream.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/graph_rag.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/metering/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/metering/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/metering/counter.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/metering/pricelist.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/prompt/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/prompt/generic/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/prompt/generic/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/prompt/generic/prompts.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/prompt/generic/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/prompt/template/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/prompt/template/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/prompt/template/prompt_manager.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/prompt/template/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/azure/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/azure/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/azure/llm.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/azure_openai/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/azure_openai/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/azure_openai/llm.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/claude/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/claude/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/claude/llm.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/cohere/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/cohere/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/cohere/llm.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/googleaistudio/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/googleaistudio/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/googleaistudio/llm.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/llamafile/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/llamafile/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/llamafile/llm.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/ollama/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/ollama/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/ollama/llm.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/openai/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/openai/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/model/text_completion/openai/llm.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/processing/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/processing/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/processing/processing.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/milvus/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/pinecone/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/pinecone/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/pinecone/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/qdrant/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/qdrant/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/doc_embeddings/qdrant/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/milvus/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/pinecone/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/pinecone/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/pinecone/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/qdrant/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/qdrant/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/graph_embeddings/qdrant/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/cassandra/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/cassandra/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/cassandra/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/falkordb/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/falkordb/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/falkordb/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/memgraph/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/memgraph/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/memgraph/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/neo4j/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/neo4j/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/query/triples/neo4j/service.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/retrieval/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/retrieval/document_rag/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/retrieval/document_rag/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/retrieval/document_rag/rag.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/retrieval/graph_rag/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/retrieval/graph_rag/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/retrieval/graph_rag/rag.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/milvus/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/pinecone/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/pinecone/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/pinecone/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/qdrant/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/qdrant/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/doc_embeddings/qdrant/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/milvus/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/pinecone/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/pinecone/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/pinecone/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/qdrant/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/qdrant/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/graph_embeddings/qdrant/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/object_embeddings/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/object_embeddings/milvus/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/object_embeddings/milvus/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/object_embeddings/milvus/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/rows/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/rows/cassandra/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/rows/cassandra/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/rows/cassandra/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/cassandra/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/cassandra/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/cassandra/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/falkordb/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/falkordb/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/falkordb/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/memgraph/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/memgraph/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/memgraph/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/neo4j/__init__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/neo4j/__main__.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/storage/triples/neo4j/write.py +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph_flow.egg-info/dependency_links.txt +0 -0
- {trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph_flow.egg-info/top_level.txt +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: trustgraph-flow
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20.1
|
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
|
Home-page: https://github.com/trustgraph-ai/trustgraph
|
6
|
-
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.
|
6
|
+
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.20.1.tar.gz
|
7
7
|
Author: trustgraph.ai
|
8
8
|
Author-email: security@trustgraph.ai
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
@@ -34,7 +34,7 @@ setuptools.setup(
|
|
34
34
|
python_requires='>=3.8',
|
35
35
|
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
|
36
36
|
install_requires=[
|
37
|
-
"trustgraph-base>=0.
|
37
|
+
"trustgraph-base>=0.20,<0.21",
|
38
38
|
"urllib3",
|
39
39
|
"rdflib",
|
40
40
|
"pymilvus",
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.20.1"
|
@@ -0,0 +1,64 @@
|
|
1
|
+
|
2
|
+
import asyncio
|
3
|
+
from pulsar.schema import JsonSchema
|
4
|
+
import uuid
|
5
|
+
from aiohttp import WSMsgType
|
6
|
+
|
7
|
+
from .. schema import Metadata
|
8
|
+
from .. schema import DocumentEmbeddings, ChunkEmbeddings
|
9
|
+
from .. schema import document_embeddings_store_queue
|
10
|
+
|
11
|
+
from . publisher import Publisher
|
12
|
+
from . socket import SocketEndpoint
|
13
|
+
from . serialize import to_subgraph
|
14
|
+
|
15
|
+
class DocumentEmbeddingsLoadEndpoint(SocketEndpoint):
|
16
|
+
|
17
|
+
def __init__(
|
18
|
+
self, pulsar_host, auth, path="/api/v1/load/document-embeddings",
|
19
|
+
):
|
20
|
+
|
21
|
+
super(DocumentEmbeddingsLoadEndpoint, self).__init__(
|
22
|
+
endpoint_path=path, auth=auth,
|
23
|
+
)
|
24
|
+
|
25
|
+
self.pulsar_host=pulsar_host
|
26
|
+
|
27
|
+
self.publisher = Publisher(
|
28
|
+
self.pulsar_host, document_embeddings_store_queue,
|
29
|
+
schema=JsonSchema(DocumentEmbeddings)
|
30
|
+
)
|
31
|
+
|
32
|
+
async def start(self):
|
33
|
+
|
34
|
+
self.publisher.start()
|
35
|
+
|
36
|
+
async def listener(self, ws, running):
|
37
|
+
|
38
|
+
async for msg in ws:
|
39
|
+
# On error, finish
|
40
|
+
if msg.type == WSMsgType.ERROR:
|
41
|
+
break
|
42
|
+
else:
|
43
|
+
|
44
|
+
data = msg.json()
|
45
|
+
|
46
|
+
elt = DocumentEmbeddings(
|
47
|
+
metadata=Metadata(
|
48
|
+
id=data["metadata"]["id"],
|
49
|
+
metadata=to_subgraph(data["metadata"]["metadata"]),
|
50
|
+
user=data["metadata"]["user"],
|
51
|
+
collection=data["metadata"]["collection"],
|
52
|
+
),
|
53
|
+
chunks=[
|
54
|
+
ChunkEmbeddings(
|
55
|
+
chunk=de["chunk"].encode("utf-8"),
|
56
|
+
vectors=de["vectors"],
|
57
|
+
)
|
58
|
+
for de in data["chunks"]
|
59
|
+
],
|
60
|
+
)
|
61
|
+
|
62
|
+
self.publisher.send(None, elt)
|
63
|
+
|
64
|
+
running.stop()
|
@@ -0,0 +1,72 @@
|
|
1
|
+
|
2
|
+
import asyncio
|
3
|
+
import queue
|
4
|
+
from pulsar.schema import JsonSchema
|
5
|
+
import uuid
|
6
|
+
|
7
|
+
from .. schema import DocumentEmbeddings
|
8
|
+
from .. schema import document_embeddings_store_queue
|
9
|
+
|
10
|
+
from . subscriber import Subscriber
|
11
|
+
from . socket import SocketEndpoint
|
12
|
+
from . serialize import serialize_document_embeddings
|
13
|
+
|
14
|
+
class DocumentEmbeddingsStreamEndpoint(SocketEndpoint):
|
15
|
+
|
16
|
+
def __init__(
|
17
|
+
self, pulsar_host, auth, path="/api/v1/stream/document-embeddings"
|
18
|
+
):
|
19
|
+
|
20
|
+
super(DocumentEmbeddingsStreamEndpoint, self).__init__(
|
21
|
+
endpoint_path=path, auth=auth,
|
22
|
+
)
|
23
|
+
|
24
|
+
self.pulsar_host=pulsar_host
|
25
|
+
|
26
|
+
self.subscriber = Subscriber(
|
27
|
+
self.pulsar_host, document_embeddings_store_queue,
|
28
|
+
"api-gateway", "api-gateway",
|
29
|
+
schema=JsonSchema(DocumentEmbeddings)
|
30
|
+
)
|
31
|
+
|
32
|
+
async def listener(self, ws, running):
|
33
|
+
|
34
|
+
worker = asyncio.create_task(
|
35
|
+
self.async_thread(ws, running)
|
36
|
+
)
|
37
|
+
|
38
|
+
await super(DocumentEmbeddingsStreamEndpoint, self).listener(
|
39
|
+
ws, running
|
40
|
+
)
|
41
|
+
|
42
|
+
await worker
|
43
|
+
|
44
|
+
async def start(self):
|
45
|
+
|
46
|
+
self.subscriber.start()
|
47
|
+
|
48
|
+
async def async_thread(self, ws, running):
|
49
|
+
|
50
|
+
id = str(uuid.uuid4())
|
51
|
+
|
52
|
+
q = self.subscriber.subscribe_all(id)
|
53
|
+
|
54
|
+
while running.get():
|
55
|
+
try:
|
56
|
+
resp = await asyncio.to_thread(q.get, timeout=0.5)
|
57
|
+
await ws.send_json(serialize_document_embeddings(resp))
|
58
|
+
|
59
|
+
except TimeoutError:
|
60
|
+
continue
|
61
|
+
|
62
|
+
except queue.Empty:
|
63
|
+
continue
|
64
|
+
|
65
|
+
except Exception as e:
|
66
|
+
print(f"Exception: {str(e)}", flush=True)
|
67
|
+
break
|
68
|
+
|
69
|
+
self.subscriber.unsubscribe_all(id)
|
70
|
+
|
71
|
+
running.stop()
|
72
|
+
|
@@ -60,3 +60,20 @@ def serialize_graph_embeddings(message):
|
|
60
60
|
],
|
61
61
|
}
|
62
62
|
|
63
|
+
def serialize_document_embeddings(message):
|
64
|
+
return {
|
65
|
+
"metadata": {
|
66
|
+
"id": message.metadata.id,
|
67
|
+
"metadata": serialize_subgraph(message.metadata.metadata),
|
68
|
+
"user": message.metadata.user,
|
69
|
+
"collection": message.metadata.collection,
|
70
|
+
},
|
71
|
+
"chunks": [
|
72
|
+
{
|
73
|
+
"vectors": chunk.vectors,
|
74
|
+
"chunk": chunk.chunk.decode("utf-8"),
|
75
|
+
}
|
76
|
+
for chunk in message.chunks
|
77
|
+
],
|
78
|
+
}
|
79
|
+
|
@@ -41,8 +41,10 @@ from . dbpedia import DbpediaRequestor
|
|
41
41
|
from . internet_search import InternetSearchRequestor
|
42
42
|
from . triples_stream import TriplesStreamEndpoint
|
43
43
|
from . graph_embeddings_stream import GraphEmbeddingsStreamEndpoint
|
44
|
+
from . document_embeddings_stream import DocumentEmbeddingsStreamEndpoint
|
44
45
|
from . triples_load import TriplesLoadEndpoint
|
45
46
|
from . graph_embeddings_load import GraphEmbeddingsLoadEndpoint
|
47
|
+
from . document_embeddings_load import DocumentEmbeddingsLoadEndpoint
|
46
48
|
from . mux import MuxEndpoint
|
47
49
|
from . document_load import DocumentLoadSender
|
48
50
|
from . text_load import TextLoadSender
|
@@ -203,6 +205,10 @@ class Api:
|
|
203
205
|
pulsar_host=self.pulsar_host,
|
204
206
|
auth = self.auth,
|
205
207
|
),
|
208
|
+
DocumentEmbeddingsStreamEndpoint(
|
209
|
+
pulsar_host=self.pulsar_host,
|
210
|
+
auth = self.auth,
|
211
|
+
),
|
206
212
|
TriplesLoadEndpoint(
|
207
213
|
pulsar_host=self.pulsar_host,
|
208
214
|
auth = self.auth,
|
@@ -211,6 +217,10 @@ class Api:
|
|
211
217
|
pulsar_host=self.pulsar_host,
|
212
218
|
auth = self.auth,
|
213
219
|
),
|
220
|
+
DocumentEmbeddingsLoadEndpoint(
|
221
|
+
pulsar_host=self.pulsar_host,
|
222
|
+
auth = self.auth,
|
223
|
+
),
|
214
224
|
MuxEndpoint(
|
215
225
|
pulsar_host=self.pulsar_host,
|
216
226
|
auth = self.auth,
|
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: trustgraph-flow
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.20.1
|
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
|
Home-page: https://github.com/trustgraph-ai/trustgraph
|
6
|
-
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.
|
6
|
+
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.20.1.tar.gz
|
7
7
|
Author: trustgraph.ai
|
8
8
|
Author-email: security@trustgraph.ai
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
@@ -110,6 +110,8 @@ trustgraph/gateway/__main__.py
|
|
110
110
|
trustgraph/gateway/agent.py
|
111
111
|
trustgraph/gateway/auth.py
|
112
112
|
trustgraph/gateway/dbpedia.py
|
113
|
+
trustgraph/gateway/document_embeddings_load.py
|
114
|
+
trustgraph/gateway/document_embeddings_stream.py
|
113
115
|
trustgraph/gateway/document_load.py
|
114
116
|
trustgraph/gateway/document_rag.py
|
115
117
|
trustgraph/gateway/embeddings.py
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.19.20"
|
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
|
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-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/chunking/recursive/__init__.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/chunking/recursive/__main__.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
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/direct/milvus_doc_embeddings.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/direct/milvus_graph_embeddings.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/embeddings/ollama/processor.py
RENAMED
File without changes
|
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/external/wikipedia/__init__.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/external/wikipedia/__main__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/definitions/__init__.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/definitions/__main__.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/definitions/extract.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/relationships/__init__.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/relationships/__main__.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/kg/relationships/extract.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/object/row/__init__.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/extract/object/row/__main__.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
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/graph_embeddings_load.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/graph_embeddings_query.py
RENAMED
File without changes
|
{trustgraph-flow-0.19.20 → trustgraph-flow-0.20.1}/trustgraph/gateway/graph_embeddings_stream.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
|
File without changes
|
File without changes
|