trustgraph/tests/unit/test_chunking
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
..
__init__.py Fix token chunker, broken API invocation (#455) 2025-08-08 18:59:27 +01:00
conftest.py Remove redundant metadata (#685) 2026-03-11 10:51:39 +00:00
test_recursive_chunker.py Remove redundant metadata (#685) 2026-03-11 10:51:39 +00:00
test_token_chunker.py Fix ontology RAG pipeline + add query concurrency (#691) 2026-03-12 11:34:42 +00:00