We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad2176 commit 756f5c3Copy full SHA for 756f5c3
graphrag/query/structured_search/global_search/search.py
@@ -110,6 +110,7 @@ async def astream_search(
110
) -> AsyncGenerator:
111
"""Stream the global search response."""
112
context_result = await self.context_builder.build_context(
113
+ query=query,
114
conversation_history=conversation_history,
115
**self.context_builder_params,
116
)
0 commit comments