-
Notifications
You must be signed in to change notification settings - Fork 534
DashBot Udhay Adithya PoC #756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
make sure to add video demo in this PR when the PoC is ready for review. |
Hey @animator PoC is ready for review. |
For now, Dashbot supports only local LLMs through Ollama and can explain API responses. I've also added an option to chat with Dashbot, which will remain during the development stage to allow free interaction and help refine the system prompt. A few issues that need to be addressed in future commits include preventing multiple instances of Dashbot from being created by pressing the floating action button, handling errors from Ollama APIs, refining the system prompt, and adding memory capability to maintain context in conversations |
Hey @Udhay-Adithya, Here are some improvements I had in mind, some of which you might have already considered:
|
Hi @DenserMeerkat ,
You're right — I had already considered most of your suggestions and planned to implement them.
Could you please clarify what you mean by session here? Are you referring to the duration between opening and closing API Dash, the lifetime of each request tab, or do you mean persisting chat history locally for each request?
Yes, I haven’t yet focused on formatting the response content from DashBot. My priority so far has been implementing the core features, but improving the response formatting is definitely on my to-do list.
That’s a great suggestion — I’ll make sure to add that.
Yes, UI/UX improvements for the DashBot-related pages are definitely coming, as outlined in both my proposal and Figma design. Many of the questions and suggestions you've raised are already addressed in my GSoC Proposal and Figma Design. The final DashBot will closely follow what’s promised there. Thanks again for your feedback — I really appreciate it! |
yes that's what I mean by a session - between opening and closing API Dash. |
PR Description
DashBot Udhay Adithya PoC
Demo Video: dashbot_poc.mov
Checklist
main
branch before making this PRflutter upgrade
and verify)flutter test
) and all tests are passingOS on which you have developed and tested the feature?