Remove unused ids parameter from _build_query_context function
This commit is contained in:
parent
4ce28b31bd
commit
7807379bee
1 changed files with 0 additions and 1 deletions
|
|
@ -1017,7 +1017,6 @@ async def _build_query_context(
|
||||||
relationships_vdb: BaseVectorStorage,
|
relationships_vdb: BaseVectorStorage,
|
||||||
text_chunks_db: BaseKVStorage,
|
text_chunks_db: BaseKVStorage,
|
||||||
query_param: QueryParam,
|
query_param: QueryParam,
|
||||||
ids: list[str] = None,
|
|
||||||
):
|
):
|
||||||
if query_param.mode == "local":
|
if query_param.mode == "local":
|
||||||
entities_context, relations_context, text_units_context = await _get_node_data(
|
entities_context, relations_context, text_units_context = await _get_node_data(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue