agentcloud icon indicating copy to clipboard operation
agentcloud copied to clipboard

Enable advanced retrieval strategies

Open ragyabraham opened this issue 2 years ago • 2 comments

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

ragyabraham avatar Apr 15 '24 19:04 ragyabraham

@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.

charl3sj avatar Apr 23 '24 04:04 charl3sj

Perfect thanks :+1:

tomlynchRNA avatar Apr 23 '24 04:04 tomlynchRNA