agentcloud
agentcloud copied to clipboard
Enable advanced retrieval strategies
Problem
At the moment the way the agent_backend does retrieval is very primitive.
Proposed Solution We need to enable more advanced retrieval strategies by taking advantage of Langchain retrieval method
@tomlynchRNA Created this branch for this enhancement.
The Retriever model with expected keys is here. I've also added more models with the expected config for each retriever type (subsequent lines) which are commented for now (see diff) but should hopefully serve as a reference for expected changes.
Perfect thanks :+1: