Replies: 2 comments 4 replies
-
I think you have to implement it yourself, but it is actually quite straightforward. If you watch the following video (about 40-45min): https://www.youtube.com/watch?v=4WzS91_TVz8 |
Beta Was this translation helpful? Give feedback.
-
I spent the last week playing around with NeuronAI before I found Prism. Prism feels a bit more mature but I do like how you can write your own memory storage interfaces within NeuronAI. I think it would be great to "borrow' the idea of adding a Chat History & Memory storage to the Neuron API. Example API:
Then have an interface to:
Example SQLite Structure:
Prism seems more robust and would probably need some additional columns to store the message data. Example memory types:
Just an idea. If I have some time I will try to tinker at adding a PR. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've previously been able to achieve this with other packages using the Assistant API and using Threads which have built-in memory. I think this is specific to OpenAI however and a solution that works with all LLMs would be preferred. I also just prefer Prism's syntax and approach. Is there currently a way to add memory to an ongoing chat or this has to all be done manually by the developer?
Beta Was this translation helpful? Give feedback.
All reactions