SkywardAI / chat-frontend

Frontend of AI-copilot
Apache License 2.0
0 stars 2 forks source link

[feature]: show the word cloud for csv file #107

Open Aisuko opened 3 days ago

Aisuko commented 3 days ago

After did lots of investigations. We found it isn't useful we give a complex data visualization. In other words, we should keep it simple.

We will calculate top 20-40 most useful entities in the background and provide the result with API.

Below is an example for word cloud in vue.js

cbh778899 commented 2 days ago

cool, let me know how the API works and I get get onto it