LangChain can be used as a powerful retrieval augmented generation (RAG) tool to integrate the internal data or more recent public data with LLM to QA or chat about the data. LangChain already supports loading many types of unstructured and structured data.
To learn more about LangChain, enroll for free in the
two LangChain short courses. Be aware that the code in the courses use OpenAI ChatGPT LLM, but we’ve published a series of
use cases using LangChain with Llama. There is also a Getting to Know Llama
notebook, presented at Meta Connect.