Skip to content

Commit baa261c

Browse files
[bugfix]Fix query error with --streaming (#1368)
* fix streaming output error * add semversioner --------- Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
1 parent 3d79de9 commit baa261c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "fix streaming output error"
4+
}

graphrag/api/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ async def local_search_streaming(
276276
reporter.info(f"Vector Store Args: {redact(vector_store_args)}") # type: ignore
277277

278278
description_embedding_store = _get_embedding_store(
279-
conf_args=vector_store_args, # type: ignore
279+
config_args=vector_store_args, # type: ignore
280280
container_suffix="entity-description",
281281
)
282282

0 commit comments

Comments
 (0)