Skip to content

Commit

Permalink
[bugfix]Fix query error with --streaming (microsoft#1368)
Browse files Browse the repository at this point in the history
* fix streaming output error

* add semversioner

---------

Co-authored-by: Alonso Guevara <[email protected]>
  • Loading branch information
KylinMountain and AlonsoGuevara authored Nov 6, 2024
1 parent 3d79de9 commit baa261c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .semversioner/next-release/patch-20241106094228896260.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "patch",
"description": "fix streaming output error"
}
2 changes: 1 addition & 1 deletion graphrag/api/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ async def local_search_streaming(
reporter.info(f"Vector Store Args: {redact(vector_store_args)}") # type: ignore

description_embedding_store = _get_embedding_store(
conf_args=vector_store_args, # type: ignore
config_args=vector_store_args, # type: ignore
container_suffix="entity-description",
)

Expand Down

0 comments on commit baa261c

Please sign in to comment.