Skip to content

Commit

Permalink
Fix db ui
Browse files Browse the repository at this point in the history
  • Loading branch information
moria97 committed Dec 3, 2024
1 parent 4f8d21c commit 7856fda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pai_rag/core/rag_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,6 @@ async def aquery_analysis(
if not query.stream:
return RagResponse(answer=response.response, **result_info)
else:
return event_generator_async(response=response, sse_version=sse_version)
return event_generator_async(
response=response, sse_version=sse_version, extra_info=result_info
)

0 comments on commit 7856fda

Please sign in to comment.