I guess I build something like that then. An AI as a service portal where you can upload files like pdfs or other docs and add them to a RAG and implement a memory functionality…
I mean I can’t just post here and diss assistant and then not show how it is done…
So one should login and create a vector store (which I would build completely different… dynamic weights are needed)
then longterm (information graph in neo4j) and shortterm memory (redis)
then a document pipeline for pdfs and other stuff and an agent network that fills an information graph from the documents data…
and yeah why not add predictions by analysing nodes and edges and compare them with an outcome/report
I guess a week should be enough to build that - or do i miss anything?
Maybe someone wants to work on that with me? Could use someone who does the frontend for that. Maybe react flow would be nice? I’ll have the API ready by wednesday.