Skip to content

Commit 756f5c3

Browse files
Update search.py (#1457)
Missing query in astream_search
1 parent dad2176 commit 756f5c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphrag/query/structured_search/global_search/search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ async def astream_search(
110110
) -> AsyncGenerator:
111111
"""Stream the global search response."""
112112
context_result = await self.context_builder.build_context(
113+
query=query,
113114
conversation_history=conversation_history,
114115
**self.context_builder_params,
115116
)

0 commit comments

Comments
 (0)