What I've done and what I'm doing.
I've made a variety of AI related projects. Some are a bit serious and likely to be profitable, some are just for fun. Here are a few of my favorites.
Open Source
- Go to Github
Agentic RAG
Small but compact RAG system with agentic capabilities. On top of basic RAG, it has the ability to cross-query multiple datasets; and also has a simple agentic layer that detect user intent and call the appropriate tools; calling external APIs, etc. This one uses LlamaIndex as the RAG engine.
1