Adding memory and combining TOOLKIT agents #8360
Unanswered
YanickInghels
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am currently developing my own langchain application, taking inspiration from the newest short course of Deeplearning.AI ‘Langchain Chat with your own Data’, in which the tutor creates a chatbot that is able to access your companies' own data in the form of PDF files.
I’ve been attempting to take this a step further by including a feature that allows the chatbot to access numerical databases as well and answer data-related questions in a conversational way, if the user prompts such a question. The model should than be able to answer by making plots, tables, data manipulations, etc. Currently, I am experimenting with the pandas dataframe toolkit agent offered by Langchain. However, I’ve encountered several problems though as this agent toolkit lacks memory capabilities and isn’t compatible with the document model proposed in the short course.
If anyone has some tips on how to effectively implement this chatbot with the inclusion of numerical database access, ensuring it retains memory capabilities and compatibility with the document model, this would be greatly appreciated!
(a specific question: Can I still use the toolkit agent or should I make my own custom agent?)
Thank you in advance for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions