TanGentleman / Augmenta

Automate RAG-powered workflows
MIT License
1 stars 0 forks source link

Research agentic papers and create architecture #6

Open TanGentleman opened 3 months ago

TanGentleman commented 3 months ago

This codebase and the following papers should be very helpful in research: https://anonymous.4open.science/r/more_agent_is_all_you_need/ https://arxiv.org/pdf/2402.05120.pdf https://www.connectedpapers.com/main/6d8efe141ead5e397ca9a49814d049290292e974/graph

TanGentleman commented 2 months ago

https://arxiv.org/pdf/2404.01744.pdf

Octopusv2 paper. This will likely be the implementation if our function-calling use case scales. Here's the current plan:

I should be able to fine tune Octopus locally on my hardware, but I haven't yet done many tests or build realistic pipelines that other LLM's couldn't handle with OpenAI tools/function calling. So I'll keep this on the backburner until the use for it organically develops.