trustgraph/trustgraph-flow/trustgraph/query/ontology
cybermaggedon 4913f8c2eb
feat: data store replication configuration and TLS upgrade (#975)
- Add centralised qdrant_config.py helper with env-var fallback for
  QDRANT_URL, QDRANT_API_KEY, QDRANT_REPLICATION_FACTOR, QDRANT_SHARD_NUMBER
- Update all 6 Qdrant processors to use the helper; writers pass
  replication_factor and shard_number to create_collection
- Fix hardcoded Cassandra replication_factor=1 in cassandra_kg.py,
  write.py, and sparql_cassandra.py to respect CASSANDRA_REPLICATION_FACTOR
- Upgrade Cassandra TLS from deprecated PROTOCOL_TLSv1_2 to
  ssl.create_default_context() across all connectors
2026-06-04 11:49:29 +01:00
..
__init__.py fix: repair broken imports in OntoRAG query module (#950) 2026-05-26 13:12:03 +01:00
answer_generator.py OntoRAG: Ontology-Based Knowledge Extraction and Query Technical Specification (#523) 2025-11-12 20:38:08 +00:00
backend_router.py OntoRAG: Ontology-Based Knowledge Extraction and Query Technical Specification (#523) 2025-11-12 20:38:08 +00:00
cache.py OntoRAG: Ontology-Based Knowledge Extraction and Query Technical Specification (#523) 2025-11-12 20:38:08 +00:00
cypher_executor.py OntoRAG: Ontology-Based Knowledge Extraction and Query Technical Specification (#523) 2025-11-12 20:38:08 +00:00
cypher_generator.py OntoRAG: Ontology-Based Knowledge Extraction and Query Technical Specification (#523) 2025-11-12 20:38:08 +00:00
error_handling.py fix: replace deprecated asyncio.iscoroutinefunction with inspect.iscoroutinefunction (#819) 2026-04-16 10:57:39 +01:00
monitoring.py fix: safely parse metric labels (#948) 2026-05-26 12:43:58 +01:00
multi_language.py OntoRAG: Ontology-Based Knowledge Extraction and Query Technical Specification (#523) 2025-11-12 20:38:08 +00:00
ontology_matcher.py fix: repair broken imports in OntoRAG query module (#950) 2026-05-26 13:12:03 +01:00
query_explanation.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
query_optimizer.py OntoRAG: Ontology-Based Knowledge Extraction and Query Technical Specification (#523) 2025-11-12 20:38:08 +00:00
query_service.py fix: repair broken imports in OntoRAG query module (#950) 2026-05-26 13:12:03 +01:00
question_analyzer.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
sparql_cassandra.py feat: data store replication configuration and TLS upgrade (#975) 2026-06-04 11:49:29 +01:00
sparql_generator.py fix: guard against empty query in SPARQL generator (#934) 2026-05-18 14:19:19 +01:00