Home

What is LangChain?

We start by looking at pdf.ai to understand how to app works and how understanding that can allow us to understand LangChain better.

Why use LangChain?

It provides tools to help automate each step of the process.

This can be parsing the data from text, chunking it, creating embeddings and storing them within a database (vectorstore).

Repository

https://github.com/okeeffed/developer-notes-nextjs/content/lang-chain/Lang-Chain-ChatGpt-Course/Section-1-Getting-Started

Sections


Related