IDinsight / ask-a-question

Trustworthy question-answering AI plugin for chatbots in the social sector with advanced content performance analysis.
https://ask-a-question.com
BSD 3-Clause "New" or "Revised" License
28 stars 4 forks source link

Feature/bokeh plots #440

Closed markbotterill closed 1 month ago

markbotterill commented 1 month ago

Reviewer: @amiraliemami Estimate: 1-2 hours


Ticket

Fixes: JIRA_TICKET_LINK

Description

Adds topic modeling visualization to the front end

Changes made

Topic modeling pipeline now writes to Redis during running Front end pulls out this new Json stored in the Redis and renders interactive Bokeh with it

Future Tasks (optional)

How has this been tested?

Runs locally + passes tests

To-do before merge (optional)

Checklist

Fill with x for completed.

(Delete any items below that are not relevant)

markbotterill commented 1 month ago

Awesome work man, looks great!

Pls add the timeout required and reorder the components as below, thanks!

image

@amiraliemami I added to the Dockerfile and removed the timeout command. See this commit for explainer https://github.com/IDinsight/ask-a-question/pull/440/commits/75517b64db1640d6c79e66bc87fd3da609ce36b5

suzinyou commented 1 month ago

Awesome work man, looks great!

Pls add the timeout required and reorder the components as below, thanks!

image

It looks like this now :)

image
markbotterill commented 1 month ago

Thank you @suzinyou and @amiraliemami for all the feedback + help 🙏