feat: structured source document references in graph-rag responses (#1035)

This commit is contained in:
Sunny Yang 2026-07-08 16:59:56 -06:00 committed by GitHub
parent 0374098ee9
commit e9c6a850ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 568 additions and 39 deletions

View file

@ -555,7 +555,7 @@ class TestQuery:
explain_callback=collect_provenance,
)
response_text, usage = response
response_text, usage, sources = response
assert response_text == expected_response
# 5 events: question, grounding, exploration, focus, synthesis