mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
AWS Bedrock RAG template (#12450)
This commit is contained in:
3
templates/rag-aws-bedrock/rag_aws_bedrock/__init__.py
Normal file
3
templates/rag-aws-bedrock/rag_aws_bedrock/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from rag_aws_bedrock.chain import chain
|
||||
|
||||
__all__ = ["chain"]
|
Reference in New Issue
Block a user