Open
Description
Problem Statement
My initial need was to query a Knowledge Base (Bedrock), but it could be anything actually (FAISS, Postgres, ...).
I can certainly implement the tool myself to query a vector store, but it would be great to have this built-in in strands, or propose a high-level interface like the retrievers in langchain to query any datasource.
Proposed Solution
No response
Use Case
Simplify access to data from an agent. Strands is quite open with the tools annotation so anyone can implement anything, but would be great to simplify access to data sources.
Alternatives Solutions
No response
Additional Context
No response