-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to understand how memary can act as an external memory. #45
Comments
Hi! Thank you for the question. Yes, memary can be added as a module (pip install memary) to an agent. Recently we released #37 so that you can add/remove any tools meaning memary is compatible with any agent configuration. The related demo can be found under our release page (v0.1.3). We will release a cookbook and interfaces to access all these features soon! Hope this helps. |
I went through the entire code, but it did not seem to me that this memory module can be generalized and applied to any agent as a separate component. Below are some of my observations, please let me know if my understanding is not correct
I may be missing something but I will dig more to understand. |
i would also like to clarify - is memary updating the neo4j KG? i assumed yes from the llamaindex webinar demo...but if not, this will change my approach. |
@rajib76 thanks for the questions.
Hope this helps. |
@rawwerks Thanks for the question. Yes we do update the KG as described in the webinar. memary's core implementation is an autogenerated graph based on agents prior responses. Please see above comment for code references of these implementations. Hope this helps. |
This is super helpful. I am outside now. Will take a look as soon as reach home. Can’t wait to take a look |
I am probably still missing something. I looked at the base_agent.py. There are 3 things that I observed
The above code still does not write in NEO4J
I would like to get some guidance and feedback on the above observations. |
Are there any examples which shows how i can integrated memary with my existing LLM chain or agents. Is it possible to integrate it as a separate module.
The text was updated successfully, but these errors were encountered: