trustgraph/trustgraph-flow/trustgraph/query
cybermaggedon 45e6ad4abc
Fix ontology RAG pipeline + add query concurrency (#691)
- Fix ontology RAG pipeline: embeddings API, chunker provenance, and query concurrency

- Fix ontology embeddings to use correct response shape from embed()
  API (returns list of vectors, not list of list of vectors).
- Simplify chunker URI logic to append /c{index} to parent ID
  instead of parsing page/doc URI structure which was fragile.

- Add provenance tracking and librarian integration to token
  chunker, matching recursive chunker capabilities.

- Add configurable concurrency (default 10) to Cassandra, Qdrant,
  and embeddings query services.
2026-03-12 11:34:42 +00:00
..
doc_embeddings Embeddings API scores (#671) 2026-03-09 10:53:44 +00:00
graph_embeddings Embeddings API scores (#671) 2026-03-09 10:53:44 +00:00
graphql Structured data 2 (#645) 2026-02-23 15:56:29 +00:00
ontology OntoRAG: Ontology-Based Knowledge Extraction and Query Technical Specification (#523) 2025-11-12 20:38:08 +00:00
row_embeddings Fix ontology RAG pipeline + add query concurrency (#691) 2026-03-12 11:34:42 +00:00
rows Fix ontology RAG pipeline + add query concurrency (#691) 2026-03-12 11:34:42 +00:00
triples Fix Cassandra schema and graph filter semantics (#680) 2026-03-10 12:52:51 +00:00
__init__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00