Find answers from the community

Home
Members
Pragyan Mohapatra
P
Pragyan Mohapatra
Offline, last seen 3 days ago
Joined October 25, 2024
@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