AWS Bedrock RAG template (#12450)

This commit is contained in:
Lance Martin
2023-10-27 13:15:54 -07:00
committed by GitHub
parent 5d40e36c75
commit 5c564e62e1
11 changed files with 2602 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
from rag_aws_bedrock.chain import chain
__all__ = ["chain"]