Remove unused ids parameter from _build_query_context function

This commit is contained in:
Roy
2025-03-10 09:18:22 +00:00
parent 4ce28b31bd
commit 7807379bee

View File

@@ -1017,7 +1017,6 @@ async def _build_query_context(
relationships_vdb: BaseVectorStorage,
text_chunks_db: BaseKVStorage,
query_param: QueryParam,
ids: list[str] = None,
):
if query_param.mode == "local":
entities_context, relations_context, text_units_context = await _get_node_data(