Access to chat memory in LlmRanker #1179
Replies: 2 comments
-
|
In Embabel, chat memory is not included by default. There is no conversation history unless the user chooses to use the In the case of a chatbot, I'd like to understand more about your use case. I'm converting this to a discussion for now; we can raise an issue if we figure out a necessary action. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the feedback! I think that the chatbot will do the trick I need. I missed this part in Embabel. I want to share couple of things which I noticed today. I wanted to provide my own Chat agent so I can pass a few more things like additional exclusion types. Then I noticed Second thing is that it might be a good idea to somehow pass the parent process id from Third thing is that somehow we might need to pass bindings from the chat agent process to the children processes which are launched by the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I've been looking into
Autonomyusage which internally will use theLlmRankerin order to decide which the best goal is based in user's input.Let's assume the following scenario:
I imagine that LlmRanker needs to have access to the previous messages (chat memory) in order to compute the next goal in the best possible way.
What do you think about this?
Beta Was this translation helpful? Give feedback.
All reactions