trustgraph-base 2.6.8__tar.gz → 2.6.9__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_base-2.6.8 → trustgraph_base-2.6.9}/PKG-INFO +1 -1
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/async_flow.py +6 -2
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/async_socket_client.py +3 -1
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/flow.py +5 -2
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/socket_client.py +4 -0
- trustgraph_base-2.6.9/trustgraph/base_version.py +1 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/retrieval.py +2 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/provenance/__init__.py +10 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/provenance/namespaces.py +3 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/provenance/triples.py +75 -1
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/provenance/uris.py +29 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/provenance/vocabulary.py +2 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/retrieval.py +4 -1
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph_base.egg-info/PKG-INFO +1 -1
- trustgraph_base-2.6.8/trustgraph/base_version.py +0 -1
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/README.md +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/pyproject.toml +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/setup.cfg +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/api.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/async_bulk_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/async_metrics.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/bulk_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/collection.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/config.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/exceptions.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/explainability.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/knowledge.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/library.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/metrics.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/api/types.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/agent_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/agent_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/async_processor.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/backend.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/cassandra_config.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/chunking_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/collection_config_handler.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/config_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/consumer.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/consumer_spec.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/document_embeddings_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/document_embeddings_query_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/document_embeddings_store_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/dynamic_tool_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/embeddings_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/embeddings_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/flow.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/flow_processor.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/graph_embeddings_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/graph_embeddings_query_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/graph_embeddings_store_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/graph_rag_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/iam_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/kafka_backend.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/librarian_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/librarian_spec.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/llm_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/logging.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/metrics.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/parameter_spec.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/processor_group.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/producer.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/producer_spec.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/prompt_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/publisher.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/pubsub.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/pulsar_backend.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/qdrant_config.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/rabbitmq_backend.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/request_response_spec.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/reranker_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/reranker_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/row_embeddings_query_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/serialization.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/spec.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/structured_query_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/subscriber.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/subscriber_spec.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/text_completion_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/tool_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/tool_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/tool_service_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/triples_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/triples_query_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/triples_store_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/workspace_processor.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/agent_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/base.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/config_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/document_embeddings_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/document_rag_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/embeddings_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/graph_embeddings_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/graph_rag_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/llm_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/prompt_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/row_embeddings_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/triples_query_client.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/exceptions.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/ar.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/en.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/es.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/he.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/hi.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/pt.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/ru.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/sw.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/tr.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/i18n/packs/zh-cn.json +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/knowledge/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/knowledge/defs.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/knowledge/document.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/knowledge/identifier.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/knowledge/organization.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/knowledge/publication.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/log_level.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/registry.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/agent.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/base.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/collection.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/config.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/diagnosis.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/document_loading.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/embeddings.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/embeddings_query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/flow.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/iam.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/knowledge.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/library.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/metadata.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/nlp_query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/primitives.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/prompt.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/reranker.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/rows_query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/sparql_query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/structured_query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/text_completion.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/tool.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/triples.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/objects/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/objects/field.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/objects/object.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/provenance/agent.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/rdf.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/core/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/core/metadata.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/core/primitives.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/core/topic.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/knowledge/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/knowledge/document.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/knowledge/embeddings.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/knowledge/graph.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/knowledge/knowledge.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/knowledge/nlp.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/knowledge/object.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/knowledge/rows.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/knowledge/structured.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/__init__.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/agent.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/collection.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/config.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/diagnosis.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/flow.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/iam.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/library.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/llm.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/lookup.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/nlp_query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/prompt.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/reranker.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/rows_query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/sparql_query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/storage.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/structured_query.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/tool_service.py +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph_base.egg-info/SOURCES.txt +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph_base.egg-info/dependency_links.txt +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph_base.egg-info/entry_points.txt +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph_base.egg-info/requires.txt +0 -0
- {trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph_base.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trustgraph-base
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.9
|
|
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
|
|
@@ -527,7 +527,8 @@ class AsyncFlowInstance:
|
|
|
527
527
|
return result.get("response", "")
|
|
528
528
|
|
|
529
529
|
async def document_rag(self, query: str, collection: str,
|
|
530
|
-
doc_limit: int = 10,
|
|
530
|
+
doc_limit: int = 10, fetch_limit: int = 0,
|
|
531
|
+
**kwargs: Any) -> str:
|
|
531
532
|
"""
|
|
532
533
|
Execute document-based RAG query (non-streaming).
|
|
533
534
|
|
|
@@ -541,7 +542,9 @@ class AsyncFlowInstance:
|
|
|
541
542
|
Args:
|
|
542
543
|
query: User query text
|
|
543
544
|
collection: Collection identifier containing documents
|
|
544
|
-
doc_limit:
|
|
545
|
+
doc_limit: Document chunks selected into the prompt (default: 10)
|
|
546
|
+
fetch_limit: Candidate chunks fetched from the vector store before
|
|
547
|
+
reranking (default: 0 = derive from doc_limit)
|
|
545
548
|
**kwargs: Additional service-specific parameters
|
|
546
549
|
|
|
547
550
|
Returns:
|
|
@@ -564,6 +567,7 @@ class AsyncFlowInstance:
|
|
|
564
567
|
"query": query,
|
|
565
568
|
"collection": collection,
|
|
566
569
|
"doc-limit": doc_limit,
|
|
570
|
+
"fetch-limit": fetch_limit,
|
|
567
571
|
"streaming": False
|
|
568
572
|
}
|
|
569
573
|
request_data.update(kwargs)
|
|
@@ -379,12 +379,14 @@ class AsyncSocketFlowInstance:
|
|
|
379
379
|
yield chunk.content
|
|
380
380
|
|
|
381
381
|
async def document_rag(self, query: str, collection: str,
|
|
382
|
-
doc_limit: int = 10,
|
|
382
|
+
doc_limit: int = 10, fetch_limit: int = 0,
|
|
383
|
+
streaming: bool = False, **kwargs):
|
|
383
384
|
"""Document RAG with optional streaming"""
|
|
384
385
|
request = {
|
|
385
386
|
"query": query,
|
|
386
387
|
"collection": collection,
|
|
387
388
|
"doc-limit": doc_limit,
|
|
389
|
+
"fetch-limit": fetch_limit,
|
|
388
390
|
"streaming": streaming
|
|
389
391
|
}
|
|
390
392
|
request.update(kwargs)
|
|
@@ -415,7 +415,7 @@ class FlowInstance:
|
|
|
415
415
|
|
|
416
416
|
def document_rag(
|
|
417
417
|
self, query,collection="default",
|
|
418
|
-
doc_limit=10,
|
|
418
|
+
doc_limit=10, fetch_limit=0,
|
|
419
419
|
):
|
|
420
420
|
"""
|
|
421
421
|
Execute document-based Retrieval-Augmented Generation (RAG) query.
|
|
@@ -426,7 +426,9 @@ class FlowInstance:
|
|
|
426
426
|
Args:
|
|
427
427
|
query: Natural language query
|
|
428
428
|
collection: Collection identifier (default: "default")
|
|
429
|
-
doc_limit:
|
|
429
|
+
doc_limit: Document chunks selected into the prompt (default: 10)
|
|
430
|
+
fetch_limit: Candidate chunks fetched from the vector store before
|
|
431
|
+
reranking (default: 0 = derive from doc_limit)
|
|
430
432
|
|
|
431
433
|
Returns:
|
|
432
434
|
str: Generated response incorporating document context
|
|
@@ -447,6 +449,7 @@ class FlowInstance:
|
|
|
447
449
|
"query": query,
|
|
448
450
|
"collection": collection,
|
|
449
451
|
"doc-limit": doc_limit,
|
|
452
|
+
"fetch-limit": fetch_limit,
|
|
450
453
|
}
|
|
451
454
|
|
|
452
455
|
result = self.request(
|
|
@@ -752,6 +752,7 @@ class SocketFlowInstance:
|
|
|
752
752
|
query: str,
|
|
753
753
|
collection: str,
|
|
754
754
|
doc_limit: int = 10,
|
|
755
|
+
fetch_limit: int = 0,
|
|
755
756
|
streaming: bool = False,
|
|
756
757
|
**kwargs: Any
|
|
757
758
|
) -> Union[TextCompletionResult, Iterator[RAGChunk]]:
|
|
@@ -764,6 +765,7 @@ class SocketFlowInstance:
|
|
|
764
765
|
"query": query,
|
|
765
766
|
"collection": collection,
|
|
766
767
|
"doc-limit": doc_limit,
|
|
768
|
+
"fetch-limit": fetch_limit,
|
|
767
769
|
"streaming": streaming
|
|
768
770
|
}
|
|
769
771
|
request.update(kwargs)
|
|
@@ -785,6 +787,7 @@ class SocketFlowInstance:
|
|
|
785
787
|
query: str,
|
|
786
788
|
collection: str,
|
|
787
789
|
doc_limit: int = 10,
|
|
790
|
+
fetch_limit: int = 0,
|
|
788
791
|
**kwargs: Any
|
|
789
792
|
) -> Iterator[Union[RAGChunk, ProvenanceEvent]]:
|
|
790
793
|
"""Execute document-based RAG query with explainability support."""
|
|
@@ -792,6 +795,7 @@ class SocketFlowInstance:
|
|
|
792
795
|
"query": query,
|
|
793
796
|
"collection": collection,
|
|
794
797
|
"doc-limit": doc_limit,
|
|
798
|
+
"fetch-limit": fetch_limit,
|
|
795
799
|
"streaming": True,
|
|
796
800
|
"explainable": True,
|
|
797
801
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.6.9"
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/retrieval.py
RENAMED
|
@@ -12,6 +12,7 @@ class DocumentRagRequestTranslator(MessageTranslator):
|
|
|
12
12
|
query=data["query"],
|
|
13
13
|
collection=data.get("collection", "default"),
|
|
14
14
|
doc_limit=int(data.get("doc-limit", 20)),
|
|
15
|
+
fetch_limit=int(data.get("fetch-limit", 0)),
|
|
15
16
|
streaming=data.get("streaming", False)
|
|
16
17
|
)
|
|
17
18
|
|
|
@@ -20,6 +21,7 @@ class DocumentRagRequestTranslator(MessageTranslator):
|
|
|
20
21
|
"query": obj.query,
|
|
21
22
|
"collection": obj.collection,
|
|
22
23
|
"doc-limit": obj.doc_limit,
|
|
24
|
+
"fetch-limit": obj.fetch_limit,
|
|
23
25
|
"streaming": getattr(obj, "streaming", False)
|
|
24
26
|
}
|
|
25
27
|
|
|
@@ -64,6 +64,8 @@ from . uris import (
|
|
|
64
64
|
docrag_question_uri,
|
|
65
65
|
docrag_grounding_uri,
|
|
66
66
|
docrag_exploration_uri,
|
|
67
|
+
docrag_focus_uri,
|
|
68
|
+
chunk_selection_uri,
|
|
67
69
|
docrag_synthesis_uri,
|
|
68
70
|
)
|
|
69
71
|
|
|
@@ -94,6 +96,8 @@ from . namespaces import (
|
|
|
94
96
|
TG_EDGE_SELECTION,
|
|
95
97
|
# Query-time provenance predicates (DocumentRAG)
|
|
96
98
|
TG_CHUNK_COUNT, TG_SELECTED_CHUNK,
|
|
99
|
+
# Chunk selection entity type
|
|
100
|
+
TG_CHUNK_SELECTION,
|
|
97
101
|
# Explainability entity types
|
|
98
102
|
TG_QUESTION, TG_GROUNDING, TG_EXPLORATION, TG_FOCUS, TG_SYNTHESIS,
|
|
99
103
|
TG_ANALYSIS, TG_CONCLUSION,
|
|
@@ -132,6 +136,7 @@ from . triples import (
|
|
|
132
136
|
# Query-time provenance triple builders (DocumentRAG)
|
|
133
137
|
docrag_question_triples,
|
|
134
138
|
docrag_exploration_triples,
|
|
139
|
+
docrag_chunk_selection_triples,
|
|
135
140
|
docrag_synthesis_triples,
|
|
136
141
|
# Utility
|
|
137
142
|
set_graph,
|
|
@@ -196,6 +201,8 @@ __all__ = [
|
|
|
196
201
|
"docrag_question_uri",
|
|
197
202
|
"docrag_grounding_uri",
|
|
198
203
|
"docrag_exploration_uri",
|
|
204
|
+
"docrag_focus_uri",
|
|
205
|
+
"chunk_selection_uri",
|
|
199
206
|
"docrag_synthesis_uri",
|
|
200
207
|
# Namespaces
|
|
201
208
|
"PROV", "PROV_ENTITY", "PROV_ACTIVITY", "PROV_AGENT",
|
|
@@ -219,6 +226,8 @@ __all__ = [
|
|
|
219
226
|
"TG_EDGE_SELECTION",
|
|
220
227
|
# Query-time provenance predicates (DocumentRAG)
|
|
221
228
|
"TG_CHUNK_COUNT", "TG_SELECTED_CHUNK",
|
|
229
|
+
# Chunk selection entity type
|
|
230
|
+
"TG_CHUNK_SELECTION",
|
|
222
231
|
# Explainability entity types
|
|
223
232
|
"TG_QUESTION", "TG_GROUNDING", "TG_EXPLORATION", "TG_FOCUS", "TG_SYNTHESIS",
|
|
224
233
|
"TG_ANALYSIS", "TG_CONCLUSION",
|
|
@@ -254,6 +263,7 @@ __all__ = [
|
|
|
254
263
|
# Query-time provenance triple builders (DocumentRAG)
|
|
255
264
|
"docrag_question_triples",
|
|
256
265
|
"docrag_exploration_triples",
|
|
266
|
+
"docrag_chunk_selection_triples",
|
|
257
267
|
"docrag_synthesis_triples",
|
|
258
268
|
# Agent provenance triple builders
|
|
259
269
|
"agent_session_triples",
|
|
@@ -76,6 +76,9 @@ TG_EDGE_SELECTION = TG + "EdgeSelection"
|
|
|
76
76
|
TG_CHUNK_COUNT = TG + "chunkCount"
|
|
77
77
|
TG_SELECTED_CHUNK = TG + "selectedChunk"
|
|
78
78
|
|
|
79
|
+
# Chunk selection entity type (cross-encoder reranked chunk in Focus)
|
|
80
|
+
TG_CHUNK_SELECTION = TG + "ChunkSelection"
|
|
81
|
+
|
|
79
82
|
# Extraction provenance entity types
|
|
80
83
|
TG_DOCUMENT_TYPE = TG + "Document"
|
|
81
84
|
TG_PAGE_TYPE = TG + "Page"
|
|
@@ -30,6 +30,8 @@ from . namespaces import (
|
|
|
30
30
|
TG_EDGE_SELECTION,
|
|
31
31
|
# Query-time provenance predicates (DocumentRAG)
|
|
32
32
|
TG_CHUNK_COUNT, TG_SELECTED_CHUNK,
|
|
33
|
+
# Chunk selection entity type
|
|
34
|
+
TG_CHUNK_SELECTION,
|
|
33
35
|
# Explainability entity types
|
|
34
36
|
TG_QUESTION, TG_GROUNDING, TG_EXPLORATION, TG_FOCUS, TG_SYNTHESIS,
|
|
35
37
|
# Unifying types
|
|
@@ -40,7 +42,10 @@ from . namespaces import (
|
|
|
40
42
|
TG_IN_TOKEN, TG_OUT_TOKEN,
|
|
41
43
|
)
|
|
42
44
|
|
|
43
|
-
from . uris import
|
|
45
|
+
from . uris import (
|
|
46
|
+
activity_uri, agent_uri, subgraph_uri, edge_selection_uri,
|
|
47
|
+
chunk_selection_uri,
|
|
48
|
+
)
|
|
44
49
|
|
|
45
50
|
|
|
46
51
|
def set_graph(triples: List[Triple], graph: str) -> List[Triple]:
|
|
@@ -718,6 +723,75 @@ def docrag_exploration_triples(
|
|
|
718
723
|
return triples
|
|
719
724
|
|
|
720
725
|
|
|
726
|
+
def docrag_chunk_selection_triples(
|
|
727
|
+
focus_uri: str,
|
|
728
|
+
exploration_uri: str,
|
|
729
|
+
selected_chunks_with_scores: List[dict],
|
|
730
|
+
session_id: str,
|
|
731
|
+
) -> List[Triple]:
|
|
732
|
+
"""
|
|
733
|
+
Build triples for a document RAG focus entity (chunks selected by the
|
|
734
|
+
cross-encoder reranker).
|
|
735
|
+
|
|
736
|
+
Mirrors GraphRAG's focus_triples / tg:EdgeSelection pattern: a Focus entity
|
|
737
|
+
derived from exploration, with one ChunkSelection sub-entity per surviving
|
|
738
|
+
chunk carrying the chunk reference and the reranker score.
|
|
739
|
+
|
|
740
|
+
Structure:
|
|
741
|
+
<focus> a tg:Focus ; prov:wasDerivedFrom <exploration> .
|
|
742
|
+
<focus> tg:selectedChunk <chunk_sel_0> .
|
|
743
|
+
<chunk_sel_0> a tg:ChunkSelection .
|
|
744
|
+
<chunk_sel_0> tg:document <chunk_id> .
|
|
745
|
+
<chunk_sel_0> tg:score "0.97" .
|
|
746
|
+
|
|
747
|
+
Args:
|
|
748
|
+
focus_uri: URI of the focus entity (from docrag_focus_uri)
|
|
749
|
+
exploration_uri: URI of the parent exploration entity
|
|
750
|
+
selected_chunks_with_scores: List of dicts with 'chunk_id' and 'score'
|
|
751
|
+
session_id: Session UUID for generating chunk selection URIs
|
|
752
|
+
|
|
753
|
+
Returns:
|
|
754
|
+
List of Triple objects
|
|
755
|
+
"""
|
|
756
|
+
triples = [
|
|
757
|
+
_triple(focus_uri, RDF_TYPE, _iri(PROV_ENTITY)),
|
|
758
|
+
_triple(focus_uri, RDF_TYPE, _iri(TG_FOCUS)),
|
|
759
|
+
_triple(focus_uri, RDFS_LABEL, _literal("Chunk Selection")),
|
|
760
|
+
_triple(focus_uri, PROV_WAS_DERIVED_FROM, _iri(exploration_uri)),
|
|
761
|
+
]
|
|
762
|
+
|
|
763
|
+
for idx, chunk_info in enumerate(selected_chunks_with_scores):
|
|
764
|
+
chunk_id = chunk_info.get("chunk_id")
|
|
765
|
+
if not chunk_id:
|
|
766
|
+
continue
|
|
767
|
+
|
|
768
|
+
chunk_sel_uri = chunk_selection_uri(session_id, idx)
|
|
769
|
+
|
|
770
|
+
# Link focus to chunk selection entity
|
|
771
|
+
triples.append(
|
|
772
|
+
_triple(focus_uri, TG_SELECTED_CHUNK, _iri(chunk_sel_uri))
|
|
773
|
+
)
|
|
774
|
+
|
|
775
|
+
# Type the chunk selection entity
|
|
776
|
+
triples.append(
|
|
777
|
+
_triple(chunk_sel_uri, RDF_TYPE, _iri(TG_CHUNK_SELECTION))
|
|
778
|
+
)
|
|
779
|
+
|
|
780
|
+
# Reference the actual chunk (in librarian)
|
|
781
|
+
triples.append(
|
|
782
|
+
_triple(chunk_sel_uri, TG_DOCUMENT, _iri(chunk_id))
|
|
783
|
+
)
|
|
784
|
+
|
|
785
|
+
# Cross-encoder score
|
|
786
|
+
score = chunk_info.get("score")
|
|
787
|
+
if score is not None:
|
|
788
|
+
triples.append(
|
|
789
|
+
_triple(chunk_sel_uri, TG_SCORE, _literal(str(score)))
|
|
790
|
+
)
|
|
791
|
+
|
|
792
|
+
return triples
|
|
793
|
+
|
|
794
|
+
|
|
721
795
|
def docrag_synthesis_triples(
|
|
722
796
|
synthesis_uri: str,
|
|
723
797
|
exploration_uri: str,
|
|
@@ -309,6 +309,35 @@ def docrag_exploration_uri(session_id: str) -> str:
|
|
|
309
309
|
return f"urn:trustgraph:docrag:{session_id}/exploration"
|
|
310
310
|
|
|
311
311
|
|
|
312
|
+
def docrag_focus_uri(session_id: str) -> str:
|
|
313
|
+
"""
|
|
314
|
+
Generate URI for a document RAG focus entity (chunks selected by the
|
|
315
|
+
cross-encoder reranker).
|
|
316
|
+
|
|
317
|
+
Args:
|
|
318
|
+
session_id: The session UUID.
|
|
319
|
+
|
|
320
|
+
Returns:
|
|
321
|
+
URN in format: urn:trustgraph:docrag:{uuid}/focus
|
|
322
|
+
"""
|
|
323
|
+
return f"urn:trustgraph:docrag:{session_id}/focus"
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
def chunk_selection_uri(session_id: str, chunk_index: int) -> str:
|
|
327
|
+
"""
|
|
328
|
+
Generate URI for a chunk selection item (links a reranked chunk to its
|
|
329
|
+
score). Mirrors edge_selection_uri for GraphRAG.
|
|
330
|
+
|
|
331
|
+
Args:
|
|
332
|
+
session_id: The session UUID.
|
|
333
|
+
chunk_index: Index of this chunk in the selection (0-based).
|
|
334
|
+
|
|
335
|
+
Returns:
|
|
336
|
+
URN in format: urn:trustgraph:prov:chunk:{uuid}:{index}
|
|
337
|
+
"""
|
|
338
|
+
return f"urn:trustgraph:prov:chunk:{session_id}:{chunk_index}"
|
|
339
|
+
|
|
340
|
+
|
|
312
341
|
def docrag_synthesis_uri(session_id: str) -> str:
|
|
313
342
|
"""
|
|
314
343
|
Generate URI for a document RAG synthesis entity (final answer).
|
|
@@ -30,6 +30,7 @@ from . namespaces import (
|
|
|
30
30
|
TG_DECOMPOSITION, TG_FINDING, TG_PLAN_TYPE, TG_STEP_RESULT,
|
|
31
31
|
TG_SUBAGENT_GOAL, TG_PLAN_STEP,
|
|
32
32
|
TG_EDGE_SELECTION, TG_SCORE,
|
|
33
|
+
TG_CHUNK_SELECTION,
|
|
33
34
|
)
|
|
34
35
|
|
|
35
36
|
|
|
@@ -95,6 +96,7 @@ TG_CLASS_LABELS = [
|
|
|
95
96
|
_label_triple(TG_PLAN_TYPE, "Plan"),
|
|
96
97
|
_label_triple(TG_STEP_RESULT, "Step Result"),
|
|
97
98
|
_label_triple(TG_EDGE_SELECTION, "Edge Selection"),
|
|
99
|
+
_label_triple(TG_CHUNK_SELECTION, "Chunk Selection"),
|
|
98
100
|
]
|
|
99
101
|
|
|
100
102
|
# TrustGraph predicate labels
|
|
@@ -40,7 +40,10 @@ class GraphRagResponse:
|
|
|
40
40
|
class DocumentRagQuery:
|
|
41
41
|
query: str = ""
|
|
42
42
|
collection: str = ""
|
|
43
|
-
doc_limit: int = 0
|
|
43
|
+
doc_limit: int = 0 # docs selected into the synthesis prompt
|
|
44
|
+
fetch_limit: int = 0 # candidate pool fetched from the vector store
|
|
45
|
+
# before reranking (0 = derive from doc_limit;
|
|
46
|
+
# values below doc_limit are raised to it)
|
|
44
47
|
streaming: bool = False
|
|
45
48
|
|
|
46
49
|
@dataclass
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: trustgraph-base
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.9
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.6.8"
|
|
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_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/collection_config_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/document_embeddings_client.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/document_embeddings_query_service.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/document_embeddings_store_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/graph_embeddings_query_service.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/graph_embeddings_store_service.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
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/base/row_embeddings_query_client.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_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/document_embeddings_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/clients/graph_embeddings_client.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/collection.py
RENAMED
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/diagnosis.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/document_loading.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/embeddings.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/embeddings_query.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/knowledge.py
RENAMED
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/metadata.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/nlp_query.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/primitives.py
RENAMED
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/reranker.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/rows_query.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/sparql_query.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/structured_query.py
RENAMED
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/messaging/translators/text_completion.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
|
|
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_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph/schema/services/structured_query.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trustgraph_base-2.6.8 → trustgraph_base-2.6.9}/trustgraph_base.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|