{ "cells": [ { "cell_type": "markdown", "id": "486225e8-12a5-499f-a620-ea41ccef1815", "metadata": {}, "source": [ "# Retrieval Augmented Generation and Chatbot Application\n", "\n", "LangChain is a framework for developing applications powered by language models. The key aspects of this framework allow us to augement the Large Models and enable us to perform tasks which meet our goals and enable our use-cases. At a high level Langchain has \n", "\n", "Data: Connect a language model to other sources of data\n", "Agent: Allow a language model to interact with its environment\n", "\n", "LangChain can be used in two major ways:\n", "\n", "
\n", " | Question | \n", "Answer | \n", "
---|---|---|
0 | \n", "What is Amazon SageMaker? | \n", "Amazon SageMaker is a fully managed service to... | \n", "
1 | \n", "In which Regions is Amazon SageMaker available... | \n", "For a list of the supported Amazon SageMaker A... | \n", "