Resolve merge conflicts with intro message in chat.html web view

This commit is contained in:
sabaimran
2023-12-23 17:52:58 +05:30
19 changed files with 158 additions and 235 deletions

View File

@@ -884,3 +884,8 @@ async def extract_references_and_questions(
compiled_references = [item.additional["compiled"] for item in result_list]
return compiled_references, inferred_queries, defiltered_query
@api.get("/health")
async def health_check():
return Response(status_code=200)