n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.6k stars 264 forks source link

Feature Enhancement Requirements - chatbot feedback, save chat history, chat analytics, chat message limit #244

Open hkjang opened 6 months ago

hkjang commented 6 months ago

hello @n4ze3m First of all, thank you for your quick feedback on the issue. I think it would be good if you implemented a few more features from flowise in your dialoqbase. https://flowiseai.com/

  1. Implement the function to save the conversation of the embedded chatbot and view its history
  2. Implementation of a function where users using the chatbot provide feedback (Like, Unlike) in the embedded chatbot conversation.
  3. Langfuse linking function
  4. Implement a function to limit the chatbot’s message usage (number of messages per second)

thanks :)

image

image

image

image

image

n4ze3m commented 6 months ago

Hey, thank you for the suggestions

  1. Implement the function to save the conversation of the embedded chatbot and view its history

On the dialoqbase UI, you can see the chat history of the embedded chat. We will also add that API to the dialoqbase JS

  1. Implementation of a function where users using the chatbot provide feedback (Like, Unlike) in the embedded chatbot conversation.

This is a nice idea. We will add it in an upcoming update

  1. Langfuse linking function

I don't know what it is. :|

  1. Implement a function to limit the chatbot’s message usage (number of messages per second)

Oh, rate-limiting is a nice idea. I will look into it