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:
Piyush Jain
2023-10-28 08:58:28 -07:00
committed by GitHub
parent eb903e211c
commit 689853902e
10 changed files with 1863 additions and 46 deletions

View 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))