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 3d79de9 commit baa261cCopy full SHA for baa261c
.semversioner/next-release/patch-20241106094228896260.json
@@ -0,0 +1,4 @@
1
+{
2
+ "type": "patch",
3
+ "description": "fix streaming output error"
4
+}
graphrag/api/query.py
@@ -276,7 +276,7 @@ async def local_search_streaming(
276
reporter.info(f"Vector Store Args: {redact(vector_store_args)}") # type: ignore
277
278
description_embedding_store = _get_embedding_store(
279
- conf_args=vector_store_args, # type: ignore
+ config_args=vector_store_args, # type: ignore
280
container_suffix="entity-description",
281
)
282
0 commit comments