Find answers from the community

Home
Members
Pragyan Mohapatra
P
Pragyan Mohapatra
Offline, last seen 2 weeks ago
Joined October 25, 2024
Is there any human feedback loop possible such that it can understand what answers the chat engine gave were good and some were not so good and so should take care in future response. We are giving feedback of good and bad response based on like and dislike button for each response
@Logan M @WhiteFang_Jr
27 comments
P
L
W
Which llm is fastest has least response time when deployed as a chatbot
@Logan M @WhiteFang_Jr
3 comments
W
s
P
I have created a chatbot using llama index chatengine…Now I want to remember the user if he had previously used the chatbot and show him the last history of conversation he had

Currently, I get a new conversation I’d when new connection is made from same user. I want to remember the user, can I remember from IP or any other way and show him all the conversations he had before
@Logan M
2 comments
W
L
Is there a way that the questions asked using chat engine are all stored and is used for further intelligence to the llm @Logan M
3 comments
L
P
@Logan M can I get to know current available context size and memory used and max tokens used at runtime so that when it approaches the limit, I can reset the variables and the chat engine so that it doesn’t reach the limit and break with error
1 comment
W
Bot is failing after 30questions in a single session. Getting none as response. I am unable to debug what may be the reason
37 comments
P
L
W
How can I ask follow-up question such as if I can help you with anything else after 2minutes of inactivity from the user
6 comments
W
P
What is the best way to extract information from website and give answer to queries regarding the website and links in them
3 comments
S
P
How can I give links in the responses, Currently chat bot is only summarising mentioning a particular section of a site
3 comments
W
P
How can we add typewriter effect to the chat engine responses
3 comments
L
S
I am customising a prompt naming my chatbot and giving some more instructions. How to use the prompt in chat engine @Logan M
9 comments
P
W
I have added custom prompt to the chat engine. But it seems to not work. I have named it as Bluebird, still it refers itself as AI language model @Logan M
2 comments
W
P
I am currently building a chatbot that reads data from different pdfs. I use chatengine to retrieve queries. chat engine keeps the context, but when multiple people are using the bot at the same time, the context is shared in the same memory.

I want every session to have individual memory, currently user 1 is asking about x, user 2 asking about y, then when user 1 is asking about tell me more, it says more about y instead of x because the last context it has is about y. It is not taking into account individual user’s context.
Can I please get some help on this @Logan M
25 comments
P
L
What should be the chat_store_key value for separating memory per user? @Logan M
4 comments
L
P