diff --git a/lightrag/operate.py b/lightrag/operate.py index f6fa4bfe..3c5ed329 100644 --- a/lightrag/operate.py +++ b/lightrag/operate.py @@ -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(