I am building a chat bot and how can I handle multiple users ?
What do you mean by handle multiple users?
Have you seen these blog posts?
https://zinyando.com/building-a-conversational-chatbot-with-crewai-groq-chromadb-and-mem0
1 Like
I have deployed a webchat agent, but when multiple users ask questions, it provides responses for both users, causing the first user to receive answers meant for the second user as well.
You need to add conversation history and long term memories for users. Then distinguish users by ID.
Have you read the articles I shared?
Yes, Zinyando
Thanks a lot