mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
Added a rag template for Kendra (#12470)
## Description Adds a rag template for Amazon Kendra with Bedrock. --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
This commit is contained in:
6
templates/rag-aws-kendra/main.py
Normal file
6
templates/rag-aws-kendra/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from rag_aws_kendra.chain import chain
|
||||
|
||||
if __name__ == "__main__":
|
||||
query = "Does Kendra support table extraction?"
|
||||
|
||||
print(chain.invoke(query))
|
Reference in New Issue
Block a user