Hi all, I’m working on a custom agent for the purpose of implementing a vector DB for better memory, and general access to persistent table data. I’m using docker / postgres / python and have made some progress. But, looking at the new Apps SDK, it occurred to me that I might be able to create a plug-in memory tool to ChatGPT, and keep all of its nice features plus get vector memory, rather than reinvent the wheel with langchain and whatnot. If so, I don’t want to code myself into a corner and should really be working on it right now, or at least keep it in mind in my design.
Is anyone working on this? I don’t want to reinvent that wheel, either. Do I have the basic idea? Thanks.