7 ms·
I'm building https://github.com/agentset-ai/agentset https://github.com/agentset-ai/agentset, RAG as a service that works quite well out of the box. We achieve
by tifa2up 10mo ago
I'm building https://github.com/agentset-ai/agentset https://github.com/agentset-ai/agentset, RAG as a service that works quite well out of the box.
We achieve this performance by baking in the best practices before any tweaking
- cluckindan 10mo agoHow does it handle retrieval in a multi-turn conversation? Is there an intent graph involved? Does it summarize past context or keep it all?
- tifa2up 10mo agoRight now it's single shot, we're looking into building an "Agentic Retrieval" based on Claude ADK. tbd how it'll work
- cluckindan 10mo agoSo retrieve once on the first message, and then use that context for the rest of the conversation?