from research_assistant_app.components.data_querying import user_query

ans = user_query("generate a summary based on the information you have")

print(ans)