Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
It's there any memory tool to keep track
It's there any memory tool to keep track
Inactive
0
Follow
T
Tech explorer
10 months ago
Β·
It's there any memory tool to keep track of history , similar to langchain memory buffer ?
L
T
6 comments
Share
Open in Discord
L
Logan M
10 months ago
Every chat engine/agent uses a chat memory buffer under the hood. It's our only memory type for now though
T
Tech explorer
10 months ago
Okay when I tried with chat engine , from the 3rd question it is forgetting the entire context . Can we use llamaindex and langchain both and construct a conversational chatbot with memory?
L
Logan M
10 months ago
The memory buffer is limited by context window size too. And depending on the chat engine you used, it might not have a ton of room
You can use llama-index in langchain if you want, just with custom tools and whatnot
T
Tech explorer
10 months ago
Could you please point to good resources where we can use both libraries and create a conversational chat with memory by using local llms.
L
Logan M
10 months ago
I don't really have any resources on using both, have to do some learning to figure it out π
T
Tech explorer
10 months ago
Okay
Add a reply
Sign up and join the conversation on Discord
Join on Discord