aws-samples / amazon-kendra-langchain-extensions

Samples to build Generative AI applications with LangChain and Amazon Kendra
https://aws.amazon.com/blogs/machine-learning/quickly-build-high-accuracy-generative-ai-applications-on-enterprise-data-using-amazon-kendra-langchain-and-large-language-models/
MIT No Attribution
159 stars 103 forks source link

Add Amazon Bedrock Titan example #36

Closed tomellis closed 1 year ago

tomellis commented 1 year ago

Description of changes: This provides an example of how to implement the langchain kendra retriever with Amazon Bedrock's Titan LLM. It is based on the OpenAI example and works in the same way, substituting the different services.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

tomellis commented 1 year ago

This addresses #31

tomellis commented 1 year ago

Added Streamlit chat example for Amazon Bedrock's Titan LLM too.

MithilShah commented 1 year ago

Bedrock Titan and Claudev2 support has been added