trustgraph/trustgraph-flow/trustgraph/retrieval/graph_rag
cybermaggedon 25995d03f4
Fix stray log messages caused by librarian messages (#706)
Warning generated by librarian responses meant for other
services (chunker, embeddings, etc.) arriving on the shared
response queue. The decoder's subscription picks them up, can't
match them to a pending request, and logs a warning.

Removed the warnings, as not serving a purpose.
2026-03-23 13:16:39 +00:00
..
__init__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00
__main__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00
graph_rag.py Add semantic pre-filter for GraphRAG edge scoring (#702) 2026-03-21 20:06:29 +00:00
rag.py Fix stray log messages caused by librarian messages (#706) 2026-03-23 13:16:39 +00:00