Skip to content

Commit 82f96d7

Browse files
committed
fix: dropped auxgraphs
1 parent 573c7cd commit 82f96d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/retriever/lookup/lookup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ async def lookup(query: QueryInfo) -> tuple[int, ResponseDict]:
126126
]
127127
response["message"]["results"] = results
128128
response["message"]["knowledge_graph"] = kgraph
129+
response["message"]["auxiliary_graphs"] = aux_graphs
129130
return tracked_response(200, response)
130131

131132
except Exception:

0 commit comments

Comments
 (0)