Closed khalilfiremind closed 1 month ago
@chainyo thanks man!!
yes sure, I can add docs
moreover, I want to add support for embedding models as next step!
@chainyo thanks man!!
yes sure, I can add docs
moreover, I want to add support for embedding models as next step!
@khalilfiremind Yeah this looks great, need this PR to go through! The use case I am trying to use it for is email attachments which can contain PDFs, docs, images, excel, etc...If you have a tutorial on a multimodal RAG for this that would be great to add using titan embeddings!
@Hearsch-Jariwala thanks!
I will work on adding the embedding in the next few days! 🚀
ok thanks @liyin2015 for the review, I will modify and re-push
AWS Bedrock Client has been added.
The user can access LLMs via single API:
The user can access AWS Bedrock visa profile (if SSO is set), or via secret key, access key,
or if the user assuming a role that have access to Bedrock (deploying on AWS lambda), then no need to pass anything, the client will have access automatically.
The client currently does not support asynchronous calls or streaming. These features may be added in future PRs.
Example of usage:
I'm open to any feedback, notes, or suggestions on this PR.